Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add 64-bit quirk for the Accton EN1407-T/Planex ...



details:   https://anonhg.NetBSD.org/src/rev/91e54fd5be46
branches:  trunk
changeset: 533963:91e54fd5be46
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jul 11 18:07:56 2002 +0000

description:
Add 64-bit quirk for the Accton EN1407-T/Planex GN-1000TE.  IDs provided
by SAITOH Masanobu <msaitoh%netbsd.org@localhost>.

diffstat:

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

diffs (28 lines):

diff -r 305049638b42 -r 91e54fd5be46 sys/dev/pci/if_sip.c
--- a/sys/dev/pci/if_sip.c      Thu Jul 11 18:07:22 2002 +0000
+++ b/sys/dev/pci/if_sip.c      Thu Jul 11 18:07:56 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_sip.c,v 1.60 2002/06/30 20:36:06 thorpej Exp $      */
+/*     $NetBSD: if_sip.c,v 1.61 2002/07/11 18:07:56 thorpej Exp $      */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -82,7 +82,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_sip.c,v 1.60 2002/06/30 20:36:06 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_sip.c,v 1.61 2002/07/11 18:07:56 thorpej Exp $");
 
 #include "bpfilter.h"
 
@@ -577,6 +577,9 @@
                /* Asante GigaNIX */
                { 0x128a,       0x0002 },
 
+               /* Accton EN1407-T, Planex GN-1000TE */
+               { 0x1113,       0x1407 },
+
                { 0, 0}
        };
        pcireg_t subsys;



Home | Main Index | Thread Index | Old Index