From owner-freebsd-stable@FreeBSD.ORG Fri Nov 21 13:14:27 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B1101065680 for ; Fri, 21 Nov 2008 13:14:27 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 774AA8FC1D for ; Fri, 21 Nov 2008 13:14:25 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA13769 for ; Fri, 21 Nov 2008 15:14:23 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <4926B42E.2010408@icyb.net.ua> Date: Fri, 21 Nov 2008 15:14:22 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.17 (X11/20081106) MIME-Version: 1.0 To: FreeBSD Stable Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: pciconf: incorrect description for chip=0x610111ab X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2008 13:14:27 -0000 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: -- Andriy Gapon