Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci also match the version of this that's built into...



details:   https://anonhg.NetBSD.org/src/rev/f1b94afac4f8
branches:  trunk
changeset: 558087:f1b94afac4f8
user:      chs <chs%NetBSD.org@localhost>
date:      Wed Jan 28 17:07:21 2004 +0000

description:
also match the version of this that's built into my Asus
A7N8X-E Deluxe motherboard.

diffstat:

 sys/dev/pci/if_sk.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 35fb6aabe8c1 -r f1b94afac4f8 sys/dev/pci/if_sk.c
--- a/sys/dev/pci/if_sk.c       Wed Jan 28 17:06:09 2004 +0000
+++ b/sys/dev/pci/if_sk.c       Wed Jan 28 17:07:21 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_sk.c,v 1.6 2003/12/17 09:17:07 tls Exp $    */
+/*     $NetBSD: if_sk.c,v 1.7 2004/01/28 17:07:21 chs Exp $    */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -253,6 +253,7 @@
        { PCI_VENDOR_LINKSYS, PCI_PRODUCT_LINKSYS_EG1064, },
        { PCI_VENDOR_SCHNEIDERKOCH, PCI_PRODUCT_SCHNEIDERKOCH_SKNET_GE, },
        { PCI_VENDOR_SCHNEIDERKOCH, PCI_PRODUCT_SCHNEIDERKOCH_SK9821v2, },
+       { PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_SKNET, },
        { 0, 0, }
 };
 



Home | Main Index | Thread Index | Old Index