diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2017-03-31 08:53:56 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2017-03-31 08:53:56 +0000 |
| commit | c96f931e6007ac4ffbbf103869462a3c0d534790 (patch) | |
| tree | 201501675d62bd88f6e9e7aa38fde9b7012b7427 /sys/dev | |
| parent | 74c6c3d1ee97157c934798f251515307cad17f49 (diff) | |
- Add BROADCOM BCM4313 802.11b/g/n
- Add Intel's another Pineview Integrated Graphics Device
- Add Realtek RTS5208 PCI-E Card Reader
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 1e02409e43d..4b4c8098a13 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.1282 2017/03/23 03:14:03 msaitoh Exp $ +$NetBSD: pcidevs,v 1.1283 2017/03/31 08:53:56 msaitoh Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -1833,6 +1833,7 @@ product BROADCOM BCM43225 0x4357 BCM43225 2.4GHz 802.11 product BROADCOM BCM43227 0x4358 BCM43227 2.4GHz 802.11 product BROADCOM BCM43228 0x4359 BCM43228 Dualband 802.11 product BROADCOM BCM4401 0x4401 BCM4401 10/100 Ethernet +product BROADCOM BCM4313 0x4727 BCM4313 802.11b/g/n product BROADCOM 5801 0x5801 5801 Security Processor product BROADCOM 5802 0x5802 5802 Security Processor product BROADCOM 5805 0x5805 5805 Security Processor @@ -4546,6 +4547,7 @@ product INTEL PINEVIEW_IGD 0xa001 Pineview Integrated Graphics Device product INTEL PINEVIEW_IGD_1 0xa002 Pineview Integrated Graphics Device product INTEL PINEVIEW_M_HB 0xa010 Pineview Host Bridge product INTEL PINEVIEW_M_IGD 0xa011 Pineview Integrated Graphics Device +product INTEL PINEVIEW_M_IGD_1 0xa012 Pineview Integrated Graphics Device product INTEL Z170_AHCI 0xa102 Z170 AHCI product INTEL Z170_3RD_AHCI 0xa106 Z170 3rd Party RAID product INTEL 100SERIES_PCIE_1 0xa110 100 Series PCIE @@ -5851,6 +5853,7 @@ product RDC R6060_OHCI 0x6060 R6060 USB OHCI product RDC R6061_EHCI 0x6061 R6061 USB EHCI /* Realtek products */ +product REALTEK RTS5208 0x5208 RTS5208 PCI-E Card Reader product REALTEK RTS5209 0x5209 RTS5209 PCI-E Card Reader product REALTEK RTS5227 0x5227 RTS5227 PCI-E Card Reader product REALTEK RTS5229 0x5229 RTS5229 PCI-E Card Reader |
