diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2023-05-01 07:24:05 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2023-05-01 07:24:05 +0000 |
commit | cab7ae2a79e5ff06b1734c8e183aeeeaaa4fc9fe (patch) | |
tree | 3c52aac1ec28f26dbafcfb7cde4a3b1c98bdfa1c | |
parent | a06d941bce2997023fb55bce178e032f405cd5ae (diff) |
Intel Braswell SDIO
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index caf0d475c6e..85a0dcaaddd 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.2033 2023/04/30 23:38:52 jsg Exp $ +$OpenBSD: pcidevs,v 1.2034 2023/05/01 07:24:04 dlg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -4440,6 +4440,7 @@ product INTEL BSW_SIO_DMA_2 0x2286 Braswell SIO DMA product INTEL BSW_SIO_HSUART_1 0x228a Braswell Serial product INTEL BSW_SIO_HSUART_2 0x228c Braswell Serial product INTEL BRASWELL_SMB 0x2292 Braswell SMBus +product INTEL BSW_SDIO 0x2295 Braswell SDIO product INTEL BSW_TXE 0x2298 Braswell TXE product INTEL BSW_PCU_LPC 0x229c Braswell PCU LPC product INTEL BSW_AHCI 0x22a3 Braswell AHCI |