aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-11-08 19:34:26 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-11-08 19:34:26 +0000
commit787f149830fb8d103f6f1984b56ab80c3a75f3ec (patch)
tree76734ead777b56b9230708b4f4f106e06c8b7953
parentd5c24aa856bcd9c2096e7c12fdaeae75c8035502 (diff)
Notes
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/i386/conf/NOTES5
-rw-r--r--sys/modules/Makefile2
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 5a4f83ef6e776..c5f43809c051c 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1750,6 +1750,7 @@ hint.gusc.0.flags="0x13"
# bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board
# cy: Cyclades serial driver
# joy: joystick (including IO DATA PCJOY PC Card joystick)
+# rc: RISCom/8 multiport card
# rp: Comtrol Rocketport(ISA/PCI) - single card
# si: Specialix SI/XIO 4-32 port terminal multiplexor
# nmdm: nullmodem terminal driver (see nmdm(4))
@@ -1796,6 +1797,10 @@ hint.scd.0.port="0x230"
device joy # PnP aware, hints for nonpnp only
hint.joy.0.at="isa"
hint.joy.0.port="0x201"
+device rc
+hint.rc.0.at="isa"
+hint.rc.0.port="0x220"
+hint.rc.0.irq="12"
device rp
hint.rp.0.at="isa"
hint.rp.0.port="0x280"
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index f620068544c8d..5283218a387bd 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -571,7 +571,6 @@ device aacp # SCSI Passthrough interface (optional, CAM required)
# gp: National Instruments AT-GPIB and AT-GPIB/TNT board, PCMCIA-GPIB
# asc: GI1904-based hand scanners, e.g. the Trust Amiscan Grey
# gsc: Genius GS-4500 hand scanner.
-# rc: RISCom/8 multiport card
# tw: TW-523 power line interface for use with X-10 home control products
# spic: Sony Programmable I/O controller (VAIO notebooks)
# stl: Stallion EasyIO and EasyConnection 8/32 (cd1400 based)
@@ -677,10 +676,6 @@ device digi_EPCX_PCI
device digi_Xe
device digi_Xem
device digi_Xr
-device rc
-hint.rc.0.at="isa"
-hint.rc.0.port="0x220"
-hint.rc.0.irq="12"
# the port and irq for tw0 are fictitious
device tw 1
hint.tw.0.at="isa"
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 52c7a288999a9..15471945fd76f 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -92,6 +92,7 @@ SUBDIR= 3dfx \
procfs \
pseudofs \
${_random} \
+ rc \
rl \
rp \
sf \
@@ -205,7 +206,6 @@ SUBDIR+=aac \
exca \
iir \
mly \
- rc \
s3 \
vesa