From owner-freebsd-current@FreeBSD.ORG Thu Jan 15 06:54:23 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3484616A4CE for ; Thu, 15 Jan 2004 06:54:23 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9834543D5A for ; Thu, 15 Jan 2004 06:54:17 -0800 (PST) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) i0FEsETe017768; Thu, 15 Jan 2004 09:54:15 -0500 (EST) Message-ID: <40067F22.8040209@ec.rr.com> Date: Thu, 15 Jan 2004 09:53:06 -0200 From: jason User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Guibert de Bruet References: <4004E482.7030200@mail.ru> <20040114042707.K47506@alpha.siliconlandmark.com> <40056FC8.7020501@mail.ru> <20040115020730.I47506@alpha.siliconlandmark.com> In-Reply-To: <20040115020730.I47506@alpha.siliconlandmark.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: rihad cc: freebsd-current@freebsd.org Subject: Re: ATA activity LED X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2004 14:54:23 -0000 Andre Guibert de Bruet wrote: >On Wed, 14 Jan 2004, rihad wrote: > > > >>Andre Guibert de Bruet wrote: >> >> >> >>>On Wed, 14 Jan 2004, rihad wrote: >>> >>> >>> >>>>Why is the disk activity LED always on in 5-C? Various Linuxes and XP >>>>don't exhibit this behaviour. >>>> >>>> >>>Care to share what type of ATA controller(s) your system has? >>> >>> >>$ dmesg | grep -e ^ata -e ^ad -e ^acd >>atapci0: port 0xfc00-0xfc0f at device >>31.1 on pci0 >>ata0: at 0x1f0 irq 14 on atapci0 >>ata0: [MPSAFE] >>ata1: at 0x170 irq 15 on atapci0 >>ata1: [MPSAFE] >>ad0: 29325MB [59582/16/63] at ata0-master UDMA100 >>acd0: DVDROM at ata0-slave PIO4 >> >> > >What does the output of 'vmstat -i |grep ata' look like? > > > >>Andre Guibert de Bruet | Enterprise Software Consultant > >>Silicon Landmark, LLC. | http://siliconlandmark.com/ > >> >> >_______________________________________________ >freebsd-current@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-current >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > > There is a problem here. 1st there should not be a pio4 and dma100 on the same cable, the pio4 mode is on only there because it is not working, the spec say no mode mixing like this. Try the cdrom on the second ide able, it should be atleast UDMA33, I have a liteon so I know it should be at least this fast. You may have the drive jumpers set to 2 masters or something? Any way having the drives on there own cables is much faster anyway.