Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Regen; add SEGA Dreamcast Broadband Adapter.



details:   https://anonhg.NetBSD.org/src/rev/7fbfe539fc9d
branches:  trunk
changeset: 503090:7fbfe539fc9d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jan 31 07:24:58 2001 +0000

description:
Regen; add SEGA Dreamcast Broadband Adapter.

diffstat:

 sys/dev/pci/pcidevs.h      |   8 ++++++--
 sys/dev/pci/pcidevs_data.h |  16 ++++++++++++++--
 2 files changed, 20 insertions(+), 4 deletions(-)

diffs (76 lines):

diff -r 8819a8612ae4 -r 7fbfe539fc9d sys/dev/pci/pcidevs.h
--- a/sys/dev/pci/pcidevs.h     Wed Jan 31 07:24:32 2001 +0000
+++ b/sys/dev/pci/pcidevs.h     Wed Jan 31 07:24:58 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs.h,v 1.301 2001/01/26 10:04:12 rh Exp $ */
+/*     $NetBSD: pcidevs.h,v 1.302 2001/01/31 07:24:58 thorpej Exp $    */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.295 2001/01/26 10:03:47 rh Exp 
+ *     NetBSD: pcidevs,v 1.296 2001/01/31 07:24:32 thorpej Exp 
  */
 
 /*
@@ -490,6 +490,7 @@
 #define        PCI_VENDOR_MKC  0x11cc          /* Michels & Kleberhoff Computer */
 #define        PCI_VENDOR_HAL  0x11cd          /* HAL Computer Systems */
 #define        PCI_VENDOR_AURAVISION   0x11d1          /* Auravision */
+#define        PCI_VENDOR_SEGA 0x11db          /* SEGA Enterprises */
 #define        PCI_VENDOR_ZORAN        0x11de          /* Zoran Corporation */
 #define        PCI_VENDOR_COMPEX       0x11f6          /* Compex */
 #define        PCI_VENDOR_PMCSIERRA    0x11f8          /* PMC-Sierra */
@@ -1516,6 +1517,9 @@
 /* Samsung Semiconductor products */
 #define        PCI_PRODUCT_SAMSUNGSEMI_KS8920  0x8920          /* KS8920 10/100 Ethernet */
 
+/* SEGA Enterprises products */
+#define        PCI_PRODUCT_SEGA_BROADBAND      0x1234          /* Broadband Adapter */
+
 /* ServerWorks products */
 #define        PCI_PRODUCT_SERVERWORKS_ROSB4   0x0200          /* ROSB4 SouthBridge */
 #define        PCI_PRODUCT_SERVERWORKS_XX5     0x0005          /* PCIHB5 */
diff -r 8819a8612ae4 -r 7fbfe539fc9d sys/dev/pci/pcidevs_data.h
--- a/sys/dev/pci/pcidevs_data.h        Wed Jan 31 07:24:32 2001 +0000
+++ b/sys/dev/pci/pcidevs_data.h        Wed Jan 31 07:24:58 2001 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: pcidevs_data.h,v 1.299 2001/01/26 10:04:13 rh Exp $    */
+/*     $NetBSD: pcidevs_data.h,v 1.300 2001/01/31 07:24:59 thorpej Exp $       */
 
 /*
  * THIS FILE AUTOMATICALLY GENERATED.  DO NOT EDIT.
  *
  * generated from:
- *     NetBSD: pcidevs,v 1.295 2001/01/26 10:03:47 rh Exp 
+ *     NetBSD: pcidevs,v 1.296 2001/01/31 07:24:32 thorpej Exp 
  */
 
 /*
@@ -4216,6 +4216,12 @@
            "KS8920 10/100 Ethernet",
        },
        {
+           PCI_VENDOR_SEGA, PCI_PRODUCT_SEGA_BROADBAND,
+           0,
+           "SEGA Enterprises",
+           "Broadband Adapter",
+       },
+       {
            PCI_VENDOR_SERVERWORKS, PCI_PRODUCT_SERVERWORKS_ROSB4,
            0,
            "ServerWorks",
@@ -8332,6 +8338,12 @@
            NULL,
        },
        {
+           PCI_VENDOR_SEGA, 0,
+           PCI_KNOWNDEV_NOPROD,
+           "SEGA Enterprises",
+           NULL,
+       },
+       {
            PCI_VENDOR_ZORAN, 0,
            PCI_KNOWNDEV_NOPROD,
            "Zoran Corporation",



Home | Main Index | Thread Index | Old Index