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/399ba107ff6d
branches:  trunk
changeset: 341717:399ba107ff6d
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 19 19:16:28 2015 +0000

description:
regen

diffstat:

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

diffs (65 lines):

diff -r 1bb3eff51939 -r 399ba107ff6d sys/dev/isapnp/isapnpdevs.c
--- a/sys/dev/isapnp/isapnpdevs.c       Thu Nov 19 19:16:10 2015 +0000
+++ b/sys/dev/isapnp/isapnpdevs.c       Thu Nov 19 19:16:28 2015 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: isapnpdevs.c,v 1.71 2008/04/28 20:23:53 martin Exp $   */
+/*     $NetBSD: isapnpdevs.c,v 1.72 2015/11/19 19:16:28 christos Exp $ */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: isapnpdevs,v 1.66 2008/04/20 13:24:34 tsutsui Exp
+ *     NetBSD: isapnpdevs,v 1.69 2015/11/19 19:16:10 christos Exp
  */
 
 /*-
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.71 2008/04/28 20:23:53 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.72 2015/11/19 19:16:28 christos Exp $");
 
 #include <sys/param.h>
 #include <dev/isapnp/isapnpdevs.h>
@@ -224,9 +224,10 @@
        {"ATK1500", 0}, /* Lance Ethernet on Allied Telesyn board */
        {"CSI2203", 0}, /* Cabletron E22xx */
        {"BUF0001", 0}, /* Melco Inc. LGY-IV */
+       {"SKD8000", 0}, /* SysKonnect SK-NET Flash */
 };
 const struct isapnp_devinfo isapnp_le_devinfo = {
-       isapnp_le_devlogic, 4,
+       isapnp_le_devlogic, 5,
        NULL, 0,
 };
 
diff -r 1bb3eff51939 -r 399ba107ff6d sys/dev/isapnp/isapnpdevs.h
--- a/sys/dev/isapnp/isapnpdevs.h       Thu Nov 19 19:16:10 2015 +0000
+++ b/sys/dev/isapnp/isapnpdevs.h       Thu Nov 19 19:16:28 2015 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: isapnpdevs.h,v 1.66 2008/04/28 20:23:53 martin Exp $   */
+/*     $NetBSD: isapnpdevs.h,v 1.67 2015/11/19 19:16:28 christos Exp $ */
 
 /*
  * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: isapnpdevs,v 1.66 2008/04/20 13:24:34 tsutsui Exp
+ *     NetBSD: isapnpdevs,v 1.69 2015/11/19 19:16:10 christos Exp
  */
 
 
@@ -38,6 +38,11 @@
  */
 
 /*
+ * Use "make -f Makefile.isapnpdevs" to regenerate isapnpdevs.h and
+ * isapnpdevs.c
+ */
+
+/*
  * List of known drivers
  */
 struct isapnp_matchinfo {



Home | Main Index | Thread Index | Old Index