diff options
author | phk <phk@FreeBSD.org> | 2001-02-04 11:18:15 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-02-04 11:18:15 +0000 |
commit | 7a682ee86450868c28fbaae23e63bfdbe7aa1094 (patch) | |
tree | 341447199bd5b423bbcab0aa12981d034d317d5e /sys/pc98 | |
parent | e2336f24e7a93dac7048354d514e4fcfec2978a7 (diff) | |
download | FreeBSD-src-7a682ee86450868c28fbaae23e63bfdbe7aa1094.zip FreeBSD-src-7a682ee86450868c28fbaae23e63bfdbe7aa1094.tar.gz |
Remove the LABPC driver.
Doesn't work, no maintainer, more promising code exists elsewhere.
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/i386/userconfig.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c index cc2b6ec..031df53 100644 --- a/sys/pc98/i386/userconfig.c +++ b/sys/pc98/i386/userconfig.c @@ -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 |