Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isapnp Regen.



details:   https://anonhg.NetBSD.org/src/rev/542d700bc29d
branches:  trunk
changeset: 481860:542d700bc29d
user:      erh <erh%NetBSD.org@localhost>
date:      Tue Feb 08 06:36:46 2000 +0000

description:
Regen.

diffstat:

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

diffs (30 lines):

diff -r db4b9e9b9a23 -r 542d700bc29d sys/dev/isapnp/isapnpdevs.c
--- a/sys/dev/isapnp/isapnpdevs.c       Tue Feb 08 06:36:29 2000 +0000
+++ b/sys/dev/isapnp/isapnpdevs.c       Tue Feb 08 06:36:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isapnpdevs.c,v 1.36 1999/12/15 05:49:44 explorer Exp $ */
+/*     $NetBSD: isapnpdevs.c,v 1.37 2000/02/08 06:36:46 erh Exp $      */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -155,9 +155,10 @@
 /* Lance Ethernet */
 static const struct isapnp_matchinfo isapnp_le_devlogic[] = {
        {"TKN0010", 0}, /* Lance Ethernet on TEKNOR board */
+       {"ATK1500", 0}, /* Lance Ethernet on Allied Telesyn board */
 };
 const struct isapnp_devinfo isapnp_le_devinfo = {
-       isapnp_le_devlogic, 1,
+       isapnp_le_devlogic, 2,
        NULL, 0,
 };
 
diff -r db4b9e9b9a23 -r 542d700bc29d sys/dev/isapnp/isapnpdevs.h
--- a/sys/dev/isapnp/isapnpdevs.h       Tue Feb 08 06:36:29 2000 +0000
+++ b/sys/dev/isapnp/isapnpdevs.h       Tue Feb 08 06:36:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isapnpdevs.h,v 1.33 1999/12/15 05:49:44 explorer Exp $ */
+/*     $NetBSD: isapnpdevs.h,v 1.34 2000/02/08 06:36:46 erh Exp $      */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.



Home | Main Index | Thread Index | Old Index