From owner-freebsd-hackers Mon Nov 1 17:50:30 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from vitoria.ddsecurity.com.br (vitoria.ddsecurity.com.br [200.18.130.93]) by hub.freebsd.org (Postfix) with SMTP id 2F81C14F47 for ; Mon, 1 Nov 1999 17:50:21 -0800 (PST) (envelope-from grios@ddsecurity.com.br) Received: (qmail 44676 invoked from network); 2 Nov 1999 01:48:44 -0000 Received: from unknown (HELO ddsecurity.com.br) (200.236.148.122) by vitoria.ddsecurity.com.br with SMTP; 2 Nov 1999 01:48:44 -0000 Message-ID: <381E3974.1E5C721B@ddsecurity.com.br> Date: Mon, 01 Nov 1999 23:08:04 -0200 From: Gustavo V G C Rios X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: hackers@freebsd.org Subject: Secondary IDE cannot be detected Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am really sorry to post here a problem that's not related to hacking, but i have already sent many posts to questions@freebsd.org without a solution to my problem. I am trying to get my Secondary IDE detected, but FreeBSD DOES NOT detect it! This device is working well under another OS like Linux and Win98 (i have 3 OSes in my machine), so i believe there is no hardware problems. Any way here goes some important information about my system (only relevant part) Dmesg output: wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 8063MB (16514064 sectors), 16383 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (atapi): < 34X CD-ROM/VER 1.D1>, removable, accel, dma, iordy acd0: drive speed 687 - 3781KB/sec, 128KB cache acd0: supported read types: CD-R, CD-RW, CD-DA, packet track acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM 120mm data disc loaded, unlocked wdc1 not found at 0x170 ppc0 at 0x378 irq 7 flags 0x40 on isa ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode lpt0: on ppbus 0 lpt0: Interrupt-driven port Comment: It was no funny to see this on my screen, freebsd cannot even detect it, altough it's compiled into kernel, (wdc1 not found at 0x170). My kernel config file: (again, only relevant part) options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 #disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 #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 acd0 #IDE CD-ROM device wfd0 #IDE Floppy (e.g. LS-120) -- Message of the day: The trouble with doing something right the first time is that nobody appreciates how difficult it was. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message