From owner-freebsd-hackers Mon Feb 2 16:57:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19978 for hackers-outgoing; Mon, 2 Feb 1998 16:57:13 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id QAA19972 for ; Mon, 2 Feb 1998 16:57:06 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 2 Feb 1998 17:55:05 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA18709; Mon, 2 Feb 98 17:54:59 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id RAA27797; Mon, 2 Feb 1998 17:54:47 -0500 Message-Id: <19980202175446.23614@ct.picker.com> Date: Mon, 2 Feb 1998 17:54:46 -0500 From: Randall Hopper To: hackers@FreeBSD.ORG Subject: Re: Tertiary IDE -- Detect Solved References: <19980202073937.25578@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <19980202073937.25578@ct.picker.com>; from Randall Hopper on Mon, Feb 02, 1998 at 07:39:37AM -0500 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe hackers" Randall Hopper: |***** 2. SECOND TRY: ***** |controller wdc2 at isa? port 0x1e8 bio irq 11 flags 0xa0ffa004 vector wdintr |disk wd4 at wdc2 drive 0 ... |***** 3. THIRD TRY: ***** |Touched up the generated ioconf.c and replaced the "(null)" in the corrupt |isa_biotab_wdc[] entry: | |{ -1, &wdcdriver, (null), IRQ11, -1, C 0x00000, 0, wdintr, 4, 0x0000, | 0, 0, 0, 0, 1, 0, 0 }, | |with the correct port number for the teriary controller ("0x1e8"). | |This kernel did build, but wouldn't detect wdc2 when I booted it up. The detect failure was my bust. After the kernel-build workarounds, and once I reconfigured the drive as a master instead of a slave :-), the old Conner 540Meg now hanging off of my Sound Blaster 32's Tertiary IDE port probed and mounted like a champ: wdc2 at 0x1e8-0x1ef irq 11 flags 0xa0ffa004 on isa wdc2: unit 0 (wd4): , multi-block-4 wd4: 515MB (1056384 sectors), 1048 cyls, 16 heads, 63 S/T, 512 B/S Randall