Remove dgm

This commit is contained in:
brian 2001-06-27 21:38:43 +00:00
parent 3d5944ae8b
commit d64eacd87d
4 changed files with 6 additions and 19 deletions

View File

@ -1953,7 +1953,6 @@ hint.pca.0.port="0x040"
# bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board
# cy: Cyclades serial driver
# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
# dgm: Digiboard PC/Xem driver (obsolete)
# 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
@ -2018,9 +2017,9 @@ hint.pca.0.port="0x040"
# Notes on the Digiboard driver:
#
# The following flag values have special meanings:
# 0x01 - alternate layout of pins (dgb & dgm)
# 0x02 - use the windowed PC/Xe in 64K mode (dgb only)
# The following flag values have special meanings in dgb:
# 0x01 - alternate layout of pins
# 0x02 - use the windowed PC/Xe in 64K mode
# Notes on the Specialix SI/XIO driver:
# The host card is memory, not IO mapped.
@ -2106,10 +2105,6 @@ options NDGBPORTS=16 # Defaults to 16*NDGB
hint.dgb.0.at="isa"
hint.dgb.0.port="0x220"
hint.dgb.0.maddr="0xfc000"
device dgm
hint.dgm.0.at="isa"
hint.dgm.0.port="0x104"
hint.dgm.0.maddr="0xd0000"
device digi
hint.digi.0.at="isa"
hint.digi.0.port="0x104"

View File

@ -291,8 +291,6 @@ dev/cs/if_cs_isa.c optional cs isa
dev/cs/if_cs_pccard.c optional cs card
dev/cs/if_cs_pccard.c optional cs pccard
dev/dgb/dgb.c count dgb
dev/dgb/dgm.c optional dgm \
warning "Please use digi instead of dgm"
dev/digi/digi.c optional digi
dev/digi/digi_isa.c optional digi
dev/digi/digi_pci.c optional digi

View File

@ -117,7 +117,6 @@ chrdev name comments
98 loe Loopback pseudo-ethernet (sbabkin@dcn.att.com)
99 ct Cronyx/Tau serial adaptor
100 xrpu Xilinx Reprogrammable Processing Unit
101 dgm Digiboard PC/Xem
102 fla M-Systems DiskOnChip(r)
103 streams SVR4 Streams emulation <newton@atdot.dotat.org>
104 xpt CAM Transport Layer Services

View File

@ -1953,7 +1953,6 @@ hint.pca.0.port="0x040"
# bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board
# cy: Cyclades serial driver
# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!)
# dgm: Digiboard PC/Xem driver (obsolete)
# 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
@ -2018,9 +2017,9 @@ hint.pca.0.port="0x040"
# Notes on the Digiboard driver:
#
# The following flag values have special meanings:
# 0x01 - alternate layout of pins (dgb & dgm)
# 0x02 - use the windowed PC/Xe in 64K mode (dgb only)
# The following flag values have special meanings in dgb:
# 0x01 - alternate layout of pins
# 0x02 - use the windowed PC/Xe in 64K mode
# Notes on the Specialix SI/XIO driver:
# The host card is memory, not IO mapped.
@ -2106,10 +2105,6 @@ options NDGBPORTS=16 # Defaults to 16*NDGB
hint.dgb.0.at="isa"
hint.dgb.0.port="0x220"
hint.dgb.0.maddr="0xfc000"
device dgm
hint.dgm.0.at="isa"
hint.dgm.0.port="0x104"
hint.dgm.0.maddr="0xd0000"
device digi
hint.digi.0.at="isa"
hint.digi.0.port="0x104"