Date: Thu, 25 Sep 1997 22:06:44 -0700 (PDT) From: Doug White <dwhite@gdi.uoregon.edu> To: "Oles' Hnatkevych" <bsdmail@cki.ipri.kiev.ua> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3d IDE port. How to implement in kernel? Message-ID: <Pine.BSF.3.96.970925170600.14200B-100000@gdi.uoregon.edu> In-Reply-To: <34294ADF.41C67EA6@cki.ipri.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 24 Sep 1997, Oles' Hnatkevych wrote: > 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. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major Spam routed to /dev/null by Procmail | Death to Cyberpromo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970925170600.14200B-100000>