From owner-freebsd-stable Mon Feb 12 08:53:52 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA10532 for stable-outgoing; Mon, 12 Feb 1996 08:53:52 -0800 (PST) Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA10522 Mon, 12 Feb 1996 08:53:49 -0800 (PST) Message-Id: <199602121653.IAA10522@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: Host localhost.cdrom.com [127.0.0.1] didn't use HELO protocol To: Richard J Kuhns cc: freebsd-stable@freebsd.org Subject: Re: One problem && one question In-reply-to: Your message of "Mon, 12 Feb 1996 09:42:47 EST." <199602121442.JAA14442@watson.grauel.com> Date: Mon, 12 Feb 1996 08:53:49 -0800 From: "Justin T. Gibbs" Sender: owner-stable@freebsd.org Precedence: bulk >Now my question: someone (Julian?) mentioned that there's now a wrapper to >allow the 946C to be found during the PCI probe. I found the necessary >file (sys/pci/bt9xx.c), but how do I convince config to use it? > >I have the following line in my config file: > >controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr > >Any help/comments would be greatly appreciated. The problem is that I have the PCI ID fror the Buslogic reversed in sys/pci/bt9xx.c. Change: #define PCI_DEVICE_ID_BUSLOGIC_946 0x104B1040ul To: #define PCI_DEVICE_ID_BUSLOGIC_946 0x1040104Bul I'll fix this in -current and -stable ASAP. That's what I get for writing the wrapper and not having one of these cards... :) >-- >Rich Kuhns rjk@grauel.com >PO Box 6249 >100 Sawmill Road >Lafayette, IN 47903 >(317)477-6000 x319 -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations ===========================================