diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2014-12-02 00:09:26 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2014-12-02 00:09:26 +0000 |
commit | c8f88352305d4b76f8f2c73fc01824e221c376ca (patch) | |
tree | 136d4da1d2b1cd4682309edf55383c6cd7574e49 /sys/dev | |
parent | c5e4863e4679af1765468560e264507ee7e496e7 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 7fb54c478ca..4d3088c2b9a 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.1749 2014/11/28 14:12:19 kettenis Exp + * OpenBSD: pcidevs,v 1.1750 2014/12/02 00:08:50 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -6084,6 +6084,7 @@ /* Samsung products */ #define PCI_PRODUCT_SAMSUNG_SWL2210P 0xa000 /* MagicLAN SWL-2210P */ +#define PCI_PRODUCT_SAMSUNG2_S4LN053X01 0x1600 /* S4LN053X01 */ #define PCI_PRODUCT_SAMSUNG2_XP941 0xa800 /* XP941 */ /* Sangoma products */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 7497e482e8b..71bb2ddf649 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.1749 2014/11/28 14:12:19 kettenis Exp + * OpenBSD: pcidevs,v 1.1750 2014/12/02 00:08:50 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -21040,6 +21040,10 @@ static const struct pci_known_product pci_known_products[] = { "MagicLAN SWL-2210P", }, { + PCI_VENDOR_SAMSUNG2, PCI_PRODUCT_SAMSUNG2_S4LN053X01, + "S4LN053X01", + }, + { PCI_VENDOR_SAMSUNG2, PCI_PRODUCT_SAMSUNG2_XP941, "XP941", }, |