Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2002 04:27:45 +0200
From:      Clement Laforet <sheep.killer@cultdeadsheep.org>
To:        Clement Laforet <sheep.killer@cultdeadsheep.org>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 10 Jul 2002 01:56:49 +0200
Clement Laforet <sheep.killer@cultdeadsheep.org> 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 <ST313620A/3.11> ATA/ATAPI rev 4
    Slave:       no device present
ATA channel 1:
    Master:  ad2 <IC35L040AVER07-0/ER4OA41A> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020710042745.3dbb91df.sheep.killer>