From owner-freebsd-alpha Mon Apr 2 10:19:24 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from chuggalug.clues.com (chuggalug.clues.com [194.159.1.85]) by hub.freebsd.org (Postfix) with ESMTP id 6EE4D37B71C for ; Mon, 2 Apr 2001 10:19:21 -0700 (PDT) (envelope-from geoffb@chuggalug.clues.com) Received: (from geoffb@localhost) by chuggalug.clues.com (8.9.3/8.9.3) id SAA32824 for alpha@FreeBSD.ORG; Mon, 2 Apr 2001 18:19:20 +0100 (BST) (envelope-from geoffb) Date: Mon, 2 Apr 2001 18:19:20 +0100 From: Geoff Buckingham To: alpha@FreeBSD.ORG Subject: Re: ATA on AXPpci33 Message-ID: <20010402181920.A32795@chuggalug.clues.com> References: <20010402150036.A32344@chuggalug.clues.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <20010402150036.A32344@chuggalug.clues.com>; from Geoff Buckingham on Mon, Apr 02, 2001 at 03:00:37PM +0100 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Apr 02, 2001 at 03:00:37PM +0100, Geoff Buckingham wrote: > > I have been trying to get an IDE DVD working on a AXPpci33 based machine, > 4.2 Stable of approx 5 weeks vintage. > > However neither the GENERIC kernel nore any I have compiled seem to > detect the controller, does anybody have this working? > I have now made a couple of discoveries: adding the following device to my kernel config: # ATA and ATAPI devices #device ata device ata0 at isa? port IO_WD1 irq 14 means the controller is detected, however the DVD is only detected if I interupt the loaders autoboot and 'boot -v' strangely setting /boot/loader.rc to do a boot -v results in failure, as does interupting the auto boot and simply 'boot' ing. I am tempted to attribute this to the ata/alpha problem discussed elsewhere on this list, except I have also had problems detecting this DVD on an FreeBSD x86 machine. The following is the result of dmesg | grep ata after a boot -v ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x0000 ata0: mask=03 status0=51 status1=00 ata0: mask=03 ostat0=51 ostat2=00 ata0-master: ATAPI probe a=14 b=eb ata0-slave: ATAPI probe a=00 b=00 ata0: mask=03 status0=51 status1=00 ata0: devices=04 ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 ata0: interrupting at ISA irq 14 ata0-master: piomode=4 dmamode=2 udmamode=-1 dmaflag=1 acd0: DVD-ROM drive at ata0 as master acd0: Medium: CD-ROM 120mm data disc loaded, unlocked When no CD is detected ... ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 ata0: interrupting at ISA irq 14 ata0-master: identify retries exceeded -- GeoffB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message