diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-07-08 08:55:34 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-07-08 08:55:34 +0000 |
commit | 9378cf17a73a63295153b75813e3d017fe1a6def (patch) | |
tree | ee3e8bda94ce62a785180ae1383176330588feea /sys/dev/pci | |
parent | c06e994a5456875ba1e3ca5915e60fe7829cb7a0 (diff) |
undo accidentally committed changes
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_athn_pci.c | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/pci/if_athn_pci.c b/sys/dev/pci/if_athn_pci.c index 9cef41340a0..69deb9bd5db 100644 --- a/sys/dev/pci/if_athn_pci.c +++ b/sys/dev/pci/if_athn_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_athn_pci.c,v 1.15 2014/07/08 08:54:00 stsp Exp $ */ +/* $OpenBSD: if_athn_pci.c,v 1.16 2014/07/08 08:55:33 stsp Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -94,7 +94,6 @@ static const struct pci_matchid athn_pci_devices[] = { { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9160 }, { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9280 }, { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9281 }, - { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9281_2 }, { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9285 }, { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR2427 }, { PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR9227 }, diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index fae32485c0c..c789753b0b0 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1729 2014/07/08 08:54:00 stsp Exp $ +$OpenBSD: pcidevs,v 1.1730 2014/07/08 08:55:33 stsp Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1840,7 +1840,6 @@ product ATHEROS AR5211_DEFAULT 0x1112 AR5211 product ATHEROS AR5212_FPGA 0xf013 AR5212 product ATHEROS AR5211_FPGA11B 0xf11b AR5211Ref product ATHEROS AR5211_LEGACY 0xff12 AR5211Ref -product ATHEROS AR9281_2 0xff1c AR9281 /* Atmel products */ product ATMEL AT76C506 0x0506 AT76C506 |