diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-05-02 16:10:18 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-05-02 16:10:18 +0000 |
commit | edd0800acbe732814b30709dc6f0dcc3a860277d (patch) | |
tree | 769ec25d240a055916476ae4d9e7c788774a90f8 /sys | |
parent | 9334ab2a1dca6464887f7357f2e9bd4b16cc593f (diff) |
sync
Diffstat (limited to 'sys')
-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 71479ad9798..dddb16013b8 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.505 2002/04/29 22:30:34 mickey Exp + * OpenBSD: pcidevs,v 1.506 2002/05/02 16:09:44 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -557,6 +557,7 @@ #define PCI_VENDOR_SYBA 0x1592 /* Syba */ #define PCI_VENDOR_EUMITCOM 0x1638 /* Eumitcom */ #define PCI_VENDOR_NETSEC 0x1660 /* NetSec */ +#define PCI_VENDOR_ATHEROS 0x168c /* Atheros */ #define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun */ #define PCI_VENDOR_USR2 0x16ec /* US Robotics */ #define PCI_VENDOR_ALTIMA 0x173b /* Altima */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 6bc830f6ad0..bd60c1fac68 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.505 2002/04/29 22:30:34 mickey Exp + * OpenBSD: pcidevs,v 1.506 2002/05/02 16:09:44 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7279,6 +7279,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "NetSec", }, { + PCI_VENDOR_ATHEROS, + "Atheros", + }, + { PCI_VENDOR_GLOBALSUN, "Global Sun", }, |