diff options
author | nyan <nyan@FreeBSD.org> | 2000-12-09 04:25:07 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2000-12-09 04:25:07 +0000 |
commit | afb8ae41f356193b1507a6a4fda4738b1f2549ae (patch) | |
tree | 147a0e741075ca517edddc021ead551809a7a7d7 /sys/pc98 | |
parent | bdb8230400246e934e356cb591a51e4d7393757c (diff) | |
download | FreeBSD-src-afb8ae41f356193b1507a6a4fda4738b1f2549ae.zip FreeBSD-src-afb8ae41f356193b1507a6a4fda4738b1f2549ae.tar.gz |
Fixed to support 3Com 3C569B for PC-98.
Submitted by: "Hirokazu WATANABE" <gwna@geocities.co.jp>
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC.hints | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints index b0924e3..e76272e 100644 --- a/sys/pc98/conf/GENERIC.hints +++ b/sys/pc98/conf/GENERIC.hints @@ -267,10 +267,6 @@ hint.fe.1.at="isa" hint.fe.1.port="0x73d0" hint.fe.1.irq="5" -hint.ep.0.at="isa" -hint.ep.0.port="0x40d0" -hint.ep.0.irq="3" - hint.lnc.0.at="isa" hint.lnc.0.port="0x03d0" hint.lnc.0.irq="6" |