Move digi to the i386 MD NOTES until it stops using inb() and outb().

Please use bus_space functions instead.
This commit is contained in:
John Baldwin 2002-11-06 21:11:42 +00:00
parent 1183b97250
commit cea108a8ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106525
2 changed files with 13 additions and 13 deletions

View File

@ -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"

View File

@ -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"