From owner-freebsd-questions@FreeBSD.ORG Sat Sep 3 06:40:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CE8616A41F for ; Sat, 3 Sep 2005 06:40:06 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id D269943D4C for ; Sat, 3 Sep 2005 06:40:05 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: by rproxy.gmail.com with SMTP id r35so622696rna for ; Fri, 02 Sep 2005 23:40:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fSzGHMl1IaVoUUoOInanYEPW5YS4n48+gSagyRJXhwUa86LP+ZZFDi4yjhNgWmvEYvkmSgEagNc4AWxaQd+vUQMbniz1wedmkWIeji46xaOOSESCip3MGOV28ZP98bP/bfk8zO/+jpNVEoVv4XqAjaDzoOhVbcK6aRLA4SVZnxE= Received: by 10.38.90.67 with SMTP id n67mr102243rnb; Fri, 02 Sep 2005 23:40:05 -0700 (PDT) Received: by 10.38.98.73 with HTTP; Fri, 2 Sep 2005 23:40:05 -0700 (PDT) Message-ID: <51d7a51605090223402aefb017@mail.gmail.com> Date: Fri, 2 Sep 2005 23:40:05 -0700 From: perikillo To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Problems to setup one PCI SCSI Card? Freebsd 5.4-p6 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: Sat, 03 Sep 2005 06:40:06 -0000 Hi people i need to install one SCSI PCI card, the chip is support by freebsd 5.4 hardware using the driver ahc: Chip 26160N Adaptec I read the man pages for the driver ahc(4), and say this: SYNOPSIS For one or more VL/EISA cards: device eisa device ahc For one or more PCI cards: device pci device ahc To allow PCI adapters to use memory mapped I/O if enabled: options AHC_ALLOW_MEMIO To configure one or more controllers to assume the target role: options AHC_TMODE_ENABLE For one or more SCSI busses: device scbus But i dosent understand what options i need in my kernel config file, i have by default device eisa device pci Them i add=20 =20 device ahc options AHC_ALLOW_MEMIO And them "make" give me error code 1, i remove options AHC_ALLOW_MEMIO and give me again errors, my motherboard dosent have any internal SCSI stuff. This why im here trying to know wich options i need in my kernel file to add this SCSI card and wich more are available for it...? I need to test this card because iam going to setup one backup system, i need to setup the card first on my BIOS...? =20 Freebsd 5.4-p6 Adaptec 26160N PCI=20 =20 Thanks in advanced!!!