Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2008 15:14:22 +0200
From:      Andriy Gapon <avg@icyb.net.ua>
To:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   pciconf: incorrect description for chip=0x610111ab
Message-ID:  <4926B42E.2010408@icyb.net.ua>

next in thread | raw e-mail | index | archive | help

I wasn't sure where this belongs, so writing here.
This is stable/7 on Intel DG33TL:

$ pciconf -lv
...
atapci0@pci0:3:0:0:     class=0x01018f card=0x610111ab chip=0x610111ab
rev=0xb2 hdr=0x00
    vendor     = 'Marvell Semiconductor (Was: Galileo Technology Ltd)'
    device     = '6101 SATA2 Controller'
    class      = mass storage
    subclass   = ATA
...

This is actually a PATA controller (SATA is provided by ICH9).
lspci is more correct:
$ lspci -v
...
03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6101
single-port PATA133 interface (rev b2) (prog-if 8f [Master SecP SecO
PriP PriO])
        Subsystem: Marvell Technology Group Ltd. 88SE6101 single-port
PATA133 interface
...

ATA driver is also cool:
atapci0: <Marvell 88SX6101 UDMA133 controller>

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4926B42E.2010408>