diff options
author | jhb <jhb@FreeBSD.org> | 2002-11-06 21:07:13 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2002-11-06 21:07:13 +0000 |
commit | eb4a21918964362111f5d52c375a694be05f0f18 (patch) | |
tree | eddf2fbebc65174693c980c47e2c1684c6217d91 /sys/i386/conf/NOTES | |
parent | 5faf4a597305c84fe9240fa70f3b4204d6b879e8 (diff) | |
download | FreeBSD-src-eb4a21918964362111f5d52c375a694be05f0f18.zip FreeBSD-src-eb4a21918964362111f5d52c375a694be05f0f18.tar.gz |
- Move comments regarding flags for dgb(4) over to the MD NOTES file where
dgb(4) lives.
- Move dgb(4) back to where it used to be relative to other drives in the
old NOTES/LINT file.
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r-- | sys/i386/conf/NOTES | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index b04a5d7..d2a19bb 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -524,6 +524,7 @@ device aacp # SCSI Passthrough interface (optional, CAM required) # apm: Laptop Advanced Power Management (experimental) # 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!) # 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. @@ -532,7 +533,6 @@ device aacp # SCSI Passthrough interface (optional, CAM required) # spic: Sony Programmable I/O controller (VAIO notebooks) # stl: Stallion EasyIO and EasyConnection 8/32 (cd1400 based) # stli: Stallion EasyConnection 8/64, ONboard, Brumby (intelligent) -# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!) # Notes on APM # The flags takes the following meaning for apm0: @@ -588,6 +588,11 @@ device aacp # SCSI Passthrough interface (optional, CAM required) # # The NDGBPORTS option specifies the number of ports controlled by the # dgb(4) driver. The default value is 16 ports per device. +# +# The following flag values have special meanings in dgb: +# 0x01 - alternate layout of pins +# 0x02 - use the windowed PC/Xe in 64K mode + device wt 1 hint.wt.0.at="isa" @@ -613,6 +618,11 @@ device gsc 1 hint.gsc.0.at="isa" hint.gsc.0.port="0x270" hint.gsc.0.drq="3" +device dgb 1 +options NDGBPORTS=17 +hint.dgb.0.at="isa" +hint.dgb.0.port="0x220" +hint.dgb.0.maddr="0xfc000" device rc hint.rc.0.at="isa" hint.rc.0.port="0x220" @@ -640,11 +650,6 @@ hint.stli.0.port="0x2a0" hint.stli.0.maddr="0xcc000" hint.stli.0.flags="23" hint.stli.0.msize="0x1000" -device dgb 1 -options NDGBPORTS=17 -hint.dgb.0.at="isa" -hint.dgb.0.port="0x220" -hint.dgb.0.maddr="0xfc000" # You are unlikely to have the hardware for loran <phk@FreeBSD.org> device loran hint.loran.0.at="isa" |