Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 May 2003 05:50:16 -0700
From:      walt <wa1ter@myrealbox.com>
To:        Soeren Schmidt <sos@spider.deepcore.dk>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: IDE disk initialization problem with tonight's kernel.
Message-ID:  <3EC8D308.8000108@myrealbox.com>
In-Reply-To: <200305190532.h4J5WCRL023144@spider.deepcore.dk>
References:  <200305190532.h4J5WCRL023144@spider.deepcore.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
Soeren Schmidt wrote:
> It seems walt wrote:
> 
>>Sometime between this morning's cvsup at around 12:00 noon GMT Sunday
>>and tonight's cvsup at 03:00 GMT Monday some changes were made in the
>>kernel which caused these errors:
>>
>>
>>ad0: 76319MB <WDC WD800JB-00CRA1> [155061/16/63] at ata0-master UDMA33
>>ad1: 76319MB <ST380021A> [155061/16/63] at ata0-slave UDMA33
>>Mounting root from ufs:/dev/ad0s3a
>>ad0: UDMA ICRC error cmd=write fsbn 281961420 of 140980710-140980713
>>  falling back to PIO mode

> I cant tell what controller this is from the above, could you mail me
> the output of dmesg and pciconf -l please ?

 From the bad kernel:
atapci0: <Promise PDC20376 SATA150 controller> port 0xb800-0xb87f,0xd000-0xd00f,0xd400-0xd43f mem 0xf2000000-0xf201ffff,0xf2800000-0xf2800fff irq 11 at device 8.0 on pci0
atapci1: <VIA 82C586B UDMA33 controller> port 0xa400-0xa40f at device 17.1 on pci0
ata0: at 0x1f0 irq 14 on atapci1
ata1: at 0x170 irq 15 on atapci1
==========================

 From the good kernel:
atapci0: <Promise PDC20376 UDMA133 controller> port 0xb800-0xb87f,0xd000-0xd00f,0xd400-0xd43f mem 0xf2000000-0xf201ffff,0xf2800000-0xf2800fff irq 11 at device 8.0 on pci0
ata2: at 0xf2800000 on atapci0
ata3: at 0xf2800000 on atapci0
ata4: at 0xf2800000 on atapci0
atapci1: <VIA 8235 UDMA133 controller> port 0xa400-0xa40f at device 17.1 on pci0
ata0: at 0x1f0 irq 14 on atapci1
ata1: at 0x170 irq 15 on atapci1

#pciconf -l
hostb0@pci0:0:0:        class=0x060000 card=0x807f1043 chip=0x31891106 rev=0x00 hdr=0x00
pcib1@pci0:1:0: class=0x060400 card=0x00000080 chip=0xb1681106 rev=0x00 hdr=0x01
fwohci0@pci0:7:0:       class=0x0c0010 card=0x30441106 chip=0x30441106 rev=0x80 hdr=0x00
atapci0@pci0:8:0:       class=0x010400 card=0x809e1043 chip=0x3376105a rev=0x02 hdr=0x00
bge0@pci0:9:0:  class=0x020000 card=0x80a91043 chip=0x16a614e4 rev=0x02 hdr=0x00
none0@pci0:12:0:        class=0x030000 card=0x00000000 chip=0x002d10de rev=0x15 hdr=0x00
uhci0@pci0:16:0:        class=0x0c0300 card=0x808c1043 chip=0x30381106 rev=0x80 hdr=0x00
uhci1@pci0:16:1:        class=0x0c0300 card=0x808c1043 chip=0x30381106 rev=0x80 hdr=0x00
uhci2@pci0:16:2:        class=0x0c0300 card=0x808c1043 chip=0x30381106 rev=0x80 hdr=0x00
none1@pci0:16:3:        class=0x0c0320 card=0x808c1043 chip=0x31041106 rev=0x82 hdr=0x00
isab0@pci0:17:0:        class=0x060100 card=0x808c1043 chip=0x31771106 rev=0x00 hdr=0x00
atapci1@pci0:17:1:      class=0x01018a card=0x808c1043 chip=0x05711106 rev=0x06 hdr=0x00
pcm0@pci0:17:5: class=0x040100 card=0x80951043 chip=0x30591106 rev=0x50 hdr=0x00

atapci0@pci0:8:0:       class=0x010400 card=0x809e1043 chip=0x3376105a rev=0x02 hdr=0x00
     vendor   = 'Promise Technology Inc'
     device   = 'PDC20376 FastTrak 376 Controller'
     class    = mass storage
     subclass = RAID

atapci1@pci0:17:1:      class=0x01018a card=0x808c1043 chip=0x05711106 rev=0x06 hdr=0x00
     vendor   = 'VIA Technologies Inc'
     device   = 'VT82xxxx EIDE Controller (All VIA Chipsets)'
     class    = mass storage
     subclass = ATA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EC8D308.8000108>