From d64eacd87dc81bc230b2b4d173ba0a738afe7c3c Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 27 Jun 2001 21:38:43 +0000 Subject: [PATCH] Remove dgm --- sys/conf/NOTES | 11 +++-------- sys/conf/files | 2 -- sys/conf/majors | 1 - sys/i386/conf/NOTES | 11 +++-------- 4 files changed, 6 insertions(+), 19 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 6b8a8bb889c9..ec3e9c9f5268 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 0a0970a61bfc..08d8dc77f3a8 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 adfd6528591b..66946f5ade5c 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 104 xpt CAM Transport Layer Services diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 6b8a8bb889c9..ec3e9c9f5268 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/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"