diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2008-02-02 03:21:47 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2008-02-02 03:21:47 +0000 |
commit | 13c855a1defef6d8172841e77c87d22b4c13eb6c (patch) | |
tree | 8e73f940f7a60b9929f067916702b1cfdf93d4c3 /sys/dev/pci/pcidevs | |
parent | 683db723e18e3b586a57b4af33e7d598db6822fb (diff) |
add Marvell Yukon PCI ids for a second 88E8055 chipset and the 88E8075 chipset.
From Linux and double checked with the Marvell Linux driver.
ok dlg@
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 133835432fb..fdb5616eb20 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1316 2008/01/29 10:28:39 jsg Exp $ +$OpenBSD: pcidevs,v 1.1317 2008/02/02 03:21:46 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2583,6 +2583,8 @@ product MARVELL YUKON_C042 0x4369 Yukon 88EC042 product MARVELL YUKON_8058 0x436a Yukon 88E8058 product MARVELL YUKON_8071 0x436b Yukon 88E8071 product MARVELL YUKON_8072 0x436c Yukon 88E8072 +product MARVELL YUKON_8055_2 0x436d Yukon 88E8055 +product MARVELL YUKON_8075 0x4370 Yukon 88E8075 product MARVELL YUKON_BELKIN 0x5005 Yukon (Belkin F5D5005) product MARVELL 88SX5040 0x5040 88SX5040 SATA product MARVELL 88SX5041 0x5041 88SX5041 SATA |