Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci - Add BROADCOM BCM4313 802.11b/g/n



details:   https://anonhg.NetBSD.org/src/rev/da180109b439
branches:  trunk
changeset: 822678:da180109b439
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Mar 31 08:53:56 2017 +0000

description:
- Add BROADCOM BCM4313 802.11b/g/n
- Add Intel's another Pineview Integrated Graphics Device
- Add Realtek RTS5208 PCI-E Card Reader

diffstat:

 sys/dev/pci/pcidevs |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r a837de1703be -r da180109b439 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Fri Mar 31 08:50:54 2017 +0000
+++ b/sys/dev/pci/pcidevs       Fri Mar 31 08:53:56 2017 +0000
@@ -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 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_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    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



Home | Main Index | Thread Index | Old Index