From owner-freebsd-hardware@FreeBSD.ORG Sun Feb 29 07:40:37 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16BD416A4CE; Sun, 29 Feb 2004 07:40:37 -0800 (PST) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B1F43D1D; Sun, 29 Feb 2004 07:40:35 -0800 (PST) (envelope-from Holger.Kipp@alogis.com) Received: (from hk@localhost) by alogis.com (8.11.1/8.9.3) id i1TFeVU56618; Sun, 29 Feb 2004 16:40:31 +0100 (CET) (envelope-from hk) Date: Sun, 29 Feb 2004 16:40:31 +0100 From: Holger Kipp To: alexander.pohoyda@gmx.net Message-ID: <20040229164031.A56175@intserv.int1.b.intern> References: <20040229141720.GA447@tuatara.fishballoon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20040229141720.GA447@tuatara.fishballoon.org>; from rsm@freebsd.org on Sun, Feb 29, 2004 at 02:17:20PM +0000 cc: stable@freebsd.org cc: hackers@freebsd.org cc: hardware@freebsd.org Subject: USB 2.0 Hub, patch for BSD stack X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 15:40:37 -0000 I have an ednet. USB 2.0 Hub 4-1 which seems to be identicyl to the Cypress Semiconductor Slim Hub. The latest 4.9-STABLE is still missing the patch > > --- uhub.c.orig Fri Jul 4 20:17:50 2003 > > +++ uhub.c Fri Jul 4 21:57:31 2003 > > @@ -185,7 +185,7 @@ > > /* Get hub descriptor. */ > > req.bmRequestType = UT_READ_CLASS_DEVICE; > > req.bRequest = UR_GET_DESCRIPTOR; > > - USETW(req.wValue, 0); > > + USETW2(req.wValue, (dev->address > 1 ? UDESC_HUB : 0), 0); > > USETW(req.wIndex, 0); > > USETW(req.wLength, USB_HUB_DESCRIPTOR_SIZE); > > DPRINTFN(1,("usb_init_hub: getting hub descriptor\n")); http://lists.freebsd.org/pipermail/freebsd-hardware/2003-July/000390.html The hub is now working on my system, even though detaching and attaching an 8-in-1 Card Reader (USB 2: hama 46945) several times locks the system (ie reset required). Will this patch be MFCd any time soon or was this part just forgotten, as the other minor patches (usbdevs.h, usbdevs_data.h) made it to 4.9-STABLE? Regards, Holger Kipp From owner-freebsd-hardware@FreeBSD.ORG Sun Feb 29 07:45:35 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C67B916A4CE; Sun, 29 Feb 2004 07:45:35 -0800 (PST) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59C8443D1D; Sun, 29 Feb 2004 07:45:34 -0800 (PST) (envelope-from Holger.Kipp@alogis.com) Received: (from hk@localhost) by alogis.com (8.11.1/8.9.3) id i1TFjWC56930; Sun, 29 Feb 2004 16:45:32 +0100 (CET) (envelope-from hk) Date: Sun, 29 Feb 2004 16:45:32 +0100 From: Holger Kipp To: alexander.pohoyda@gmx.net Message-ID: <20040229164532.A56871@intserv.int1.b.intern> References: <20040229141720.GA447@tuatara.fishballoon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20040229141720.GA447@tuatara.fishballoon.org>; from rsm@freebsd.org on Sun, Feb 29, 2004 at 02:17:20PM +0000 cc: stable@freebsd.org cc: hackers@freebsd.org cc: hardware@freebsd.org Subject: USB 2.0 Hub, patch for BSD stack, addendum X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 15:45:36 -0000 Here what happens after detaching and attaching: Feb 29 16:43:26 katrin /kernel: umass0: at uhub2 port 4 (addr 3) disconnected Feb 29 16:43:26 katrin /kernel: (da0:umass-sim0:0:0:0): lost device Feb 29 16:43:26 katrin /kernel: (da0:umass-sim0:0:0:0): removing device entry Feb 29 16:43:26 katrin /kernel: umass0: detached Feb 29 16:43:33 katrin /kernel: umass0: SMSC 223 USB97C223, rev 2.00/1.95, addr 3 Feb 29 16:43:40 katrin /kernel: umass0: BBB reset failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: BBB bulk-in clear stall failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: BBB bulk-out clear stall failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: BBB reset failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: BBB bulk-in clear stall failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: BBB bulk-out clear stall failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: BBB reset failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: BBB bulk-in clear stall failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: BBB bulk-out clear stall failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: BBB reset failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: BBB bulk-in clear stall failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: BBB bulk-out clear stall failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: BBB reset failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: BBB bulk-in clear stall failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: BBB bulk-out clear stall failed, IOERROR Feb 29 16:43:40 katrin /kernel: umass0: at uhub2 port 4 (addr 3) disconnected Feb 29 16:43:40 katrin /kernel: umass0: detached Feb 29 16:43:42 katrin /kernel: umass0: SMSC 223 USB97C223, rev 2.00/1.95, addr 3 MfG, Holger Kipp From owner-freebsd-hardware@FreeBSD.ORG Sun Feb 29 08:32:57 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 757A116A4CE; Sun, 29 Feb 2004 08:32:57 -0800 (PST) Received: from snickers.hotpop.com (snickers.hotpop.com [38.113.3.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D1A143D2D; Sun, 29 Feb 2004 08:32:57 -0800 (PST) (envelope-from rainbreath@hotpop.com) Received: from hotpop.com (kubrick.hotpop.com [38.113.3.103]) by snickers.hotpop.com (Postfix) with SMTP id 64A7D71EB5; Sun, 29 Feb 2004 16:04:51 +0000 (UTC) Received: from breath.breath.home (unknown [80.82.190.140]) by smtp-1.hotpop.com (Postfix) with ESMTP id A01061A0160; Sun, 29 Feb 2004 16:04:45 +0000 (UTC) Date: Sun, 29 Feb 2004 19:29:32 +0300 To: Rauf Kuliyev References: <20040201162804.GB614@einstein.lab> <401D5090.9000103@kuliyev.com> From: Yuri Grebenkin Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <401D5090.9000103@kuliyev.com> User-Agent: Opera7.23/FreeBSD M2 build 518 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- cc: Marco Trentini cc: freebsd-hardware@freebsd.org cc: freebsd-stable@freebsd.org cc: freebsd-x11@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: nVidia Riva TNT2 M64 problem on FreeBSD4.9 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 16:32:57 -0000 Hi. I've bought a ATI Radion 9000 64Mb and now I'm happy! It runs movies of any kind with postprocessing. I've already tested it by running Quake2 and Quake3arena with Wine under FreeBSD 4.9. They both are looking more alive than under Windows with nVidia TNT2! Even more if you believe top, 60% of CPU is idle while playing Quake2 with Wine! (Coppermine 900, heated to 1008MHz, 112MHz external) If someone interested here is as I configured the card under FreeBSD 4.9: 1) I had very messed XF86Config after my failed attempts to set up nVidia TNT2 (I will sell it to hell). So I recreated one with /stand/sysinstall -> Configure -> XFree86 -> xf86cfg -textmode. I prefer text mode configuration. The string ''Driver "something"'' substituted with ''Driver "radeon"''. 2) Included ''device radeondrm'' in my kernel config and ensured that ''device agp'' is there too. Recompiled and installed a new kernel. (I like the way of this in FreeBSD!) 3) That's all. If someone has any suggestions or remarks then please email me. Yuri rainbreath@hotpop.com From owner-freebsd-hardware@FreeBSD.ORG Sun Feb 29 11:27:10 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B38C716A4CE; Sun, 29 Feb 2004 11:27:10 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A3FF43D1F; Sun, 29 Feb 2004 11:27:10 -0800 (PST) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) i1TJR7s1013536; Sun, 29 Feb 2004 14:27:08 -0500 (EST) Message-ID: <40423D31.10008@ec.rr.com> Date: Sun, 29 Feb 2004 14:27:45 -0500 From: Jason User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040210 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-current@freebsd.org Subject: state of nforce support for agpgart X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Feb 2004 19:27:10 -0000 I have looked at the web cvs sources as well as my own form this weeks current and I would like to know if someone smarter than me could import the new drivers for agpgart support. I have been running in pci mode since I bought my board and would like to do some gaming without windows. I have looked at the source code and I could rewrite the driver myself, but I know it would not run for some time because I would screw it up with my lack of experence. If anyone else is intrested you can download the source code for linux from www.nvidia.com for both 386 and AMD64 platforms. As far as I can tell the people at nvidia have not have not yet split the video card and chipset drivers apart for freebsd, so people like me with ati video cards on a nforce board have no 3d without porting the linux stuff. There is also code for audio and lan drivers in the source also if anyone is interested. Jason From owner-freebsd-hardware@FreeBSD.ORG Sun Feb 29 17:21:11 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A30C116A4CE; Sun, 29 Feb 2004 17:21:11 -0800 (PST) Received: from smtp.omnis.com (smtp.omnis.com [216.239.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 577B443D2D; Sun, 29 Feb 2004 17:21:11 -0800 (PST) (envelope-from wes@softweyr.com) Received: from zahpod.softweyr.com (66-91-236-204.san.rr.com [66.91.236.204]) by smtp-relay.omnis.com (Postfix) with ESMTP id 57982FCEC5; Sun, 29 Feb 2004 17:21:10 -0800 (PST) From: Wes Peters Organization: Softweyr To: freebsd-stable@freebsd.org Date: Sun, 29 Feb 2004 17:21:10 -0800 User-Agent: KMail/1.6 References: <401D5090.9000103@kuliyev.com> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402291721.10707.wes@softweyr.com> cc: freebsd-x11@freebsd.org cc: Yuri Grebenkin cc: freebsd-hardware@freebsd.org cc: Marco Trentini cc: freebsd-questions@freebsd.org Subject: Re: nVidia Riva TNT2 M64 problem on FreeBSD4.9 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 01:21:12 -0000 On Sunday 29 February 2004 08:29 am, Yuri Grebenkin wrote: > Hi. I've bought a ATI Radion 9000 64Mb and now I'm happy! It runs > movies of any kind with postprocessing. I've already tested it by > running Quake2 and Quake3arena with Wine under FreeBSD 4.9. They both > are looking more alive than under Windows with nVidia TNT2! Even more > if you believe top, 60% of CPU is idle while playing Quake2 with Wine! > (Coppermine 900, heated to 1008MHz, 112MHz external) You are aware that the TNT2 is 3 or 4 generations old Nvidia hardware, right? While the Radeon 9000 series is current? -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com From owner-freebsd-hardware@FreeBSD.ORG Tue Mar 2 02:54:22 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D94316A4CF; Tue, 2 Mar 2004 02:54:22 -0800 (PST) Received: from gualeguaychu.gov.ar (host165.200-117-41.telecom.net.ar [200.117.41.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87A6C43D1D; Tue, 2 Mar 2004 02:54:21 -0800 (PST) (envelope-from rjpereyra@gualeguaychu.gov.ar) Received: by gualeguaychu.gov.ar (Postfix, from userid 1061) id 5C6054A9B; Tue, 2 Mar 2004 07:54:06 -0300 (ART) Date: Tue, 2 Mar 2004 07:54:06 -0300 From: Roberto Pereyra To: John Baldwin Message-ID: <20040302105406.GA71284@gualeguaychu.gov.ar> References: <20040206154940.GA19937@gualeguaychu.gov.ar> <200402061247.48411.jhb@FreeBSD.org> <20040207133256.GA30716@gualeguaychu.gov.ar> <200402091500.14040.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402091500.14040.jhb@FreeBSD.org> User-Agent: Mutt/1.4i cc: freebsd-hardware@freebsd.org Subject: Re: and MOXA C128 Turbo Series ? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2004 10:54:22 -0000 Hi again !! How many MOXA C168H PCI devices support the puc driver ? I can have 4 devices (32 ports) with FreeBSD 5.2 ? Thanks again. roberto On Mon, Feb 09, 2004 at 03:00:14PM -0500, John Baldwin wrote: > On Saturday 07 February 2004 08:32 am, Roberto Pereyra wrote: > > And C128 Turbo Series ? Does have freebsd support ? > > Not yet. Here is the list of currently supported Moxa devices. Note that > other Moxa cards that have full UART's (and aren't winmodem-like devices) can > also be supported easily (just add an entry to pucdata.c) > > > grep Moxa /sys/dev/puc/pucdata.c > /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */ > { "Moxa Technologies, Smartio C104H/PCI", > /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */ > { "Moxa Technologies, Smartio CP-104UL/PCI", > /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232/422/485 */ > { "Moxa Technologies, Industio CP-114", > /* Moxa Technologies Co., Ltd. PCI I/O Card 8S RS232 */ > { "Moxa Technologies, C168H/PCI", > /* Moxa Technologies Co., Ltd. PCI I/O Card 8S RS232 */ > { "Moxa Technologies, C168U/PCI", > > -- > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve" = http://www.FreeBSD.org > > _______________________________________________ > freebsd-hardware@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" From owner-freebsd-hardware@FreeBSD.ORG Tue Mar 2 08:54:59 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AAB216A516 for ; Tue, 2 Mar 2004 08:54:59 -0800 (PST) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2E3543D2D for ; Tue, 2 Mar 2004 08:54:58 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 6581 invoked from network); 2 Mar 2004 16:54:58 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 2 Mar 2004 16:54:58 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i22GrN2F081843; Tue, 2 Mar 2004 11:54:49 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Roberto Pereyra Date: Tue, 2 Mar 2004 11:54:47 -0500 User-Agent: KMail/1.6 References: <20040206154940.GA19937@gualeguaychu.gov.ar> <200402091500.14040.jhb@FreeBSD.org> <20040302105406.GA71284@gualeguaychu.gov.ar> In-Reply-To: <20040302105406.GA71284@gualeguaychu.gov.ar> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403021154.47685.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: freebsd-hardware@freebsd.org Subject: Re: and MOXA C128 Turbo Series ? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2004 16:54:59 -0000 On Tuesday 02 March 2004 05:54 am, Roberto Pereyra wrote: > Hi again !! > > How many MOXA C168H PCI devices support the puc driver ? > > I can have 4 devices (32 ports) with FreeBSD 5.2 ? Multiple cards should work ok if the C168H ends up working with puc(4). You probably want to just get one card first and make sure you can get it working with puc(4). If you can, then you can probably use multiple cards just fine. > Thanks again. > > roberto > > On Mon, Feb 09, 2004 at 03:00:14PM -0500, John Baldwin wrote: > > On Saturday 07 February 2004 08:32 am, Roberto Pereyra wrote: > > > And C128 Turbo Series ? Does have freebsd support ? > > > > Not yet. Here is the list of currently supported Moxa devices. Note > > that other Moxa cards that have full UART's (and aren't winmodem-like > > devices) can also be supported easily (just add an entry to pucdata.c) > > > > > grep Moxa /sys/dev/puc/pucdata.c > > > > /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */ > > { "Moxa Technologies, Smartio C104H/PCI", > > /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */ > > { "Moxa Technologies, Smartio CP-104UL/PCI", > > /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232/422/485 */ > > { "Moxa Technologies, Industio CP-114", > > /* Moxa Technologies Co., Ltd. PCI I/O Card 8S RS232 */ > > { "Moxa Technologies, C168H/PCI", > > /* Moxa Technologies Co., Ltd. PCI I/O Card 8S RS232 */ > > { "Moxa Technologies, C168U/PCI", > > > > -- > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > > "Power Users Use the Power to Serve" = http://www.FreeBSD.org > > > > _______________________________________________ > > freebsd-hardware@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > > To unsubscribe, send any mail to > > "freebsd-hardware-unsubscribe@freebsd.org" -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-hardware@FreeBSD.ORG Tue Mar 2 10:39:28 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92B9016A4CE for ; Tue, 2 Mar 2004 10:39:28 -0800 (PST) Received: from smtp1.linkline.com (smtp1.linkline.com [66.59.235.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A3E443D1D for ; Tue, 2 Mar 2004 10:39:28 -0800 (PST) (envelope-from sclements@linkline.com) Received: from samclementsde (host-66-59-225-129.lcinet.net [66.59.225.129]) by smtp1.linkline.com (Postfix) with ESMTP id 6D3AD9CD29; Tue, 2 Mar 2004 10:39:26 -0800 (PST) From: "Samuel Clements" To: "'Artem Koutchine'" , Date: Tue, 2 Mar 2004 10:39:28 -0800 Organization: linkLINE Communications, Inc. MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <001101c3fb8c$fb5b1730$0c00a8c0@artem> Thread-Index: AcP7jIFPqRBzj2bhQtWzl1FH7cdgJgE+O1OQ Message-Id: <20040302183926.6D3AD9CD29@smtp1.linkline.com> Subject: RE: Choosing Serial ATA RAID 5 controller for FBSD 4.9 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: sclements@linkline.com List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2004 18:39:28 -0000 Also don't forget the Intel SRCS14. http://developer.intel.com/design/servers/buildingblocks/srcs14l/ -Sam -----Original Message----- From: owner-freebsd-hardware@freebsd.org [mailto:owner-freebsd-hardware@freebsd.org] On Behalf Of Artem Koutchine Sent: Wednesday, February 25, 2004 2:40 AM To: freebsd-hardware@freebsd.org Subject: Choosing Serial ATA RAID 5 controller for FBSD 4.9 We are trying to build a havy load web 2U server using Serial ATA RAID 5 controller. The server will run FreeBSD 4.9 and we need a raid card which is supported by 4.9. Another 'must' for the card is that it must be a real hardware RAID 5. Other 'musts' - the card must be LP (low prifile pci card), support PCI 64bit, be real SATA, not just a bridge. Also, it should have nice cache size. For far there are only two candidates: 1) 3Ware 8506-4 2) Adaptec 2410SA IFAIK there are people running FBSD 4.9 on 3Ware 8506-4, however, W3ware 8xxx card are not listed in the supported hardware for 4.9-RELEASE. Is it just a mistake or it is really not supported or not fully supported? Also, 3Ware 85xx oficially does not have any cache, however, i have found somewhere that it does have it and the cache is 2MB, which is puny. Is it a big deal? Does it really affect perfomance (the card will be running at least 3 drives each with 4-8MB of cache on its own). Adaptec 2410SA seems to be just perfect. Real hardware, 64MB Cache, raid level migration, auto rebuilding and other features. However, i have only some one person running it on 5.2. Can it be run on 4.9? How stable are the drivers? What is better - stay with 4.9 and 3ware or try using 5.2 in production environment with Adaptec? The server will go in production by the end of april 2004, maybe 5.2 will be stable enough by then to run it in production? Any thoughts and comments will be apriciated. Regards, Artem _______________________________________________ freebsd-hardware@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hardware To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 3 02:16:59 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B41116A4CE; Wed, 3 Mar 2004 02:16:59 -0800 (PST) Received: from gualeguaychu.gov.ar (host254.200-117-40.telecom.net.ar [200.117.40.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEC5543D2F; Wed, 3 Mar 2004 02:16:57 -0800 (PST) (envelope-from rjpereyra@gualeguaychu.gov.ar) Received: by gualeguaychu.gov.ar (Postfix, from userid 1061) id 5EA67494F; Wed, 3 Mar 2004 07:17:40 -0300 (ART) Date: Wed, 3 Mar 2004 07:17:40 -0300 From: Roberto Pereyra To: John Baldwin Message-ID: <20040303101740.GA7418@gualeguaychu.gov.ar> References: <20040206154940.GA19937@gualeguaychu.gov.ar> <200402091500.14040.jhb@FreeBSD.org> <20040302105406.GA71284@gualeguaychu.gov.ar> <200403021154.47685.jhb@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403021154.47685.jhb@FreeBSD.org> User-Agent: Mutt/1.4i cc: freebsd-hardware@freebsd.org Subject: Re: and MOXA C128 Turbo Series ? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 10:16:59 -0000 John, I have a reply from Moxa support for my question about C168HPCI. Thanks for your help again. Roberto ------------------------------------------------------------------------- Onr Roberto Pereyra, Thank you for using MOXA products. It's our pleasure to serve you. To the best of our understanding, your question is as follows: You would like to know the maximum number for C168H/PCI cards that can be installed on a FreeBSD computer. Our suggested solution is as follows: You can have a maximum of 4 simultaneous Moxa Multi-Port Serial Boards in 1 PC. Should you have additional questions, please feel free to contact me. Best Regards, Robert Kong / Technical Support Engineer Moxa Technologies Co., Ltd. ----------------------------------------------------------------------------- support@MoxaUSA.com | CS Hot Line: +626-961-2377 http://www.MoxaUSA.com/ | Tel: +626-961-2377 ext. 112 Total Solution for Industrial Device Networking | Fax: +626-961-2477 ----------------------------------------------------------------------------- -----Original Message------ Date:2004/3/3 AM 03:42:40 Hi A new question: FreeBSD 5.2 support up 4 C168H PCI devices ( I want to have 32 ports) ? How many C168H PCI devices can I have with FreeBSD ? Thanks again. Roberto ------------------------------------------------------------ Tue, Mar 02, 2004 at 11:54:47AM -0500, John Baldwin wrote: > On Tuesday 02 March 2004 05:54 am, Roberto Pereyra wrote: > > Hi again !! > > > > How many MOXA C168H PCI devices support the puc driver ? > > > > I can have 4 devices (32 ports) with FreeBSD 5.2 ? > > Multiple cards should work ok if the C168H ends up working with puc(4). You > probably want to just get one card first and make sure you can get it working > with puc(4). If you can, then you can probably use multiple cards just fine. > > > Thanks again. > > > > roberto > > > > On Mon, Feb 09, 2004 at 03:00:14PM -0500, John Baldwin wrote: > > > On Saturday 07 February 2004 08:32 am, Roberto Pereyra wrote: > > > > And C128 Turbo Series ? Does have freebsd support ? > > > > > > Not yet. Here is the list of currently supported Moxa devices. Note > > > that other Moxa cards that have full UART's (and aren't winmodem-like > > > devices) can also be supported easily (just add an entry to pucdata.c) > > > > > > > grep Moxa /sys/dev/puc/pucdata.c > > > > > > /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */ > > > { "Moxa Technologies, Smartio C104H/PCI", > > > /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */ > > > { "Moxa Technologies, Smartio CP-104UL/PCI", > > > /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232/422/485 */ > > > { "Moxa Technologies, Industio CP-114", > > > /* Moxa Technologies Co., Ltd. PCI I/O Card 8S RS232 */ > > > { "Moxa Technologies, C168H/PCI", > > > /* Moxa Technologies Co., Ltd. PCI I/O Card 8S RS232 */ > > > { "Moxa Technologies, C168U/PCI", > > > > > > -- > > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > > > "Power Users Use the Power to Serve" = http://www.FreeBSD.org > > > > > > _______________________________________________ > > > freebsd-hardware@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > > > To unsubscribe, send any mail to > > > "freebsd-hardware-unsubscribe@freebsd.org" > > -- > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve" = http://www.FreeBSD.org > _______________________________________________ > freebsd-hardware@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 3 11:35:51 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8865116A4D0 for ; Wed, 3 Mar 2004 11:35:48 -0800 (PST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ABF643D1D for ; Wed, 3 Mar 2004 11:35:48 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 22582 invoked from network); 3 Mar 2004 19:35:47 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 3 Mar 2004 19:35:47 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i23JZK2C088763; Wed, 3 Mar 2004 14:35:41 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Roberto Pereyra Date: Wed, 3 Mar 2004 14:36:47 -0500 User-Agent: KMail/1.6 References: <20040206154940.GA19937@gualeguaychu.gov.ar> <200403021154.47685.jhb@FreeBSD.org> <20040303101740.GA7418@gualeguaychu.gov.ar> In-Reply-To: <20040303101740.GA7418@gualeguaychu.gov.ar> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403031436.47683.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: freebsd-hardware@freebsd.org Subject: Re: and MOXA C128 Turbo Series ? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 19:35:51 -0000 On Wednesday 03 March 2004 05:17 am, Roberto Pereyra wrote: > John, I have a reply from Moxa support for my question about C168HPCI. > > Thanks for your help again. Then you should be able to use 4 cards with FreeBSD. Do you have local patches to sys/dev/puc/pucdata.c to support your MOXA card by the way? > > Roberto > > ------------------------------------------------------------------------- > > Onr Roberto Pereyra, > Thank you for using MOXA products. It's our pleasure to serve you. > To the best of our understanding, your question is as follows: > You would like to know the maximum number for C168H/PCI cards that can be > installed on a FreeBSD computer. > > Our suggested solution is as follows: > You can have a maximum of 4 simultaneous Moxa Multi-Port Serial Boards in 1 > PC. > > Should you have additional questions, please feel free to contact me. > > Best Regards, > > Robert Kong / Technical Support Engineer > Moxa Technologies Co., Ltd. > --------------------------------------------------------------------------- >-- support@MoxaUSA.com | CS Hot Line: +626-961-2377 > http://www.MoxaUSA.com/ | Tel: +626-961-2377 ext. 112 > Total Solution for Industrial Device Networking | Fax: +626-961-2477 > --------------------------------------------------------------------------- >-- > > > -----Original Message------ > Date:2004/3/3 AM 03:42:40 > Hi > > A new question: > > FreeBSD 5.2 support up 4 C168H PCI devices ( I want to have 32 ports) ? > > How many C168H PCI devices can I have with FreeBSD ? > > Thanks again. > > Roberto > > ------------------------------------------------------------ > > Tue, Mar 02, 2004 at 11:54:47AM -0500, John Baldwin wrote: > > On Tuesday 02 March 2004 05:54 am, Roberto Pereyra wrote: > > > Hi again !! > > > > > > How many MOXA C168H PCI devices support the puc driver ? > > > > > > I can have 4 devices (32 ports) with FreeBSD 5.2 ? > > > > Multiple cards should work ok if the C168H ends up working with puc(4). > > You probably want to just get one card first and make sure you can get it > > working with puc(4). If you can, then you can probably use multiple > > cards just fine. > > > > > Thanks again. > > > > > > roberto > > > > > > On Mon, Feb 09, 2004 at 03:00:14PM -0500, John Baldwin wrote: > > > > On Saturday 07 February 2004 08:32 am, Roberto Pereyra wrote: > > > > > And C128 Turbo Series ? Does have freebsd support ? > > > > > > > > Not yet. Here is the list of currently supported Moxa devices. Note > > > > that other Moxa cards that have full UART's (and aren't winmodem-like > > > > devices) can also be supported easily (just add an entry to > > > > pucdata.c) > > > > > > > > > grep Moxa /sys/dev/puc/pucdata.c > > > > > > > > /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */ > > > > { "Moxa Technologies, Smartio C104H/PCI", > > > > /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */ > > > > { "Moxa Technologies, Smartio CP-104UL/PCI", > > > > /* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232/422/485 > > > > */ { "Moxa Technologies, Industio CP-114", > > > > /* Moxa Technologies Co., Ltd. PCI I/O Card 8S RS232 */ > > > > { "Moxa Technologies, C168H/PCI", > > > > /* Moxa Technologies Co., Ltd. PCI I/O Card 8S RS232 */ > > > > { "Moxa Technologies, C168U/PCI", > > > > > > > > -- > > > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > > > > "Power Users Use the Power to Serve" = http://www.FreeBSD.org > > > > > > > > _______________________________________________ > > > > freebsd-hardware@freebsd.org mailing list > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > > > > To unsubscribe, send any mail to > > > > "freebsd-hardware-unsubscribe@freebsd.org" > > > > -- > > John Baldwin <>< http://www.FreeBSD.org/~jhb/ > > "Power Users Use the Power to Serve" = http://www.FreeBSD.org > > _______________________________________________ > > freebsd-hardware@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > > To unsubscribe, send any mail to > > "freebsd-hardware-unsubscribe@freebsd.org" -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 3 13:36:34 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DBCE16A4CE for ; Wed, 3 Mar 2004 13:36:34 -0800 (PST) Received: from richard2.pil.net (richard2.pil.net [208.8.16.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 1F1E143D1F for ; Wed, 3 Mar 2004 13:36:34 -0800 (PST) (envelope-from up@3.am) Received: (qmail 34109 invoked by uid 1825); 3 Mar 2004 21:36:07 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 3 Mar 2004 21:36:07 -0000 Date: Wed, 3 Mar 2004 16:36:07 -0500 (EST) From: up@3.am X-X-Sender: up@richard2.pil.net To: hardware@freebsd.org, Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Low Profile U320 RAID support X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 21:36:34 -0000 Hi: I need to build a newer, faster FBSD server to replace one running RAID 1 with an Adaptec 2100s and have the following requirements for the RAID card: 1 channel (2 preferable) U320 SCSI low profile (going into a 2RU box, want to avoid a riser) supported by FreeBSD 4.9 I'm not particularly interested in SATA or zero channel solutions unless I have no other options (experiences with 0 channel RAID welcome), but I can't seem to find anything that meets all of these requirements. The Adaptec 2200S would be ideal, but alas, there's no FreeBSD driver for it. Please respond directly, as I am not subscribed to either list. TIA, James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 3 13:40:49 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2095316A4CE; Wed, 3 Mar 2004 13:40:49 -0800 (PST) Received: from mail.snowfall.se (guldivar.snowfall.se [212.112.184.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA2AC43D1D; Wed, 3 Mar 2004 13:40:48 -0800 (PST) (envelope-from stefan@snowfall.se) Received: by mail.snowfall.se (Postfix, from userid 1000) id 652E1762A; Wed, 3 Mar 2004 22:40:48 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.snowfall.se (Postfix) with ESMTP id 603697613; Wed, 3 Mar 2004 22:40:48 +0100 (CET) Date: Wed, 3 Mar 2004 22:40:48 +0100 (CET) From: Stefan Cars X-X-Sender: stefan@guldivar.globalwire.se To: up@3.am In-Reply-To: Message-ID: <20040303224010.Q39053@guldivar.globalwire.se> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org cc: hardware@freebsd.org Subject: Re: Low Profile U320 RAID support X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 21:40:49 -0000 Hi, i have been running with with Adaptec 3410S card on a box and it works very good. /S > > Hi: > > I need to build a newer, faster FBSD server to replace one running RAID 1 > with an Adaptec 2100s and have the following requirements for the RAID > card: > > 1 channel (2 preferable) > U320 SCSI > low profile (going into a 2RU box, want to avoid a riser) > supported by FreeBSD 4.9 > > I'm not particularly interested in SATA or zero channel solutions unless I > have no other options (experiences with 0 channel RAID welcome), but I > can't seem to find anything that meets all of these requirements. > > The Adaptec 2200S would be ideal, but alas, there's no FreeBSD driver for > it. > > Please respond directly, as I am not subscribed to either list. > > TIA, > > James Smallacombe PlantageNet, Inc. CEO and Janitor > up@3.am http://3.am > ========================================================================= > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- Stefan Cars Snowfall Communications Tel: +46 (0)18 430 80 50 - Direct: +46 (0)18 430 80 51 Mobile: +46 (0)708 44 36 00 - Fax: +46 (0)708 44 36 04 ______________________________________________________________________ SNOWFALL DISCLAIMER: The information contained in this email and in any attachments is confidential and may be privileged. If you are not the intended recipient, please destroy this message and notify the sender immediately. You should not retain, copy or use this email for any purpose, nor disclose all or any part of its content to any other person. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Snowfall Communications. Snowfall Communications monitors the content of emails sent and received via its network for unauthorised use and for other lawful business purposes. The contents of an attachment to this email may contain viruses which could damage your computer system. While Snowfall Communications has taken every reasonable precaution to minimise this risk, we cannot accept liability for any damage which you sustain as a result of software viruses. You should carry out your own virus checks before opening the attachment. From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 3 13:50:00 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CFAE16A4CE for ; Wed, 3 Mar 2004 13:50:00 -0800 (PST) Received: from atlasta.net (mail.atlasta.net [209.246.234.9]) by mx1.FreeBSD.org (Postfix) with SMTP id C416443D39 for ; Wed, 3 Mar 2004 13:49:59 -0800 (PST) (envelope-from drais@atlasta.net) Received: (qmail 23842 invoked by uid 1012); 3 Mar 2004 21:49:58 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 3 Mar 2004 21:49:58 -0000 Date: Wed, 3 Mar 2004 13:49:58 -0800 (PST) From: David Raistrick To: up@3.am In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org cc: hardware@freebsd.org Subject: Re: Low Profile U320 RAID support X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 21:50:00 -0000 On Wed, 3 Mar 2004 up@3.am wrote: > The Adaptec 2200S would be ideal, but alas, there's no FreeBSD driver for > it. There isn't?!?!? Mine works fine: aac0: mem 0xf8000000-0xfbffffff irq 16 at device 1.0 on pci3 aac0: i960RX 100MHz, 48MB cache memory, optional battery present aac0: Kernel 4.0-0, Build 6003, S/N b8591a aac0: Supported Options=1f7e Running on 4.9-R. For reference for the aaccli management interface, (which is otherwise not publicly documented, it seems), you can use the Dell docs for their relabled version: http://docs.us.dell.com/docs/storage/57kgr/cli/en/index.htm I use the linux aaccli, contained in adaptec-smbe-1.01.003-0.i386.rpm I upgraded from a 2100s, as well. Be warned that the aaccli management tools are much /less/ intuitive then the dpt/raidutil. The BIOS-GUI is more painful as well. I haven't tried any of the other management interfaces, though I did try the variety for the 2100s. Good luck! --- david raistrick drais@atlasta.net http://www.expita.com/nomime.html From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 3 13:55:38 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E158C16A4CE for ; Wed, 3 Mar 2004 13:55:38 -0800 (PST) Received: from richard2.pil.net (richard2.pil.net [208.8.16.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 8864543D2F for ; Wed, 3 Mar 2004 13:55:38 -0800 (PST) (envelope-from up@3.am) Received: (qmail 75289 invoked by uid 1825); 3 Mar 2004 21:55:37 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 3 Mar 2004 21:55:37 -0000 Date: Wed, 3 Mar 2004 16:55:37 -0500 (EST) From: up@3.am X-X-Sender: up@richard2.pil.net To: Stefan Cars In-Reply-To: <20040303224010.Q39053@guldivar.globalwire.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org cc: hardware@freebsd.org Subject: Re: Low Profile U320 RAID support X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 21:55:39 -0000 Thanks for your reply, Stefan. Unfortunately, that card is U160 and is not low profile. If I have to settle for U160, I'll probably go with another 2100 (the low profile is more important than 2 channels), but I figure there *has* to be a U320 RAID solution for FreeBSD, I just hope there's a low profile one :-/. Thanks again, On Wed, 3 Mar 2004, Stefan Cars wrote: > Hi, i have been running with with Adaptec 3410S card on a box and it works > very good. > > /S > > > > > > Hi: > > > > I need to build a newer, faster FBSD server to replace one running RAID 1 > > with an Adaptec 2100s and have the following requirements for the RAID > > card: > > > > 1 channel (2 preferable) > > U320 SCSI > > low profile (going into a 2RU box, want to avoid a riser) > > supported by FreeBSD 4.9 > > > > I'm not particularly interested in SATA or zero channel solutions unless I > > have no other options (experiences with 0 channel RAID welcome), but I > > can't seem to find anything that meets all of these requirements. > > > > The Adaptec 2200S would be ideal, but alas, there's no FreeBSD driver for > > it. > > > > Please respond directly, as I am not subscribed to either list. > > > > TIA, > > > > James Smallacombe PlantageNet, Inc. CEO and Janitor > > up@3.am http://3.am > > ========================================================================= > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > -- > Stefan Cars > Snowfall Communications > Tel: +46 (0)18 430 80 50 - Direct: +46 (0)18 430 80 51 > Mobile: +46 (0)708 44 36 00 - Fax: +46 (0)708 44 36 04 > > > > ______________________________________________________________________ > SNOWFALL DISCLAIMER: > The information contained in this email and in any > attachments is confidential and may be privileged. If you are not the > intended recipient, please destroy this message and notify the sender > immediately. You should not retain, copy or use this email for any > purpose, nor disclose all or any part of its content to any other person. > Any views expressed in this message are those of the individual sender, > except where the sender specifically states them to be the views of > Snowfall Communications. > > Snowfall Communications monitors the content of emails sent and received > via its network for unauthorised use and for other lawful business > purposes. The contents of an attachment to this email may contain viruses > which could damage your computer system. While Snowfall Communications has > taken every reasonable precaution to minimise this risk, we cannot accept > liability for any damage which you sustain as a result of software > viruses. You should carry out your own virus checks before opening the > attachment. > James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 3 15:00:19 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E3A916A4CE for ; Wed, 3 Mar 2004 15:00:19 -0800 (PST) Received: from cobra.acceleratedweb.net (cobra-gw.acceleratedweb.net [207.99.79.37]) by mx1.FreeBSD.org (Postfix) with SMTP id CD2D343D31 for ; Wed, 3 Mar 2004 15:00:18 -0800 (PST) (envelope-from simon@optinet.com) Received: (qmail 72261 invoked by uid 110); 3 Mar 2004 23:00:17 -0000 Received: from ool-18baaf5c.dyn.optonline.net (HELO win2kpc1) (24.186.175.92) by cobra.acceleratedweb.net with SMTP; 3 Mar 2004 23:00:17 -0000 From: "Simon" To: "hardware@freebsd.org" , "up@3.am" Date: Wed, 03 Mar 2004 18:00:32 -0500 Priority: Normal X-Mailer: PMMail 2000 Professional (2.20.2661) For Windows 2000 (5.0.2195;4) In-Reply-To: MIME-Version: 1.0 Message-Id: <20040303230018.CD2D343D31@mx1.FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: Low Profile U320 RAID support X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 23:00:19 -0000 MegaRAID 320-1LP, I tested the none low-profile version, it is pretty good, even better than my older Mylex AccelerRAID 170 I will use these in our new servers. I already have one 2U with low-profile slots on order. Though, this server will support Adaptec zero-channel cards, which I will be giving a try. Any reason why you wish to avoid them? -Simon On Wed, 3 Mar 2004 16:36:07 -0500 (EST), up@3.am wrote: > >Hi: > >I need to build a newer, faster FBSD server to replace one running RAID 1 >with an Adaptec 2100s and have the following requirements for the RAID >card: > >1 channel (2 preferable) >U320 SCSI >low profile (going into a 2RU box, want to avoid a riser) >supported by FreeBSD 4.9 > >I'm not particularly interested in SATA or zero channel solutions unless I >have no other options (experiences with 0 channel RAID welcome), but I >can't seem to find anything that meets all of these requirements. > >The Adaptec 2200S would be ideal, but alas, there's no FreeBSD driver for >it. > >Please respond directly, as I am not subscribed to either list. > >TIA, > >James Smallacombe PlantageNet, Inc. CEO and Janitor >up@3.am http://3.am >========================================================================= > >_______________________________________________ >freebsd-hardware@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-hardware >To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" > From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 3 15:37:34 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 389E216A4CE for ; Wed, 3 Mar 2004 15:37:34 -0800 (PST) Received: from cobra.acceleratedweb.net (cobra-gw.acceleratedweb.net [207.99.79.37]) by mx1.FreeBSD.org (Postfix) with SMTP id 9402F43D1D for ; Wed, 3 Mar 2004 15:37:33 -0800 (PST) (envelope-from simon@optinet.com) Received: (qmail 79975 invoked by uid 110); 3 Mar 2004 23:37:32 -0000 Received: from ool-18baaf5c.dyn.optonline.net (HELO win2kpc1) (24.186.175.92) by cobra.acceleratedweb.net with SMTP; 3 Mar 2004 23:37:32 -0000 From: "Simon" To: "hardware@freebsd.org" Date: Wed, 03 Mar 2004 18:37:48 -0500 Priority: Normal X-Mailer: PMMail 2000 Professional (2.20.2661) For Windows 2000 (5.0.2195;4) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <20040303233733.9402F43D1D@mx1.FreeBSD.org> Subject: Xeon w/ L3 1MB cache vs Xeon w/o L3 cache X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 23:37:34 -0000 Has anyone done any comparison to see if extra L3 cache on Xeon CPUs provides any benefit to FreeBSD's kernel/core services and various user services' (http/email/ftp/databases) performance? I read that L3 can make things slower instead of faster in cases where L3 is not utilized and the CPU is forced to access it anyway (when L1/L2 don't hold the data it wants), because it exists. Would anyone with personal experience with Xeon CPUs with and without L3 cache comment on the impact of L3 cache. Any links to any related articles would be appreciated, as well. Thank you! -Simon From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 3 16:35:13 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA76616A4CE; Wed, 3 Mar 2004 16:35:13 -0800 (PST) Received: from octopus.fizon.de (housing74.bytecamp.net [212.204.60.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1B8043D45; Wed, 3 Mar 2004 16:35:12 -0800 (PST) (envelope-from rb@octopus.fizon.de) Received: from octopus.fizon.de (localhost.fizon.de [127.0.0.1]) by octopus.fizon.de (8.12.10/8.12.10) with ESMTP id i240Z6LK036490; Thu, 4 Mar 2004 01:35:06 +0100 (CET) (envelope-from rb@octopus.fizon.de) Received: (from rb@localhost) by octopus.fizon.de (8.12.10/8.12.8/Submit) id i240Z5XX036489; Thu, 4 Mar 2004 01:35:05 +0100 (CET) Date: Thu, 4 Mar 2004 01:35:05 +0100 From: Robert Barten To: up@3.am Message-ID: <20040304003505.GA36392@octopus> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i cc: questions@freebsd.org cc: hardware@freebsd.org Subject: Re: Low Profile U320 RAID support X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2004 00:35:13 -0000 On Wed, Mar 03, 2004 at 04:36:07PM -0500, up@3.am wrote: > I need to build a newer, faster FBSD server to replace one running RAID 1 > with an Adaptec 2100s and have the following requirements for the RAID > card: > > 1 channel (2 preferable) > U320 SCSI > low profile (going into a 2RU box, want to avoid a riser) > supported by FreeBSD 4.9 > > I'm not particularly interested in SATA or zero channel solutions unless I > have no other options (experiences with 0 channel RAID welcome), but I > can't seem to find anything that meets all of these requirements. > > The Adaptec 2200S would be ideal, but alas, there's no FreeBSD driver for > it. FreeBSD 5.2.1 Release: aac0: mem 0xf8000000-0xfbffffff irq 16 at device 4.0 on pci2 aac0: [MPSAFE] aac0: i960RX 100MHz, 48MB cache memory, optional battery present aac0: Kernel 4.0-0, Build 6008, S/N b9c0b2 aac0: Supported Options=1f7e aacd0: on aac0 There was a timeout during the initial boot process after installation at GEOM: create disk aacd0 ... Worked out after a gentle reboot :) -- Robert Barten From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 3 16:44:12 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D28A16A4CE for ; Wed, 3 Mar 2004 16:44:12 -0800 (PST) Received: from richard2.pil.net (richard2.pil.net [208.8.16.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 5C85443D2F for ; Wed, 3 Mar 2004 16:44:11 -0800 (PST) (envelope-from up@3.am) Received: (qmail 14376 invoked by uid 1825); 4 Mar 2004 00:44:09 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 4 Mar 2004 00:44:09 -0000 Date: Wed, 3 Mar 2004 19:44:09 -0500 (EST) From: up@3.am X-X-Sender: up@richard2.pil.net To: Simon Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "hardware@freebsd.org" Subject: Re: Low Profile U320 RAID support X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2004 00:44:12 -0000 I don't know much at all about zero channel RAID, but I assume it requires a separate SCSI controller, which seems to me like it would make it tougher to troubleshoot, and possibly affect performance/overhead. As David pointed out, I was mistaken that the Adaptec 2200S didn't have a FBSD driver; the aac apparently works. Thanks for all the reponses. On Wed, 3 Mar 2004, Simon wrote: > > MegaRAID 320-1LP, I tested the none low-profile version, it is pretty > good, even better than my older Mylex AccelerRAID 170 I will use > these in our new servers. I already have one 2U with low-profile slots > on order. Though, this server will support Adaptec zero-channel cards, > which I will be giving a try. Any reason why you wish to avoid them? > > -Simon > > > On Wed, 3 Mar 2004 16:36:07 -0500 (EST), up@3.am wrote: > > > > >Hi: > > > >I need to build a newer, faster FBSD server to replace one running RAID 1 > >with an Adaptec 2100s and have the following requirements for the RAID > >card: > > > >1 channel (2 preferable) > >U320 SCSI > >low profile (going into a 2RU box, want to avoid a riser) > >supported by FreeBSD 4.9 > > > >I'm not particularly interested in SATA or zero channel solutions unless I > >have no other options (experiences with 0 channel RAID welcome), but I > >can't seem to find anything that meets all of these requirements. > > > >The Adaptec 2200S would be ideal, but alas, there's no FreeBSD driver for > >it. > > > >Please respond directly, as I am not subscribed to either list. > > > >TIA, > > > >James Smallacombe PlantageNet, Inc. CEO and Janitor > >up@3.am http://3.am > >========================================================================= > > > >_______________________________________________ > >freebsd-hardware@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > >To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" > > > > > James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= From owner-freebsd-hardware@FreeBSD.ORG Wed Mar 3 17:10:39 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E6A016A4CE for ; Wed, 3 Mar 2004 17:10:39 -0800 (PST) Received: from in.flite.net (in.flite.net [207.203.36.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C65543D31 for ; Wed, 3 Mar 2004 17:10:38 -0800 (PST) (envelope-from deevil@deevil.homeunix.org) Received: from [192.168.0.2] (adsl-2-38-83.bct.bellsouth.net [65.2.38.83]) by in.flite.net (8.12.8p1/8.12.8) with ESMTP id i241AaPL028358 for ; Wed, 3 Mar 2004 20:10:37 -0500 (EST) (envelope-from deevil@deevil.homeunix.org) Mime-Version: 1.0 (Apple Message framework v612) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-hardware@freebsd.org From: Ken Ebling Date: Wed, 3 Mar 2004 20:10:31 -0500 X-Mailer: Apple Mail (2.612) Subject: FreeBSD 4.9 USB problem X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2004 01:10:39 -0000 Hi, I'm running FreeBSD 4.9-STABLE on my IBM T23 Thinkpad. USB devices only work if they were connected when the system booted. If I plug in a USB mouse or a USB flash drive after the machine has booted, they don't appear. /var/log/messages doesn't even mention the device being plugged in. I keep trying new 5.x releases, and the USB problem is fixed, but 5.x is unusable for other reasons. 'm including my rc.conf, dmesg output and my kernel config. If anyone can provide some insight I'd really appreciate it. Thanks, Ken Ebling rc.conf: hostname="laptop.deevil.org" ifconfig_fxp0="inet 192.168.0.3 netmask 255.255.255.0" defaultrouter="192.168.0.1" apm_enable="YES" linux_enable="YES" pccard_enable="YES" portmap_enable="YES" sshd_enable="YES" usbd_enable="YES" keybell="NO" kern_securelevel_enable="NO" sendmail_enable="NO" sendmail_submit_enable="YES" moused_port="/dev/psm0" moused_type="auto" moused_enable="YES" dmesg output: Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.9-STABLE #7: Sat Feb 28 16:46:25 EST 2004 spike@laptop.deevil.org:/usr/obj/usr/src/sys/LAPTOP Timecounter "i8254" frequency 1193182 Hz CPU: Intel(R) Pentium(R) III Mobile CPU 866MHz (865.93-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 Features=0x383f9ff real memory = 267845632 (261568K bytes) avail memory = 256741376 (250724K bytes) Preloaded elf kernel "kernel" at 0xc03d2000. netsmb_dev: loaded Pentium Pro MTRR support enabled Using $PIR table, 14 entries at 0xc00fdeb0 apm0: on motherboard apm0: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 agp0: mem 0xd0000000-0xdfffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 uhci0: port 0x1800-0x181f irq 11 at device 29.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x1820-0x183f irq 11 at device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered ums0: Logitech USB-PS/2 Optical Mouse, rev 2.00/13.00, addr 2, iclass 3/1 ums0: 4 buttons and Z dir. uhci2: port 0x1840-0x185f irq 11 at device 29.2 on pci0 usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered pcib2: at device 30.0 on pci0 pci2: on pcib2 pcic0: mem 0x50000000-0x50000fff irq 11 at device 0.0 on pci2 pcic0: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq] pccard0: on pcic0 pcic1: mem 0x51000000-0x51000fff irq 5 at device 0.1 on pci2 pcic1: TI12XX PCI Config Reg: [speaker enable][pwr save][CSC serial isa irq] pccard1: on pcic1 pci2: (vendor=0x11c1, dev=0x0449) at 2.0 irq 11 fxp0: port 0x6400-0x643f mem 0xc0200000-0xc0200fff irq 11 at device 8.0 on pci2 fxp0: Ethernet address 00:d0:59:33:0c:53 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1860-0x186f,0x374-0x377,0x170-0x177,0x3f4-0x3f7,0x1f0-0x1f7 at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ichsmb0: port 0x1880-0x189f irq 5 at device 31.3 on pci0 smbus0: on ichsmb0 smb0: on smbus0 pcm0: port 0x18c0-0x18ff,0x1c00-0x1cff irq 5 at device 31.5 on pci0 pcm0: eisa0: on motherboard eisa0: unknown card @H@0000 (0x01000000) at slot 1 orm0: