Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/dev/isapnp Pull up regenerated files (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/ba620ec66ddd
branches:  netbsd-1-6
changeset: 529564:ba620ec66ddd
user:      he <he%NetBSD.org@localhost>
date:      Sat Nov 30 13:51:41 2002 +0000

description:
Pull up regenerated files (requested by jdolecek in ticket #765):
  Add Cabletron 22xx as a Lance Ethernet instance.
  Fixes PR#17695.

diffstat:

 sys/dev/isapnp/isapnpdevs.c |  9 +++++----
 sys/dev/isapnp/isapnpdevs.h |  4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r 3ce657f2f400 -r ba620ec66ddd sys/dev/isapnp/isapnpdevs.c
--- a/sys/dev/isapnp/isapnpdevs.c       Sat Nov 30 13:51:04 2002 +0000
+++ b/sys/dev/isapnp/isapnpdevs.c       Sat Nov 30 13:51:41 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: isapnpdevs.c,v 1.50 2002/04/12 13:12:57 christos Exp $ */
+/*     $NetBSD: isapnpdevs.c,v 1.50.4.1 2002/11/30 13:51:41 he Exp $   */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: isapnpdevs,v 1.46 2002/04/12 13:12:40 christos Exp 
+ *     NetBSD: isapnpdevs,v 1.46.4.1 2002/11/30 13:51:04 he Exp 
  */
 
 /*-
@@ -44,7 +44,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.50 2002/04/12 13:12:57 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.50.4.1 2002/11/30 13:51:41 he Exp $");
 
 #include <sys/param.h>
 #include <dev/isapnp/isapnpdevs.h>
@@ -185,9 +185,10 @@
 static const struct isapnp_matchinfo isapnp_le_devlogic[] = {
        {"TKN0010", 0}, /* Lance Ethernet on TEKNOR board */
        {"ATK1500", 0}, /* Lance Ethernet on Allied Telesyn board */
+       {"CSI2203", 0}, /* Cabletron E22xx */
 };
 const struct isapnp_devinfo isapnp_le_devinfo = {
-       isapnp_le_devlogic, 2,
+       isapnp_le_devlogic, 3,
        NULL, 0,
 };
 
diff -r 3ce657f2f400 -r ba620ec66ddd sys/dev/isapnp/isapnpdevs.h
--- a/sys/dev/isapnp/isapnpdevs.h       Sat Nov 30 13:51:04 2002 +0000
+++ b/sys/dev/isapnp/isapnpdevs.h       Sat Nov 30 13:51:41 2002 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: isapnpdevs.h,v 1.46 2002/04/12 13:12:58 christos Exp $ */
+/*     $NetBSD: isapnpdevs.h,v 1.46.4.1 2002/11/30 13:51:41 he Exp $   */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: isapnpdevs,v 1.46 2002/04/12 13:12:40 christos Exp 
+ *     NetBSD: isapnpdevs,v 1.46.4.1 2002/11/30 13:51:04 he Exp 
  */
 
 



Home | Main Index | Thread Index | Old Index