From owner-freebsd-questions@FreeBSD.ORG Mon Dec 3 02:37:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 577D116A418 for ; Mon, 3 Dec 2007 02:37:17 +0000 (UTC) (envelope-from tony@tntpro.net) Received: from ms-smtp-03.nyroc.rr.com (ms-smtp-03.nyroc.rr.com [24.24.2.57]) by mx1.freebsd.org (Postfix) with ESMTP id 3CF5B13C46B for ; Mon, 3 Dec 2007 02:37:17 +0000 (UTC) (envelope-from tony@tntpro.net) Received: from tntpro.com (cpe-204-210-86-53.maine.res.rr.com [204.210.86.53]) by ms-smtp-03.nyroc.rr.com (8.13.6/8.13.6) with ESMTP id lB32bDuN008438 for ; Sun, 2 Dec 2007 21:37:13 -0500 (EST) Received: from outkast (outkast.tntpro.com [192.168.0.10]) by tntpro.com (8.14.2/8.13.6) with ESMTP id lB32bCI7002273 for ; Sun, 2 Dec 2007 21:37:12 -0500 (EST) (envelope-from tony@tntpro.net) From: "Tony" To: Date: Sun, 2 Dec 2007 21:37:13 -0500 Message-ID: <000701c83555$692eb4a0$f300a8c0@outkast> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Virus-Scanned: Symantec AntiVirus Scan Engine Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: what driver does the 80960rp use? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2007 02:37:17 -0000 I just installed an HP scsi card into my Dell server I'm trying to figure out driver I should add to my custom kernel. >From pciconf -lcv ioapic0@pci3:0:0: class=0x080020 card=0x11618086 chip=0x11618086 rev=0x01 hdr=0x00 vendor = 'Intel Corporation' device = '82806AA PCI64 Hub Advanced Programmable Interrupt Controller' class = base peripheral subclass = interrupt controller none2@pci3:4:0: class=0x010400 card=0x60e7103c chip=0x1960101e rev=0x20 hdr=0x00 vendor = 'American Megatrends Inc.' device = '80960RP i960RP Microprocessor' class = mass storage subclass = RAID cap 01[80] = powerspec 2 supports D0 D3 current D0 >From dmesg: pci3: on pcib3 pci3: at device 4.0 (no driver attached) uname -a FreeBSD tntpro.com 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #4: Sun Dec 2 16:14:46 EST 2007 root@tntpro.com:/usr/obj/usr/src/sys/LUNARXL i386 Thank you! Tony