diff options
author | 1999-03-09 04:18:33 +0000 | |
---|---|---|
committer | 1999-03-09 04:18:33 +0000 | |
commit | 0400c0d1f7b4c17aa7aefe9080ae2ff7e8004fe6 (patch) | |
tree | 71514f5cbd094aee511b1afe577247727ca7f302 /sys | |
parent | luxsonar (diff) | |
download | wireguard-openbsd-0400c0d1f7b4c17aa7aefe9080ae2ff7e8004fe6.tar.xz wireguard-openbsd-0400c0d1f7b4c17aa7aefe9080ae2ff7e8004fe6.zip |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 18 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index d93f91c0796..08c2cee4284 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.127 1999/03/09 03:54:00 deraadt Exp + * OpenBSD: pcidevs,v 1.128 1999/03/09 04:18:27 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -501,6 +501,7 @@ #define PCI_VENDOR_ENSONIQ 0x1274 /* Ensoniq */ #define PCI_VENDOR_NETAPP 0x1275 /* Network Appliance */ #define PCI_VENDOR_ROCKWELL 0x127a /* Rockwell Semiconductor Systems */ +#define PCI_VENDOR_LUXSONOR 0x1287 /* LuxSonor */ #define PCI_VENDOR_TRITECH 0x1292 /* TriTech Microelectronics */ #define PCI_VENDOR_KOFAX 0x1296 /* Kofax Image Products */ #define PCI_VENDOR_RISCOM 0x12aa /* RISCom */ @@ -945,6 +946,9 @@ #define PCI_PRODUCT_LITEON_PNIC 0x0002 /* PNIC */ #define PCI_PRODUCT_LITEON_PNICII 0xc115 /* PNIC-II */ +/* LuxSonor */ +#define PCI_PRODUCT_LUXSONOR_LS242 0x0020 /* LS242 DVD Decoder */ + /* Macronix */ #define PCI_PRODUCT_MACRONIX_MX98713 0x0512 /* PMAC 98713 */ #define PCI_PRODUCT_MACRONIX_MX98715 0x0531 /* PMAC 98715 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index aece233dd84..3335f3f365f 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.127 1999/03/09 03:54:00 deraadt Exp + * OpenBSD: pcidevs,v 1.128 1999/03/09 04:18:27 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1701,6 +1701,12 @@ struct pci_knowndev pci_knowndevs[] = { "PNIC-II", }, { + PCI_VENDOR_LUXSONOR, PCI_PRODUCT_LUXSONOR_LS242, + 0, + "LuxSonor", + "LS242 DVD Decoder", + }, + { PCI_VENDOR_MACRONIX, PCI_PRODUCT_MACRONIX_MX98713, 0, "Macronix", @@ -5823,6 +5829,12 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_LUXSONOR, 0, + PCI_KNOWNDEV_NOPROD, + "LuxSonor", + NULL, + }, + { PCI_VENDOR_TRITECH, 0, PCI_KNOWNDEV_NOPROD, "TriTech Microelectronics", |