From owner-freebsd-proliant@FreeBSD.ORG Tue May 22 13:51:38 2007 Return-Path: X-Original-To: freebsd-proliant@FreeBSD.org Delivered-To: freebsd-proliant@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F259416A4C0 for ; Tue, 22 May 2007 13:51:38 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from fupp.net (totem.fix.no [80.91.36.20]) by mx1.freebsd.org (Postfix) with ESMTP id B66AD13C4B0 for ; Tue, 22 May 2007 13:51:38 +0000 (UTC) (envelope-from anders@FreeBSD.org) Received: from localhost (totem.fix.no [80.91.36.20]) by fupp.net (Postfix) with ESMTP id 6B4068DB03E for ; Tue, 22 May 2007 15:31:22 +0200 (CEST) Received: from fupp.net ([80.91.36.20]) by localhost (totem.fix.no [80.91.36.20]) (amavisd-new, port 10024) with LMTP id cDV7dsvc1otI for ; Tue, 22 May 2007 15:31:22 +0200 (CEST) Received: by fupp.net (Postfix, from userid 1000) id 6EF6D8DAAB4; Tue, 22 May 2007 15:31:20 +0200 (CEST) Date: Tue, 22 May 2007 15:31:20 +0200 From: Anders Nordby To: freebsd-proliant@FreeBSD.org Message-ID: <20070522133120.GA80289@fupp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 User-Agent: Mutt/1.5.11 Cc: Subject: Using Virtual Serial Port on COM1 X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2007 13:51:39 -0000 Hi, To ease the configuration of the Virtual Serial Port, I was thinking the best way to do it was to set up VSP on COM1, and have the external serial port be COM2. In rbsu (this is on a DL 360 G5), I set this: rbsu> SHOW CONFIG SCRIPT (..) SET CONFIG Embedded Serial Port COM 2; IRQ3; IO: 2F8h-2FFh SET CONFIG Virtual Serial Port COM 1; IRQ4; IO: 3F8h-3FFh SET CONFIG BIOS Serial Console Port COM 1; IRQ4; IO: 3F8h-3FFh SET CONFIG BIOS Serial Console Baud Rate 9600 SET CONFIG EMS Console Disabled Then, I only need to add a /boot.config with the -h option, to boot with a serial console. With this setup, the boot loader and kernel shows the output on the VSP just fine. The terminal on ttyd0 does not show up however, I get no login: prompt. In dmesg.boot, there is only: sio0: port 0x2f8-0x2ff irq 3 flags 0x10 on acpi0 How come the VSP COM1 port on 3f8 is not found? Did anyone run into this? If I set up VSP on COM2 as is the standard thing to do, everything works fine. But then I have to recompile the boot loader (eeeew!). Cheers, -- Anders.