diff options
| author | salo <salo@NetBSD.org> | 2003-03-02 00:36:11 +0000 |
|---|---|---|
| committer | salo <salo@NetBSD.org> | 2003-03-02 00:36:11 +0000 |
| commit | 2d4f6b63a747c5ea0ad5f37d0cb611a47c73e331 (patch) | |
| tree | 5063f695bff37c094eb46b8ebc71604e7956b2b0 /sys/dev | |
| parent | cec306c345c71f0d629989029397d7a06277d009 (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 16 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 09706fffb86..bb2aa92facb 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.511 2003/02/28 22:05:59 enami Exp $ */ +/* $NetBSD: pcidevs.h,v 1.512 2003/03/02 00:36:11 salo Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.508 2003/02/28 22:05:00 enami Exp + * NetBSD: pcidevs,v 1.509 2003/03/02 00:33:10 salo Exp */ /* @@ -2014,12 +2014,12 @@ #define PCI_PRODUCT_SIS_7018 0x7018 /* SiS 7018 Sound */ /* Silicon Motion, Inc. products */ -#define PCI_PRODUCT_SILMOTION_SM710 0x0710 /* Lynx EM */ -#define PCI_PRODUCT_SILMOTION_SM712 0x0712 /* Lynx EM+ */ -#define PCI_PRODUCT_SILMOTION_SM720 0x0720 /* Lynx 3DM */ -#define PCI_PRODUCT_SILMOTION_SM810 0x0810 /* Lynx E */ -#define PCI_PRODUCT_SILMOTION_SM811 0x0811 /* Lynx E */ -#define PCI_PRODUCT_SILMOTION_SM820 0x0820 /* Lynx 3D */ +#define PCI_PRODUCT_SILMOTION_SM710 0x0710 /* LynxEM */ +#define PCI_PRODUCT_SILMOTION_SM712 0x0712 /* LynxEM+ */ +#define PCI_PRODUCT_SILMOTION_SM720 0x0720 /* Lynx3DM */ +#define PCI_PRODUCT_SILMOTION_SM810 0x0810 /* LynxE */ +#define PCI_PRODUCT_SILMOTION_SM811 0x0811 /* LynxE */ +#define PCI_PRODUCT_SILMOTION_SM820 0x0820 /* Lynx3D */ #define PCI_PRODUCT_SILMOTION_SM910 0x0910 /* Lynx */ /* SMC products */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 6ea0bfdd172..77bfe03929d 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.509 2003/02/28 22:06:00 enami Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.510 2003/03/02 00:36:11 salo Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.508 2003/02/28 22:05:00 enami Exp + * NetBSD: pcidevs,v 1.509 2003/03/02 00:33:10 salo Exp */ /* @@ -6475,37 +6475,37 @@ const struct pci_knowndev pci_knowndevs[] = { PCI_VENDOR_SILMOTION, PCI_PRODUCT_SILMOTION_SM710, 0, "Silicon Motion, Inc.", - "Lynx EM", + "LynxEM", }, { PCI_VENDOR_SILMOTION, PCI_PRODUCT_SILMOTION_SM712, 0, "Silicon Motion, Inc.", - "Lynx EM+", + "LynxEM+", }, { PCI_VENDOR_SILMOTION, PCI_PRODUCT_SILMOTION_SM720, 0, "Silicon Motion, Inc.", - "Lynx 3DM", + "Lynx3DM", }, { PCI_VENDOR_SILMOTION, PCI_PRODUCT_SILMOTION_SM810, 0, "Silicon Motion, Inc.", - "Lynx E", + "LynxE", }, { PCI_VENDOR_SILMOTION, PCI_PRODUCT_SILMOTION_SM811, 0, "Silicon Motion, Inc.", - "Lynx E", + "LynxE", }, { PCI_VENDOR_SILMOTION, PCI_PRODUCT_SILMOTION_SM820, 0, "Silicon Motion, Inc.", - "Lynx 3D", + "Lynx3D", }, { PCI_VENDOR_SILMOTION, PCI_PRODUCT_SILMOTION_SM910, |
