1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

Remove the LABPC driver.

Doesn't work, no maintainer, more promising code exists elsewhere.
This commit is contained in:
Poul-Henning Kamp 2001-02-04 11:18:15 +00:00
parent 481d7a5891
commit e1d756ce2a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71990
7 changed files with 0 additions and 1107 deletions

View File

@ -1927,7 +1927,6 @@ hint.pca.0.port="0x040"
# asc: GI1904-based hand scanners, e.g. the Trust Amiscan Grey
# gsc: Genius GS-4500 hand scanner.
# joy: joystick (including IO DATA PCJOY PC Card joystick)
# labpc: National Instrument's Lab-PC and Lab-PC+
# The LOUTB option specifies a slower outb() for debugging purposes.
# rc: RISCom/8 multiport card
# rp: Comtrol Rocketport(ISA) - single card
@ -2079,11 +2078,6 @@ device dgm 1
hint.dgm.0.at="isa"
hint.dgm.0.port="0x104"
hint.dgm.0.maddr="0xd0000"
device labpc 1
options LOUTB
hint.labpc.0.at="isa"
hint.labpc.0.port="0x260"
hint.labpc.0.irq="5"
device rc 1
hint.rc.0.at="isa"
hint.rc.0.port="0x220"

View File

@ -230,7 +230,6 @@ i386/isa/isa_compat.c optional isa compat_oldisa \
warning "Old ISA driver compatability shims present."
i386/isa/isa_dma.c optional isa
i386/isa/istallion.c optional stli
i386/isa/labpc.c count labpc
i386/isa/loran.c optional loran
i386/isa/matcd/matcd.c count matcd
i386/isa/mca_machdep.c optional mca

View File

@ -222,7 +222,6 @@ i386/isa/isa.c optional isa
i386/isa/isa_compat.c optional isa compat_oldisa \
warning "Old ISA driver compatability shims present."
i386/isa/istallion.c optional stli
i386/isa/labpc.c count labpc
i386/isa/loran.c optional loran
i386/isa/matcd/matcd.c count matcd
i386/isa/mca_machdep.c optional mca

View File

@ -1927,7 +1927,6 @@ hint.pca.0.port="0x040"
# asc: GI1904-based hand scanners, e.g. the Trust Amiscan Grey
# gsc: Genius GS-4500 hand scanner.
# joy: joystick (including IO DATA PCJOY PC Card joystick)
# labpc: National Instrument's Lab-PC and Lab-PC+
# The LOUTB option specifies a slower outb() for debugging purposes.
# rc: RISCom/8 multiport card
# rp: Comtrol Rocketport(ISA) - single card
@ -2079,11 +2078,6 @@ device dgm 1
hint.dgm.0.at="isa"
hint.dgm.0.port="0x104"
hint.dgm.0.maddr="0xd0000"
device labpc 1
options LOUTB
hint.labpc.0.at="isa"
hint.labpc.0.port="0x260"
hint.labpc.0.irq="5"
device rc 1
hint.rc.0.at="isa"
hint.rc.0.port="0x220"

View File

@ -398,7 +398,6 @@ static DEV_INFO device_info[] = {
{"asc", "AmiScan scanner", 0, CLS_MMEDIA},
{"apm", "Advanced Power Management", FLG_FIXED, CLS_MISC},
{"labpc", "National Instruments Lab-PC/Lab-PC+", 0, CLS_MISC},
{"pcic", "PC-card controller", 0, CLS_MISC},
{"npx", "Math coprocessor", FLG_IMMUTABLE, CLS_MISC},
{"vga", "Catchall PCI VGA driver", FLG_INVISIBLE, CLS_MISC},

File diff suppressed because it is too large Load Diff

View File

@ -421,7 +421,6 @@ static DEV_INFO device_info[] = {
{"asc", "AmiScan scanner", 0, CLS_MMEDIA},
{"apm", "Advanced Power Management", FLG_FIXED, CLS_MISC},
{"labpc", "National Instruments Lab-PC/Lab-PC+", 0, CLS_MISC},
{"pcic", "PC-card controller", 0, CLS_MISC},
{"npx", "Math coprocessor", FLG_IMMUTABLE, CLS_MISC},
#ifdef PC98