From owner-freebsd-questions Sun Aug 15 22:26:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id D84B015443 for ; Sun, 15 Aug 1999 22:26:25 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id OAA04097; Mon, 16 Aug 1999 14:55:44 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id OAA07231; Mon, 16 Aug 1999 14:55:42 +0930 (CST) Date: Mon, 16 Aug 1999 14:55:42 +0930 From: Greg Lehey To: "David B. Aas" Cc: "Dan O'Connor" , questions@FreeBSD.ORG Subject: Re: Hardware compatibility? Message-ID: <19990816145541.A7187@freebie.lemis.com> References: <021001bee796$c52ca2a0$0200000a@home> <004e01bee79b$7fcf6d00$0fc8a8c0@dave.ciminot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <004e01bee79b$7fcf6d00$0fc8a8c0@dave.ciminot.com>; from David B. Aas on Sun, Aug 15, 1999 at 10:57:45PM -0500 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 15 August 1999 at 22:57:45 -0500, David B. Aas wrote: > On Sunday, August 15, 1999 10:24 PM, Dan O'Connor wrote: >> >> Yes, FreeBSD 3.2 supports EIDE and Ultra-DMA drives just fine. >> >> By default (i.e., the GENERIC kernel), UDMA mode is not >> enabled, but you can >> enable it by rebuilding the kernel and adding "flags >> 0xa0ffa0ff" to the IDE >> controller definition in your kernel configuration file, e.g.: >> >> controller wdc0 at isa? port "IO_WD1" bio irq 14 >> flags 0xa0ffa0ff >> vector wdintr > > > Uh, Dan- > > I found the information about the UDMA drives in LINT, but I am confused. Is > the "vector wdintr" part of that line? Where does that part come in? I do > not see that in LINT. This message has been mutilated. This text: >> controller wdc0 at isa? port "IO_WD1" bio irq 14 >> flags 0xa0ffa0ff >> vector wdintr should all be on one line: controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xa0ffa0ff vector wdintr The 'vector' specification went away recently, and the 'bio' keyword will soon go as well. They tell the driver which interrupt routine and interrupt level to use. I'd guess that Dan's config file is a little older. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message