From owner-freebsd-questions Tue Aug 8 06:37:30 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id GAA28657 for questions-outgoing; Tue, 8 Aug 1995 06:37:30 -0700 Received: from iworks.InterWorks.org (iworks.interworks.org [128.255.18.10]) by freefall.cdrom.com (8.6.11/8.6.6) with SMTP id GAA28650 for ; Tue, 8 Aug 1995 06:37:29 -0700 Received: by iworks.InterWorks.org (1.37.109.8/16.2) id AA10752; Tue, 8 Aug 1995 08:31:20 -0500 Message-Id: <9508081331.AA10752@iworks.InterWorks.org> Date: Tue, 8 Aug 1995 08:31:20 -0500 From: "Daniel M. Eischen" To: john@starfire.MN.ORG, questions@FreeBSD.org Subject: Re: Adaptec 3940W with FreeBSD Sender: questions-owner@FreeBSD.org Precedence: bulk >Is anyone using this controller (dual SCSI channel) with FreeBSD? If so, >what would be required in addition to adding the PCI_DEVICE_ID to at >least use it as a 2940W until I can add support for the other channel? >And, BTW, what is the PCI_DEVICE_ID for this board? Is there a particular >IRQ that needs to be assigned for things to work? This should work fine in at least -current. I'm not sure if the support for it was added before the last snapshot or not. The PC_DEVICE_ID is 0x7278 as opposed to 0x7078 for the 7870. You shouldn't have to worry about assigning IRQs since the driver can share IRQs. Justin Gibbs can tell you anything more you need to know since he wrote the driver. Dan Eischen deischen@iworks.InterWorks.org