Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2000 09:32:43 +0100 (CET)
From:      Soren Schmidt <sos@freebsd.dk>
To:        andreas@klemm.gtn.com (Andreas Klemm)
Cc:        current@FreeBSD.ORG
Subject:   Re: timeout problems HighPoint HPT366 ATA66 controller && 40 GB Diamond Max Plus
Message-ID:  <200002220832.JAA00330@freebsd.dk>
In-Reply-To: <20000221235518.A998@titan.klemm.gtn.com> from Andreas Klemm at "Feb 21, 2000 11:55:18 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
It seems Andreas Klemm wrote:
> Hi !
> 
> I have hangs and timeouts using the EIDE disk in my computer.
> The controller is a Abit Hot Rod 66 and Maxtor Diamond Max 54098U8.
> I use the 80 pin cable from the Abit EIDE controller special for UDMA.
> 
> Messages are:
> ad4: READ command timeout - resetting
> ata2: resetting devices
> 
> ad4: WRITE command timeout - resetting
> ata2: resetting devices .. done

You have a config problem....
> atapci0: <Intel PIIX3 ATA controller> at device 7.1 on pci0
> atapci0: Busmastering DMA not enabled
> ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x0000
> ata0: probe allocation failed
> ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x0001
> ata1: probe allocation failed
> atapci1: <HighPoint HPT366 ATA66 controller> port 0xa400-0xa4ff,0xa000-0xa003,0x9c00-0x9c07 irq 15 at device 14.0 on pci0
> ata2: iobase=0x9c00 altiobase=0xa000 bmaddr=0xa400
> ata2: at 0x9c00 on atapci1
> atapci2: <HighPoint HPT366 ATA66 controller> port 0xb000-0xb0ff,0xac00-0xac03,0xa800-0xa807 irq 15 at device 14.1 on pci0
> ata3: iobase=0xa800 altiobase=0xac00 bmaddr=0xb000
> ata3: probe allocation failed

Now where did this come form:
> ata4: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x0000
> ata4: mask=00 status0=ff status1=ff
> ata4: probe allocation failed

> ata2-master: success setting up UDMA4 mode on HPT366 chip
> ad4: <Maxtor 54098U8/DA620CQ0> ATA-5 disk at ata2 as master
> ad4: 39082MB (80041248 sectors), 79406 cyls, 16 heads, 63 S/T, 512 B/S
> ad4: 16 secs/int, 1 depth queue, UDMA66
> ad4: piomode=4 dmamode=2 udmamode=4 cblid=1
 
> # ATA and ATAPI devices
> device		ata0	at isa? port IO_WD1 irq 14
> #device		ata1	at isa? port IO_WD2 irq 15
> device		ata
> device		atadisk			# ATA disk drives
> #device		atapicd			# ATAPI CDROM drives
> #device		atapifd			# ATAPI floppy drives
> #device		atapist			# ATAPI tape drives
> options 	ATA_STATIC_ID		#Static device numbering
> #options 	ATA_ENABLE_ATAPI_DMA	#Enable DMA on ATAPI devices

make that:

device                ata
device                atadisk
options       ATA_STATIC_ID

-Søren


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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