Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Add and enable sk/skc drivers.



details:   https://anonhg.NetBSD.org/src/rev/4a650bc9167d
branches:  trunk
changeset: 555579:4a650bc9167d
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sat Nov 22 14:20:47 2003 +0000

description:
Add and enable sk/skc drivers.

diffstat:

 sys/arch/amd64/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 095a809bac84 -r 4a650bc9167d sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Nov 22 08:49:41 2003 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Nov 22 14:20:47 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.17 2003/11/08 21:38:18 fvdl Exp $
+# $NetBSD: GENERIC,v 1.18 2003/11/22 14:20:47 fvdl Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.17 $"
+#ident                 "GENERIC-$Revision: 1.18 $"
 
 maxusers       32              # estimated number of users
 
@@ -476,6 +476,8 @@
 ntwoc* at pci? dev ? function ?        # Riscom/N2 PCI Sync Serial
 pcn*   at pci? dev ? function ?        # AMD PCnet-PCI Ethernet
 rtk*   at pci? dev ? function ?        # Realtek 8129/8139
+skc*   at pci? dev ? function ?        # SysKonnect SK9821 Gigabit Ethernet
+sk*    at skc?                         # SysKonnect SK9821 Gigabit Ethernet
 sf*    at pci? dev ? function ?        # Adaptec AIC-6915 Ethernet
 sip*   at pci? dev ? function ?        # SiS 900/DP83815 Ethernet
 ste*   at pci? dev ? function ?        # Sundance ST-201 Ethernet



Home | Main Index | Thread Index | Old Index