summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-09-05 15:45:01 +0000
committerobrien <obrien@FreeBSD.org>2002-09-05 15:45:01 +0000
commitaf62f5e527abcba6a5d9fa46ee4d5d8c94b3e56b (patch)
tree19ee105972c641a02ece1cd84a93041a7db9f698 /sys/amd64/conf
parent9a10d7b3667cf558a724098d6ab2d4514577e095 (diff)
downloadFreeBSD-src-af62f5e527abcba6a5d9fa46ee4d5d8c94b3e56b.zip
FreeBSD-src-af62f5e527abcba6a5d9fa46ee4d5d8c94b3e56b.tar.gz
Statically compile pcn(4) into the install kernel vs. using as module.
lnc(4) will attach to AMD PCnet/FAST NICs if pcn(4) does not attach. I.e. pcn(4) gets first chance. There is a problem however in that pcn(4) was moved out of the install kernel so that the module would be used. This however causes bad installs if one has an AMD PCnet/FAST NIC.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index efb89ef..c65fd65 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -185,7 +185,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 Am79C97x PCI 10/100 NICs
+device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
device rl # RealTek 8129/8139
device sf # Adaptec AIC-6915 (``Starfire'')
device sis # Silicon Integrated Systems SiS 900/SiS 7016
OpenPOWER on IntegriCloud