Date: Fri, 10 Nov 2000 17:20:02 -0800 (PST) From: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/22634: 4.2-Beta (11/06) Kernel does not detect Slave HDs Message-ID: <200011110120.RAA46440@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/22634; it has been noted by GNATS. From: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> To: Soren Schmidt <sos@freebsd.dk>, Freebsd-Gnats-Submit <FreeBSD-gnats-submit@freebsd.org> 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: <VIA 82C596 ATA66 controller> 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 <ST313032A> [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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011110120.RAA46440>