Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Detect SMC EZ Card as 64-bit. Patch from Pavel ...



details:   https://anonhg.NetBSD.org/src/rev/5dafd3b6c6ab
branches:  trunk
changeset: 544165:5dafd3b6c6ab
user:      briggs <briggs%NetBSD.org@localhost>
date:      Thu Mar 13 13:57:01 2003 +0000

description:
Detect SMC EZ Card as 64-bit.  Patch from Pavel Cahyna in kern/20680.

diffstat:

 sys/dev/pci/if_sip.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 864ac8e381b1 -r 5dafd3b6c6ab sys/dev/pci/if_sip.c
--- a/sys/dev/pci/if_sip.c      Thu Mar 13 13:55:24 2003 +0000
+++ b/sys/dev/pci/if_sip.c      Thu Mar 13 13:57:01 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_sip.c,v 1.76 2003/01/17 08:11:50 itojun Exp $       */
+/*     $NetBSD: if_sip.c,v 1.77 2003/03/13 13:57:01 briggs Exp $       */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -80,7 +80,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_sip.c,v 1.76 2003/01/17 08:11:50 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_sip.c,v 1.77 2003/03/13 13:57:01 briggs Exp $");
 
 #include "bpfilter.h"
 #include "rnd.h"
@@ -595,6 +595,9 @@
                /* Netgear GA-621 */
                { 0x1385,       0x621a },
 
+               /* SMC EZ Card */
+               { 0x10b8,       0x9462 },
+
                { 0, 0}
        };
        pcireg_t subsys;



Home | Main Index | Thread Index | Old Index