summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-11-06 21:11:42 +0000
committerjhb <jhb@FreeBSD.org>2002-11-06 21:11:42 +0000
commit942047de14064dd816e1ce78681769e2cb9e9845 (patch)
tree184b96d8e25d25c7aa93e58521244d29d8c63288
parenteb4a21918964362111f5d52c375a694be05f0f18 (diff)
downloadFreeBSD-src-942047de14064dd816e1ce78681769e2cb9e9845.zip
FreeBSD-src-942047de14064dd816e1ce78681769e2cb9e9845.tar.gz
Move digi to the i386 MD NOTES until it stops using inb() and outb().
Please use bus_space functions instead.
-rw-r--r--sys/conf/NOTES13
-rw-r--r--sys/i386/conf/NOTES13
2 files changed, 13 insertions, 13 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 083de31..de5a18d 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1791,7 +1791,6 @@ hint.gusc.0.flags="0x13"
# meteor: Matrox Meteor video capture board
# bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board
# cy: Cyclades serial driver
-# digi: Digiboard driver
# joy: joystick (including IO DATA PCJOY PC Card joystick)
# rp: Comtrol Rocketport(ISA/PCI) - single card
# si: Specialix SI/XIO 4-32 port terminal multiplexor
@@ -1839,18 +1838,6 @@ hint.scd.0.port="0x230"
device joy # PnP aware, hints for nonpnp only
hint.joy.0.at="isa"
hint.joy.0.port="0x201"
-device digi
-hint.digi.0.at="isa"
-hint.digi.0.port="0x104"
-hint.digi.0.maddr="0xd0000"
-# BIOS & FEP/OS components of device digi.
-device digi_CX
-device digi_CX_PCI
-device digi_EPCX
-device digi_EPCX_PCI
-device digi_Xe
-device digi_Xem
-device digi_Xr
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 d2a19bb..8094507 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -525,6 +525,7 @@ device aacp # SCSI Passthrough interface (optional, CAM required)
# pmtimer: Timer device driver for power management events (APM or ACPI)
# spigot: The Creative Labs Video Spigot video-acquisition board
# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
+# digi: Digiboard driver
# 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.
@@ -623,6 +624,18 @@ options NDGBPORTS=17
hint.dgb.0.at="isa"
hint.dgb.0.port="0x220"
hint.dgb.0.maddr="0xfc000"
+device digi
+hint.digi.0.at="isa"
+hint.digi.0.port="0x104"
+hint.digi.0.maddr="0xd0000"
+# BIOS & FEP/OS components of device digi.
+device digi_CX
+device digi_CX_PCI
+device digi_EPCX
+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"
OpenPOWER on IntegriCloud