summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
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 /sys/i386/conf
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.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/NOTES13
1 files changed, 13 insertions, 0 deletions
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