From owner-freebsd-stable@FreeBSD.ORG Fri Apr 13 12:10:55 2007 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DA1716A402 for ; Fri, 13 Apr 2007 12:10:55 +0000 (UTC) (envelope-from om-lists-bsd@omx.ch) Received: from omega.omnis.ch (omega.omnis.ch [195.134.143.43]) by mx1.freebsd.org (Postfix) with SMTP id CAB3313C48C for ; Fri, 13 Apr 2007 12:10:54 +0000 (UTC) (envelope-from om-lists-bsd@omx.ch) Received: (qmail 19637 invoked from network); 13 Apr 2007 11:44:09 -0000 Received: from bigapple.omnis.ch ([195.134.148.35]) by omega.omnis.ch ([195.134.143.43]) with ESMTP via TCP; 13 Apr 2007 11:44:09 -0000 From: Olivier Mueller To: freebsd-stable@FreeBSD.ORG In-Reply-To: <1163442609.10865.59.camel@bigapple.omnis.ch> References: <1163442609.10865.59.camel@bigapple.omnis.ch> Content-Type: text/plain Date: Fri, 13 Apr 2007 13:44:10 +0200 Message-Id: <1176464650.24135.5.camel@bigapple.omnis.ch> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 Content-Transfer-Encoding: 7bit Cc: Subject: Re: 6.1 with PAE on a recent server (HP DL380 G5 or Dell PE 1950) ? -> usb? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 12:10:55 -0000 Hi again, On Mon, 2006-11-13 at 19:30 +0100, Olivier Mueller wrote: > I will soon get some new servers with more than 4 GB of RAM, and > I am wondering if they will work fine even with the PAE > option activated: are all the required drivers (RAID mfid, bce > on the Dell, ciss0 on the HP) 100% compatible, or should I expect > trouble? On one of the servers I can't switch to amd64 I need to use PAE setup. Problem, it has only usb ports (for keyboard usw.), and in the PAE config file, there is: nodevice uhci nodevice ohci nodevice ehci nodevice usb nodevice ugen nodevice uhid nodevice ukbd -> no usb support... So how am I supposed to access the console then? (there is no serial port either). Can I remove these lines? regards, Olivier