From owner-freebsd-questions Tue Feb 17 17:59:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA19621 for freebsd-questions-outgoing; Tue, 17 Feb 1998 17:59:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hilda.sci.usq.edu.au (hilda.sci.usq.edu.au [139.86.144.152]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id RAA19565 for ; Tue, 17 Feb 1998 17:58:59 -0800 (PST) (envelope-from vance@usq.edu.au) Received: (qmail 29135 invoked by uid 205); 18 Feb 1998 01:51:42 -0000 Message-ID: <19980218015142.29134.qmail@hilda.sci.usq.edu.au> X-Mailer: exmh version 2.0zeta 7/24/97 X-Face: VBG60|k'4FzQAk.lEL//A=jDc@.*^5c^^(#755qSb~E~lhP7%JOW!_)Oauu?Y(|)0Xn|UBK Wb$c5EvA>x<^g&TNFNLS9}\FDFw{F,b8%u%>Xb_2}4b}p Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 18 Feb 1998 11:51:42 +1000 From: Christopher JS Vance Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <19980212072708.364.qmail@hilda.sci.usq.edu.au>, I wrote: | I've installed 2.2.5-R on my machine after a long break from FreeBSD. | I have a Dual PCI/IDE controller with a regular disk on wd0, and a | Samsung CSR2030 ATAPI CD-ROM as secondary slave. The other system | beginning with L is happy to find and use the CD-ROM, while FreeBSD | doesn't seem to find wdc1, let alone what's connected to it. | | When I boot, it seems that wdc1 is not found: dmesg from a -v boot First of all, I want to thank the people who responded to my mail: Todd Hansen, Doug White, John Richards, and Ricardo Almeida. It appears that wdprobe on wdc1 got an unexpected error value from the WDCC_DIAGNOSE - it was expecting 0x01 or 0x81, not the 0x0f it did see. Accordingly, wdc1 never made it, so wcd0 wasn't there either. Telling wdprobe that this value is okay allowed both wdc1 and wcd0 to be found, and a CD-ROM to be read. Now I have to find out what 0x0f is supposed to mean before I can suggest a permanent fix... (I've got some of the ATAPI docs, and I'm about to try the same for ATA, but it looks pretty opaque already. And I should check what's already been done by others modifying wd.c since 2.2.5-R.) I would have thought somebody was already using a Triton PCI/IDE or a Samsung CD-ROM, but anyway... -- Christopher To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message