diff options
author | kato <kato@FreeBSD.org> | 2000-08-02 09:05:26 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 2000-08-02 09:05:26 +0000 |
commit | ce2851a1643c5a2b5d748394bb292c504c76ce73 (patch) | |
tree | 7c0fe8730b2f46f313985b36656e0f3404529cdb | |
parent | 719b29e2f0d5823f3e24dc32952bd58e8f13d054 (diff) | |
download | FreeBSD-src-ce2851a1643c5a2b5d748394bb292c504c76ce73.zip FreeBSD-src-ce2851a1643c5a2b5d748394bb292c504c76ce73.tar.gz |
Commented out card and pcic devices because they are broken in pc98 port.
-rw-r--r-- | sys/pc98/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 026e7c6..df8f75a 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -131,8 +131,8 @@ device npx #device apm # PCCARD (PCMCIA) support -device card -device pcic +#device card +#device pcic # Serial (COM) ports options COM_MULTIPORT |