From owner-freebsd-questions Wed Mar 4 16:06:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA28362 for freebsd-questions-outgoing; Wed, 4 Mar 1998 16:06:43 -0800 (PST) (envelope-from owner-freebsd-questions@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 QAA28266 for ; Wed, 4 Mar 1998 16:06:19 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 4 Mar 1998 19:05:04 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA17023; Wed, 4 Mar 98 19:04:58 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id TAA05783; Wed, 4 Mar 1998 19:04:42 -0500 Message-Id: <19980304190441.03028@ct.picker.com> Date: Wed, 4 Mar 1998 19:04:41 -0500 From: Randall Hopper To: Didier Derny Cc: questions@FreeBSD.ORG Subject: Re: IDE CDROM On soundblaster + 4 IDE Hard disks Mail-Followup-To: Didier Derny , questions@FreeBSD.ORG References: <19980220213100.40133@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Didier Derny on Wed, Mar 04, 1998 at 05:24:49PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Didier Derny: |The sound blaster is at the adresses: 0x168 and 0x36e irq 11 | |the board is perfectly recognized on win95 but not |with FreeBSD. | |Why is the 0x36e address not declared in the FreeBSD kernel |config file ??? Guess not many FreeBSD folks have installed Tertiary and/or Quaternary IDE controllers. I have an open bug report on this: kern/5627: Tertiary/Quaternary IDE Ctlrs: A few kernel mods needed but it basically just boils down to patching in the mod Vallo suggested to isa.h with the appropriate port addresses: #define IO_WD3 0x1e8 #define IO_WD4 0x168 (assuming these are standard wcd2 and wcd3 addresses and not just Creative Lab's numbers) and then you can add the controller(s) to your kernel config file. Probably shouldn't be in the GENERIC kernel I wouldn't think as it takes time to probe the controllers, and it'd just slow booting for the majority that don't have one or both of these. But having the isa.h mod in so a kernel patch isn't necessary would be a plus. Randall Hopper To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message