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 Intel PRO/100M.



details:   https://anonhg.NetBSD.org/src/rev/4293fe5d0f6e
branches:  trunk
changeset: 543132:4293fe5d0f6e
user:      grant <grant%NetBSD.org@localhost>
date:      Tue Feb 18 00:11:53 2003 +0000

description:
add Intel PRO/100M.

from Quentin Garnier in PR kern/20400.

diffstat:

 sys/dev/pci/if_fxp_pci.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 457fed529933 -r 4293fe5d0f6e sys/dev/pci/if_fxp_pci.c
--- a/sys/dev/pci/if_fxp_pci.c  Tue Feb 18 00:10:31 2003 +0000
+++ b/sys/dev/pci/if_fxp_pci.c  Tue Feb 18 00:11:53 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_fxp_pci.c,v 1.31 2003/01/31 00:07:43 thorpej Exp $  */
+/*     $NetBSD: if_fxp_pci.c,v 1.32 2003/02/18 00:11:53 grant Exp $    */
 
 /*-
  * Copyright (c) 1997, 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_fxp_pci.c,v 1.31 2003/01/31 00:07:43 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_fxp_pci.c,v 1.32 2003/02/18 00:11:53 grant Exp $");
 
 #include "rnd.h"
 
@@ -136,6 +136,8 @@
          "Intel PRO/100 VM Network Controller" },
        { PCI_PRODUCT_INTEL_PRO_100_VM_2,
          "Intel PRO/100 VM Network Controller" },
+       { PCI_PRODUCT_INTEL_PRO_100_M,
+         "Intel PRO/100 M Network Controller" },
        { 0,
          NULL },
 };



Home | Main Index | Thread Index | Old Index