From owner-freebsd-stable Tue Jul 9 19:27:55 2002 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 BD33037B400 for ; Tue, 9 Jul 2002 19:27:49 -0700 (PDT) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 1FF7C43E52 for ; Tue, 9 Jul 2002 19:27:48 -0700 (PDT) (envelope-from sheep.killer@cultdeadsheep.org) Received: (qmail 595 invoked from network); 10 Jul 2002 02:27:45 -0000 Received: from unknown (HELO satan.cultdeadsheep.org) (192.168.0.4) by goofy.cultdeadsheep.org with SMTP; 10 Jul 2002 02:27:45 -0000 Date: Wed, 10 Jul 2002 04:27:45 +0200 From: Clement Laforet To: Clement Laforet Cc: stable@freebsd.org Subject: Re: strange ATA behavior with -STABLE Message-Id: <20020710042745.3dbb91df.sheep.killer@cultdeadsheep.org> In-Reply-To: <20020710015649.0592a44a.sheep.killer@cultdeadsheep.org> References: <20020710015649.0592a44a.sheep.killer@cultdeadsheep.org> Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 0.7.8 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 10 Jul 2002 01:56:49 +0200 Clement Laforet wrote: > Hi guys :) > > I "recently" upgraded one of my server from 4.5 (RELENG_4_5) to stable (RELENG_4) on the 4th july (nearly 9am CEST). Hi, Mike Tancsa sent me a mail and suggested me to do some things. " What does sysctl -a | grep ata and atacontrol list atacontrol cap 0 0 If the last 2 done work, cd /dev ./MAKEDEV ata first." so here my script ouput :) It reminds me another things. The ad2 drive isn't "recognized" by BIOS. This hard drive still correctly works :) And worked since 4.3-RELEASE with the same sysctl parameters ata-1 is dead so, here it is :) Script started on Wed Jul 10 04:10:37 2002 [root@goofy|(500)| root]# #To Be Sure [root@goofy|(501)| root]# cd /dev/ [root@goofy|(502)| dev]# ./MAKEDEV ata [root@goofy|(503)| dev]# sysctl -a | grep ata kern.ipc.max_datalen: 136 hw.ata.ata_dma: 1 hw.ata.wc: 1 hw.ata.tags: 0 hw.ata.atapi_dma: 0 [root@goofy|(504)| dev]# atacontrol list ATA channel 0: Master: ad0 ATA/ATAPI rev 4 Slave: no device present ATA channel 1: Master: ad2 ATA/ATAPI rev 5 Slave: no device present [root@goofy|(505)| dev]# atacontrol cap 0 0 ATA channel 0, Master, device ad0: ATA/ATAPI revision 4 device model ST313620A firmware revision 3.11 cylinders 16383 heads 16 sectors/track 63 lba supported 26692776 sectors lba48 not supported dma supported overlap not supported Feature Support Enable Value Vendor write cache yes yes read ahead yes yes dma queued no no 0/00 SMART yes no microcode download yes yes security yes no power management yes yes advanced power management no no 0/00 automatic acoustic management no no 0/00 0/00 [root@goofy|(506)| dev]# atacontrol cap 0 2 ATA channel 0, Slave, device Zÿ?: ATA/ATAPI revision 0 device model firmware revision ¿¿ cylinders 49087 heads 2052 sectors/track 0 lba not supported lba48 not supported dma notsupported overlap not supported Feature Support Enable Value Vendor write cache no no read ahead no no dma queued no no 0/00 SMART no no microcode download no no security no no power management no no advanced power management no no 0/00 automatic acoustic management no no 0/00 0/00 [root@goofy|(507)| dev]# exit Script done on Wed Jul 10 04:12:15 2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message