diff options
author | brian <brian@FreeBSD.org> | 2001-06-27 21:38:43 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-06-27 21:38:43 +0000 |
commit | d64eacd87dc81bc230b2b4d173ba0a738afe7c3c (patch) | |
tree | c3cd8ac7b0c0d114c02884aa7e404f38e05c7ca2 /sys/conf | |
parent | 3d5944ae8b518484f1b9f206cfbe13fac36e4402 (diff) | |
download | FreeBSD-src-d64eacd87dc81bc230b2b4d173ba0a738afe7c3c.zip FreeBSD-src-d64eacd87dc81bc230b2b4d173ba0a738afe7c3c.tar.gz |
Remove dgm
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 11 | ||||
-rw-r--r-- | sys/conf/files | 2 | ||||
-rw-r--r-- | sys/conf/majors | 1 |
3 files changed, 3 insertions, 11 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 6b8a8bb..ec3e9c9 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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" diff --git a/sys/conf/files b/sys/conf/files index 0a0970a..08d8dc7 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -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 diff --git a/sys/conf/majors b/sys/conf/majors index adfd652..66946f5 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -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 |