From owner-freebsd-questions Wed Oct 8 06:54:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA18379 for questions-outgoing; Wed, 8 Oct 1997 06:54:18 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from chromatic.com ([208.12.96.9]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA18374 for ; Wed, 8 Oct 1997 06:54:16 -0700 (PDT) (envelope-from hua@chromatic.com) Received: from ohio.chromatic.com (ohio [172.16.82.5]) by chromatic.com (8.8.5/8.8.5) with ESMTP id GAA23627; Wed, 8 Oct 1997 06:49:39 -0700 (PDT) Received: from ohio.chromatic.com (localhost [127.0.0.1]) by ohio.chromatic.com (8.8.5/8.8.5) with ESMTP id GAA11908; Wed, 8 Oct 1997 06:53:53 -0700 (PDT) Message-Id: <199710081353.GAA11908@ohio.chromatic.com> To: Doug White cc: "Oles' Hnatkevych" , freebsd-questions@FreeBSD.ORG Subject: Re: 3d IDE port. How to implement in kernel? In-reply-to: Your message of "Thu, 25 Sep 1997 22:06:44 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 08 Oct 1997 06:53:52 -0700 From: Ernest Hua Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I have an SB-16 Creative card and an IDE port attached on it. > > How to add into kernel? > > > > I tried to add following: > > > > config file: > > controller wdc2 at isa? ... port "IO_WD3"... irq 11 ... > > > > isa.h: > > > > #define IO_WD3 0x1e8 > > > > but controller is not found during boot. > > You might try setting the port address explicitly instead of using a > #define; it may not be showing up in the proper places. > > Try the SB's I/O port as the IDE port, usually 0x220. Hmm ... are you sure about this? 0x220 is usually associated with the audio portion of the card. I had trouble when the implied port (at 0x3ee for 0x1e8) conflicted with an sio port. Unfortunately, I was stupid enough not to notice this conflict, and fried 3 different sound cards before straightening it out. Ern -- Ernest Hua, Software Sanitation Engineer/Chief Cut And Paste Officer Chromatic Research, 615 Tasman Drive, Sunnyvale, CA 94089-1707 Phone: 408 752-9375, Fax: 408 752-9301, E-Mail: hua@chromatic.com -- #!/bin/perl -sp0777i