From owner-freebsd-current@FreeBSD.ORG Mon Jun 13 10:19:20 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA8C16A41C; Mon, 13 Jun 2005 10:19:20 +0000 (GMT) (envelope-from rabe@p-i-n.com) Received: from dns.p-i-n.com (dns.p-i-n.com [145.253.185.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0EEA43D48; Mon, 13 Jun 2005 10:19:18 +0000 (GMT) (envelope-from rabe@p-i-n.com) Received: from p-i-n.com (inside.p-i-n.com [129.10.9.21]) by dns.p-i-n.com (8.12.9p2/8.12.9) with ESMTP id j5DAJGOf032084; Mon, 13 Jun 2005 12:19:16 +0200 (CEST) (envelope-from rabe@p-i-n.com) Received: (from rabe@localhost) by p-i-n.com (8.11.6/8.11.6) id j5DAJFJ69759; Mon, 13 Jun 2005 12:19:15 +0200 (CEST) (envelope-from rabe) Date: Mon, 13 Jun 2005 12:19:15 +0200 From: "Raphael H. Becker" To: "Justin T. Gibbs" Message-ID: <20050613121915.C25098@p-i-n.com> References: <1118248386.7479.10.camel@zappa.Chelsea-Ct.Org> <20050608171130.GA64736@over-yonder.net> <1118252322.7479.28.camel@zappa.Chelsea-Ct.Org> <20050609113616.I41471@p-i-n.com> <20050609130511.GA732@uk.tiscali.com> <20050610162814.A25098@p-i-n.com> <20050610150718.GA7005@nargothrond.kdm.org> <20050612002508.B25098@p-i-n.com> <20050612035440.GA21262@nargothrond.kdm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from gibbs@scsiguy.com on Sun, Jun 12, 2005 at 10:32:14PM -0600 Organization: PHOENIX Pharmahandel AG & Co KG, Mannheim, Deutschland Cc: freebsd-scsi@freebsd.org, freebsd-current@freebsd.org, "Kenneth D. Merry" Subject: Re: Accessing SCSI-Devices >2TB X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 10:19:20 -0000 On Sun, Jun 12, 2005 at 10:32:14PM -0600, Justin T. Gibbs wrote: > even though the logic appears to be correct. I'll try to setup a > target mode emulation environment this week to see if I can replicate > the problem. What controller/chip are you using? dmesg: [...] acpi0: on motherboard acpi0: Power Button (fixed) [...] pcib5: on acpi0 pci1: on pcib5 [...] ahc0: port 0xdc00-0xdcff mem 0xfcf01000-0xfcf01fff irq 20 at device 8.0 on pci1 aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs ahc1: port 0xd800-0xd8ff mem 0xfcf00000-0xfcf00fff irq 21 at device 8.1 on pci1 aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs [...] pciconf -lv [...] ahc0@pci1:8:0: class=0x010000 card=0xf6209005 chip=0x00c09005 rev=0x01 hdr=0x00 vendor = 'Adaptec Inc' device = 'AHA-39160 (AIC-7899A) Ultra160 SCSI Host Adapter' class = mass storage subclass = SCSI ahc1@pci1:8:1: class=0x010000 card=0xf6209005 chip=0x00c09005 rev=0x01 hdr=0x00 vendor = 'Adaptec Inc' device = 'AHA-39160 (AIC-7899A) Ultra160 SCSI Host Adapter' class = mass storage subclass = SCSI [...] Hopefully this is what you need. TIA Raphael Becker PS+BTW: any idea why the internal PERC is not listed in camcontrol devlist? In dmesg its listed like aac0: mem 0xf0000000-0xf7ffffff irq 30 at device 8.1 on pci4 aac0: i960RX 100MHz, 118MB cache memory, optional battery present aac0: Kernel 2.7-1, Build 3170, S/N 5410d3 aac0: Supported Options=75c [...] aacd0: on aac0 aacd0: 69425MB (142182912 sectors) pciconf: aac0@pci4:8:1: class=0x010400 card=0x01211028 chip=0x000a1028 rev=0x01 hdr=0x00 vendor = 'Dell Computer Corporation' device = 'PowerEdge 3/Di Expandable RAID Controller' class = mass storage subclass = RAID It's not SCSI?