From 8795e3b5743f8bb3845688054fdd55c10e374934 Mon Sep 17 00:00:00 2001
From: dd
Date: Fri, 13 Jul 2001 13:34:08 +0000
Subject: `pcn' supports AMD Am79C97x cards, not Am79C79x cards.
PR: 28946
Submitted by: Ryuichiro Imura
---
sys/pc98/conf/GENERIC | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'sys/pc98')
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
--
cgit v1.1