From owner-freebsd-questions Mon Jun 4 17:15:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sandbox.sandstorm.net (user-v3qtgdr.biz.mindspring.com [199.174.193.187]) by hub.freebsd.org (Postfix) with ESMTP id A684437B406 for ; Mon, 4 Jun 2001 17:15:19 -0700 (PDT) (envelope-from cjp@sandstorm.net) Received: from innsmouth.sandstorm.net (eight) [199.174.193.186] by sandbox.sandstorm.net with smtp (Exim 2.05 #2 (Debian)) id 1574VC-00028y-00; Mon, 4 Jun 2001 20:15:18 -0400 Message-ID: <027401c0ed53$e003d570$2400010a@eight> From: "cjp" To: Subject: Promise Ultra100 Controller Kernel Compilation Date: Mon, 4 Jun 2001 20:09:35 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hardware: Intel STL2 Motherboard 2 733 MHz PIII WD 10G UDMA/66 WD 60G UDMA/100 Promise Ultra100 Controller PCI OS: FreeBSD 4.2 Stable What is the proper modification of my kernel configuration file to get the device to be available? I tried what was suggested in LINT but /usr/sbin/config issued warnings at the use of WDC and suggested I use the ATA driver instead. I heeded that warning and recompiled for ATA. Should I have ignored that warning? I recompiled with the following in my kernel configuration file, but to no avail: device ata2 at pci? port IO_WD1 irq 14 device da5 at ata2 drive 0 device da6 at ata2 drive 1 device ata3 at pci? port IO_WD2 irq 15 device da7 at ata3 drive 0 device da8 at ata3 drive 1 Any help is greatly appreciated. Thanks, Charles Peterman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message