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/75c50e4b12fe
branches:  trunk
changeset: 471671:75c50e4b12fe
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Apr 07 08:21:42 1999 +0000

description:
regen

diffstat:

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

diffs (51 lines):

diff -r 522704d1949b -r 75c50e4b12fe sys/dev/isapnp/isapnpdevs.c
--- a/sys/dev/isapnp/isapnpdevs.c       Wed Apr 07 08:21:25 1999 +0000
+++ b/sys/dev/isapnp/isapnpdevs.c       Wed Apr 07 08:21:42 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: isapnpdevs.c,v 1.28 1999/04/06 23:02:31 augustss Exp $ */
+/*     $NetBSD: isapnpdevs.c,v 1.29 1999/04/07 08:21:42 christos Exp $ */
 
 /*
- * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
+ * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: isapnpdevs,v 1.25 1999/04/06 23:02:09 augustss Exp 
+ *     NetBSD: isapnpdevs,v 1.26 1999/04/07 08:21:25 christos Exp 
  */
 
 /*-
@@ -82,6 +82,7 @@
        {"USR0006", 0}, /* USR Sportster 33.6k */
        {"USR2070", 0}, /* USR Sportster 56k */
        {"USR3031", 0}, /* USR 56k Faxmodem */
+       {"USR9190", 0}, /* USR 56k Voice INT */
        {"ZTIF761", 0}, /* Zoom ComStar 33.6 */
        {"CIR3000", 0}, /* Cirrus Logic V43 */
        {"MOT0000", 0}, /* Motorola ModemSurfr */
@@ -92,7 +93,7 @@
        {"PNP0501", 0}, /* Generic 16550A */
 };
 const struct isapnp_devinfo isapnp_com_devinfo = {
-       isapnp_com_devlogic, 13,
+       isapnp_com_devlogic, 14,
        isapnp_com_devcompat, 2,
 };
 
diff -r 522704d1949b -r 75c50e4b12fe sys/dev/isapnp/isapnpdevs.h
--- a/sys/dev/isapnp/isapnpdevs.h       Wed Apr 07 08:21:25 1999 +0000
+++ b/sys/dev/isapnp/isapnpdevs.h       Wed Apr 07 08:21:42 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: isapnpdevs.h,v 1.25 1999/04/06 23:02:31 augustss Exp $ */
+/*     $NetBSD: isapnpdevs.h,v 1.26 1999/04/07 08:21:42 christos Exp $ */
 
 /*
- * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
+ * THIS FILE IS AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: isapnpdevs,v 1.25 1999/04/06 23:02:09 augustss Exp 
+ *     NetBSD: isapnpdevs,v 1.26 1999/04/07 08:21:25 christos Exp 
  */
 
 



Home | Main Index | Thread Index | Old Index