Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Aug 1997 09:27:11 +0300
From:      Sergei Barbarash <sgt@deltathree.com>
To:        freebsd-questions@freebsd.org
Subject:   ATAPI CD recognition
Message-ID:  <199708050627.JAA02670@zaraza.deltathree.com>

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

My FreeBSD box fails to recognize my ATAPI CD. My hardware configuration is:

 - a (master) hard disk on wdc0
 - a (master) ATAPI CD on wdc1 (I want 32-bit access on my hard disk.)

My kernel configuration:

controller      wdc0    at isa? port "IO_WD1" bio irq 14 vector wdintr
disk            wd0     at wdc0 drive 0
controller	wdc1    at isa? port "IO_WD2" bio irq 15 vector wdintr
options		ATAPI   #Enable ATAPI support for IDE bus
options       	ATAPI_STATIC    #Don't do it as an LKM
device		wcd1
options     	"CD9660"                #ISO 9660 filesystem

here is an excerpt from dmesg:

wdc0 at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wd0): <Seagate Technology 1275MB - ST31276A>
wd0: 1221MB (2501856 sectors), 2482 cyls, 16 heads, 63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: NEC 72065B

etc.

Any help will be much appreciated.

-- Sergei





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708050627.JAA02670>