diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-01-03 10:31:10 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-01-03 10:31:10 +0000 |
commit | c5535361d42514209c9463ff7efe14218cff0d5b (patch) | |
tree | ad4c5ac33d43d9baaecb85e3bd25d2a5a43ceba9 /sys/dev | |
parent | de6fdea16e12d303983ab3d6e9ee93d5081fd838 (diff) |
Fix previous commit, which clearly was not even compile tested, since it
broke the tree.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 1f0e0579322..ad27f08f493 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1706 2014/01/03 05:50:23 brad Exp $ +$OpenBSD: pcidevs,v 1.1707 2014/01/03 10:31:09 jsing Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2829,7 +2829,7 @@ product INTEL WL_7260_2 0x08b2 Dual Band Wireless AC 7260 product INTEL WL_3160_1 0x08b3 Dual Band Wireless AC 3160 product INTEL WL_3160_2 0x08b4 Dual Band Wirelsss AC 3160 product INTEL WL_7265_1 0x095a Dual Band Wireless AC 7265 -product INTEL_WL_7265_2 0x095b Dual Band Wireless AC 7265 +product INTEL WL_7265_2 0x095b Dual Band Wireless AC 7265 product INTEL 80960RP 0x0960 i960 RP product INTEL 80960RM 0x0962 i960 RM product INTEL 80960RN 0x0964 i960 RN |