From owner-freebsd-stable@FreeBSD.ORG Fri Mar 26 01:52:33 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16E8316A4CE; Fri, 26 Mar 2004 01:52:33 -0800 (PST) Received: from pathfinder.roks.biz (roks.biz [212.110.133.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F0043D3F; Fri, 26 Mar 2004 01:52:30 -0800 (PST) (envelope-from padla@roks.biz) Received: from pathfinder.roks.biz (localhost.roks.biz [127.0.0.1]) by pathfinder.roks.biz (8.12.9p2/8.12.9) with ESMTP id i2Q9qHPC053603; Fri, 26 Mar 2004 11:52:18 +0200 (EET) (envelope-from padla@pathfinder.roks.biz) Received: (from root@localhost) by pathfinder.roks.biz (8.12.9p2/8.12.9/Submit) id i2Q9qHFD053602; Fri, 26 Mar 2004 11:52:17 +0200 (EET) (envelope-from padla) Date: Fri, 26 Mar 2004 11:52:17 +0200 From: quetzal@roks.biz To: Dmitry Morozovsky Message-ID: <20040326095217.GA53559@pathfinder.roks.biz> References: <20040325225330.V863@woozle.rinet.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040325225330.V863@woozle.rinet.ru> User-Agent: Mutt/1.4.2.1i cc: freebsd-stable@freebsd.org cc: sos@freebsd.org Subject: Re: KT600 ATA wrong detection with BIOS-disabled SATA X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 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, 26 Mar 2004 09:52:33 -0000 Hi, Dmitry, On Thu, Mar 25, 2004 at 11:01:12PM +0300, Dmitry Morozovsky wrote: > Dear colleagues, > > I just upgraded my work machine and moved to new motherboard (MSI KT6 Delta > MS-6590). > > I have only PATA devices, so I've disabled SATA onboard controller in BIOS. > The result was, eghm, interesting: ATA controller has been detected as Generic > VIA, so UDMA modes are unavailable. Attached are two pairs of verbose dmesgs > and `pciconf -lv' output from 4-stable as of today. Looks like I have the same problem with my ECS KT600-A SATA Enabled: ============================================================== atapci0@pci0:15:0: class=0x010400 card=0x18841019 chip=0x31491106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' class = mass storage subclass = RAID atapci1@pci0:15:1: class=0x01018a card=0x05711106 chip=0x05711106 rev=0x06 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxx EIDE Controller (All VIA Chipsets)' class = mass storage subclass = ATA # atacontrol list ATA channel 0: Master: acd0 ATA/ATAPI rev 0 Slave: ad1 ATA/ATAPI rev 6 ATA channel 1: Master: no device present Slave: ad3 ATA/ATAPI rev 5 ATA channel 2: Master: no device present Slave: no device present ATA channel 3: Master: no device present Slave: no device present # atacontrol mode 0 Master = PIO4 Slave = UDMA100 # atacontrol mode 1 Master = ??? Slave = UDMA100 SATA Disabled: =============================================================== atapci0@pci0:15:0: class=0x01018a card=0x18841019 chip=0x05711106 rev=0x06 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxx EIDE Controller (All VIA Chipsets)' class = mass storage subclass = ATA # atacontrol list ATA channel 0: Master: acd0 ATA/ATAPI rev 0 Slave: ad1 ATA/ATAPI rev 6 ATA channel 1: Master: no device present Slave: ad3 ATA/ATAPI rev 5 # atacontrol mode 0 Master = PIO4 Slave = WDMA2 # atacontrol mode 1 Master = ??? Slave = WDMA2 Best regards, Nikolay Pavlov.