diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-07-23 18:35:33 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-07-23 18:35:33 +0000 |
commit | 675faf8c91f4f5811eeca89c89b8e7ebd5d1bc02 (patch) | |
tree | 92f1db751199d1ea1ad46e456d63032f11fceac9 /sys/dev/pci/pcidevs_data.h | |
parent | 07d0dfbb3469e78a43b0430b455bfce199ed7607 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index bb5caaf1aa4..c5f666f2445 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.1389 2008/07/23 04:59:18 deraadt Exp + * OpenBSD: pcidevs,v 1.1391 2008/07/23 18:34:29 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2884,6 +2884,10 @@ static const struct pci_known_product pci_known_products[] = { "IDE-2015PL", }, { + PCI_VENDOR_ATTANSIC, PCI_PRODUCT_ATTANSIC_L1E, + "L1E", + }, + { PCI_VENDOR_ATTANSIC, PCI_PRODUCT_ATTANSIC_L1, "L1", }, |