Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Remove 88SE9128(0x913a) entry. At least one of 8...



details:   https://anonhg.NetBSD.org/src/rev/54cf19ed03e4
branches:  trunk
changeset: 325855:54cf19ed03e4
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Jan 09 17:28:05 2014 +0000

description:
Remove 88SE9128(0x913a) entry. At least one of 88SE9128 chip's
product ID is 0x9123. I have this one. Add new 88SE912X entry
with 0x9123. OK'ed by jakllsch.

diffstat:

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

diffs (20 lines):

diff -r 71439bcd00a6 -r 54cf19ed03e4 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Thu Jan 09 16:51:05 2014 +0000
+++ b/sys/dev/pci/pcidevs       Thu Jan 09 17:28:05 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1177 2014/01/04 02:57:27 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1178 2014/01/09 17:28:05 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -2337,9 +2337,8 @@
 product MARVELL 88W8660                0x8660  88W8660 SoC Orion1
 
 product MARVELL2 88SE9120      0x9120  88SE9120 SATA
-product MARVELL2 88SE9123      0x9123  88SE9123 SATA II PCI-E AHCI Controller
+product MARVELL2 88SE912X      0x9123  88SE912x SATA II or III PCI-E AHCI Controller
 product MARVELL2 88SE9125      0x9125  88SE9125 SATA III PCI-E AHCI Controller
-product MARVELL2 88SE9128      0x91a3  88SE9128 SATA
 product MARVELL2 88SE9172      0x9172  88SE9172 SATA
 product MARVELL2 88SE9182      0x9182  88SE9182 SATA
 product MARVELL2 88SE9183      0x9183  88SE9183 SATA



Home | Main Index | Thread Index | Old Index