Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2004 15:10:52 +0900 (JST)
From:      FUJITA Kazutoshi <fujita@soum.co.jp>
To:        sos@spider.deepcore.dk
Cc:        freebsd-current@freebsd.org
Subject:   Re: SiS5591(?) ATA
Message-ID:  <20040316.151052.41674971.fujita@soum.co.jp>
In-Reply-To: <20030317.013632.74750761.fujita@soum.co.jp>
References:  <XFMail.20030316163815.der_julian@web.de> <200303161551.h2GFpMwx010683@spider.deepcore.dk> <20030317.013632.74750761.fujita@soum.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
From: FUJITA Kazutoshi <fujita@soum.co.jp>
Subject: Re: SiS5591(?) ATA
Date: Mon, 17 Mar 2003 01:36:32 +0900 (JST)
Message-ID: <20030317.013632.74750761.fujita@soum.co.jp>

> From: Soeren Schmidt <sos@spider.deepcore.dk>
> Subject: Re: SiS5591(?) ATA
> Date: Sun, 16 Mar 2003 16:51:22 +0100 (CET)
> Message-ID: <200303161551.h2GFpMwx010683@spider.deepcore.dk>
> 
> > OK, I think I got it, bad parens :(
> > 
> > Try this patch (again on a clean -current) and let me know...
> 
> Looks OK. Thanks a lot.
> 
> atapci0: <SiS 961 UDMA100 controller> port 0xff00-0xff0f at device 2.5 on pci0
> ata0: at 0x1f0 irq 14 on atapci0
> ata1: at 0x170 irq 15 on atapci0
> 
> ad0: 78533MB <IC35L080AVVA07-0> [159560/16/63] at ata0-master UDMA100
> ad1: 39266MB <IC35L040AVER07-0> [79780/16/63] at ata0-slave UDMA100
> acd0: DVD-R <MATSHITADVD-RAM SW-9571> at ata1-master UDMA66

Sorry for referring old mail.

I don't know when it becomes so,
but my -CURRENT box(same machine as above) says following.

atapci0: <SiS 5513 UDMA33 controller> port 0xff00-0xff0f at device 2.5 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata0: [MPSAFE]
ata1: at 0x170 irq 15 on atapci0
ata1: [MPSAFE]

ad0: 78533MB <IC35L080AVVA07-0> [159560/16/63] at ata0-master UDMA33
ad1: 39266MB <IC35L040AVER07-0> [79780/16/63] at ata0-slave UDMA33
acd0: DVDR <MATSHITADVD-RAM SW-9571> at ata1-master UDMA33
ad3: 176700MB <IC35L180AVV207-1> [359010/16/63] at ata1-slave UDMA33


# pciconf -lv

atapci0@pci0:2:5:       class=0x010180 card=0x55131039 chip=0x55131039 rev=0xd0 
hdr=0x00
    vendor   = 'Silicon Integrated Systems (SiS)'
    device   = 'SiS5513 EIDE Controller (A,B step)'
    class    = mass storage
    subclass = ATA


It looks worked as UDMA100, but now it works as UDMA33.
What's wrong?


Regards,



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