Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Mar 1998 21:55:53 -0600 (CST)
From:      Jason Godfrey <godfreja@adam.cs.uwec.edu>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Problems with secondary IDE controller
Message-ID:  <Pine.BSF.3.96.980304215457.14301A-100000@vroom.uwec.edu>

next in thread | raw e-mail | index | archive | help
Hello.

I'm trying to get my CD-ROM to work with FreeBSD 2.2.2 in preparation for
the 2.2.6 release. The CD-ROM is hooked up on the secondary controller.
(For various reasons I don't want it hooked up as a slave on the primary.)
Unfortunately I cannot get FreeBSD to recognize my secondary controller
(works fine in other OS's).
On boot I get:

wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): <ST32132A> wd0:
2015MB (4127760 sectors), 4095 cyls, 16 heads, 63 S/T, 512 B/S 
wdc1 not found at 0x170


Here is how I have my config file set up:
controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1

controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr
disk		wd2	at wdc1 drive 0
disk		wd3	at wdc1 drive 1

options		ATAPI		#Enable ATAPI support for IDE bus
#options		ATAPI_STATIC	#Don't do it as an LKM
device		wcd1	#IDE CD-ROM

options		"CMD640"	#Possibly get Secondary IDE to work

Does anyone have any suggestions on how I can get the controller working? 
Thanks in advance.

-- Jason
godfreja@cs.uwec.edu


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980304215457.14301A-100000>