summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-10-23 15:53:09 +0000
committerjhb <jhb@FreeBSD.org>2002-10-23 15:53:09 +0000
commit5fb412a107d03e48edf582242769f2295587e78b (patch)
tree2fac07eec222a84afa37a76bf121c7d8fe886220 /sys/conf
parent372485c16e67734ed4d85e216efae2e84cee4427 (diff)
downloadFreeBSD-src-5fb412a107d03e48edf582242769f2295587e78b.zip
FreeBSD-src-5fb412a107d03e48edf582242769f2295587e78b.tar.gz
- New-bussify the rc(4) device driver.
- Add detach support to the driver so that you can kldunload the module. Note that currently rc_detach() fails to detach a unit if any of its child devices are open, thus a kldunload will fail if any of the tty devices are currently open. - sys/i386/isa/ic/cd180.h was moved to sys/dev/ic/cd180.h as part of this change. Requested by: rwatson Tested by: rwatson
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/files.i3861
2 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index a733eb0..15839bf 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -616,6 +616,7 @@ crypto/rijndael/rijndael-api-fst.c optional random
crypto/sha2/sha2.c optional random
dev/ray/if_ray.c optional ray card
dev/ray/if_ray.c optional ray pccard
+dev/rc/rc.c optional rc
dev/rp/rp.c optional rp
dev/rp/rp_isa.c optional rp isa
dev/rp/rp_pci.c optional rp pci
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index e7ef0aa..b691a74 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -286,7 +286,6 @@ i386/isa/pcvt/pcvt_sup.c optional vt
i386/isa/pcvt/pcvt_vtf.c optional vt
i386/isa/pmtimer.c optional pmtimer
i386/isa/prof_machdep.c optional profiling-routine
-i386/isa/rc.c count rc
i386/isa/scd.c count scd nowerror
i386/isa/spic.c optional spic
i386/isa/spigot.c count spigot
OpenPOWER on IntegriCloud