From owner-freebsd-current@FreeBSD.ORG Wed Apr 2 15:04:15 2003 Return-Path: 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 3CE1937B401 for ; Wed, 2 Apr 2003 15:04:15 -0800 (PST) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id A975F43F85 for ; Wed, 2 Apr 2003 15:04:14 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0303.cvx22-bradley.dialup.earthlink.net ([209.179.199.48] helo=mindspring.com) by stork.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 190rHA-0001MU-00; Wed, 02 Apr 2003 15:04:13 -0800 Message-ID: <3E8B6C1D.4F30B534@mindspring.com> Date: Wed, 02 Apr 2003 15:02:53 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Cagle, John (ISS-Houston)" References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4fcbd92af012184e01707c5800230466f350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: freebsd-current@freebsd.org Subject: Re: sio problem in -current (COM1) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 02 Apr 2003 23:04:15 -0000 "Cagle, John (ISS-Houston)" wrote: > I'm having a problem with -current on a ProLiant BL10e blade server. On > the blade server, we use a serial console on sio0/COM1. This works > perfectly with 4.8, but for some reason, the sio driver doesn't see COM1 > at all, and assigns COM2 resources to sio0. Any pointers to where I > should look would be greatly appreciated. > > I've attached dmesg output for 4.8 and -current on this blade. sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A, console sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A Don't these things have a "magic" SMM port on COM1: by default? Looks like you need to disable the "System Management Port" option in your BIOS? -- Terry