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 | |
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>
-rw-r--r-- | sys/alpha/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/alpha/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/i386/conf/NEWCARD | 2 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/pc98/conf/GENERIC | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 4f25a17..6dea994 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -145,7 +145,7 @@ device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device dc # DEC/Intel 21143 and workalikes -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 diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 4f25a17..6dea994 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -145,7 +145,7 @@ device vx # 3Com 3c590, 3c595 (``Vortex'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device dc # DEC/Intel 21143 and workalikes -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 diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index eab8a8d..36efa13 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -168,7 +168,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 diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e92da02..fb5e729 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1817,7 +1817,7 @@ device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) hint.fxp.0.prefer_iomap="0" device rl # RealTek 8129/8139 -device pcn # AMD Am79C79x PCI 10/100 NICs +device pcn # AMD Am79C97x PCI 10/100 NICs device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index eab8a8d..36efa13 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -168,7 +168,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 diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD index 2e3942c..020c786 100644 --- a/sys/i386/conf/NEWCARD +++ b/sys/i386/conf/NEWCARD @@ -174,7 +174,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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index e92da02..fb5e729 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1817,7 +1817,7 @@ device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) hint.fxp.0.prefer_iomap="0" device rl # RealTek 8129/8139 -device pcn # AMD Am79C79x PCI 10/100 NICs +device pcn # AMD Am79C97x PCI 10/100 NICs device sf # Adaptec AIC-6915 (``Starfire'') device sis # Silicon Integrated Systems SiS 900/SiS 7016 device ste # Sundance ST201 (D-Link DFE-550TX) 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 |