diff options
author | dd <dd@FreeBSD.org> | 2001-07-13 13:34:08 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-13 13:34:08 +0000 |
commit | 8795e3b5743f8bb3845688054fdd55c10e374934 (patch) | |
tree | ef04f0630c45d0ffc6150bd91cceff22bda4115e /sys/pc98 | |
parent | 6b27658c3f447b42e3c33a6d6124535822b51a6e (diff) | |
download | FreeBSD-src-8795e3b5743f8bb3845688054fdd55c10e374934.zip FreeBSD-src-8795e3b5743f8bb3845688054fdd55c10e374934.tar.gz |
`pcn' supports AMD Am79C97x cards, not Am79C79x cards.
PR: 28946
Submitted by: Ryuichiro Imura <imura@ryu16.org>
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index d6e9ad3..32e296e 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -158,7 +158,7 @@ device vx # 3Com 3c590, 3c595 (``Vortex'') device miibus # MII bus support device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) -device pcn # AMD Am79C79x PCI 10/100 NICs +device pcn # AMD Am79C97x PCI 10/100 NICs device rl # RealTek 8129/8139 device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 |