From owner-freebsd-bugs Fri Nov 10 17:20: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0453237B479 for ; Fri, 10 Nov 2000 17:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA46440; Fri, 10 Nov 2000 17:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 10 Nov 2000 17:20:02 -0800 (PST) Message-Id: <200011110120.RAA46440@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: NAKAJI Hiroyuki Subject: Re: kern/22634: 4.2-Beta (11/06) Kernel does not detect Slave HDs Reply-To: NAKAJI Hiroyuki Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/22634; it has been noted by GNATS. From: NAKAJI Hiroyuki To: Soren Schmidt , Freebsd-Gnats-Submit Cc: Subject: Re: kern/22634: 4.2-Beta (11/06) Kernel does not detect Slave HDs Date: 11 Nov 2000 10:09:42 +0900 Soren, thank you for your work. >>>>> In <200011101810.KAA83061@freefall.freebsd.org> >>>>> sos@freebsd.dk (Soren Schmidt) wrote: nakaji> I tried today's kernel. It only detect ata0-master. :( nakaji> The problem is getting more serious/critical. Ata1 also disappeared. sos> Could you please try the patch I've announced on the lists and sos> get back to me with the result ? With same source tree (ata-all.c is 1.50.2.11), I executed the following commands. # cd /sys/dev/ata # patch < 4.2-diff # cd /usr/src # make buildkernel KERNEL=NAKAJI4 # make installkernel KERNEL=NAKAJI4 # reboot (in sigle user mode) After this, 'dmesg | grep ata' reports: atapci0: port 0xd000-0xd00f at device 7.1 on pci0 ata0: mask=03 status0=50 status1=50 ata0: mask=03 status0=50 status1=00 ata0: at 0x1f0 irq 14 on atapci0 ata1: mask=03 status0=50 status1=51 ata1: mask=03 status0=10 status1=00 ata1: at 0x170 irq 15 on atapci0 ata0-master: DMA limited to UDMA33, non-ATA66 compliant cable ad0: 12419MB [25232/16/63] at ata0-master UDMA33 acd0: CDROM <40X CD-ROM> at ata1-master using PIO4 Ata1 and acd0 are back again, thanks, but ad1 still not come back! Bios and /boot/loader both detect two hard disk drives on primary master and slave, i.e. disk C: and D:. -- NAKAJI Hiroyuki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message