From owner-freebsd-stable@FreeBSD.ORG Wed Jun 30 14:15:54 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA846106564A for ; Wed, 30 Jun 2010 14:15:54 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta12.emeryville.ca.mail.comcast.net (qmta12.emeryville.ca.mail.comcast.net [76.96.27.227]) by mx1.freebsd.org (Postfix) with ESMTP id B25AE8FC15 for ; Wed, 30 Jun 2010 14:15:54 +0000 (UTC) Received: from omta02.emeryville.ca.mail.comcast.net ([76.96.30.19]) by qmta12.emeryville.ca.mail.comcast.net with comcast id cD8Q1e0050QkzPwACEFtcL; Wed, 30 Jun 2010 14:15:53 +0000 Received: from koitsu.dyndns.org ([98.248.46.159]) by omta02.emeryville.ca.mail.comcast.net with comcast id cEFs1e00J3S48mS8NEFsdV; Wed, 30 Jun 2010 14:15:53 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 012BD9B425; Wed, 30 Jun 2010 07:15:51 -0700 (PDT) Date: Wed, 30 Jun 2010 07:15:51 -0700 From: Jeremy Chadwick To: Free BSD Message-ID: <20100630141551.GA61130@icarus.home.lan> References: <4C2B35A2.7010709@vfemail.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C2B35A2.7010709@vfemail.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: FreeBSD Stable Mailing List Subject: Re: kernel issues with 8 STABLE 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: Wed, 30 Jun 2010 14:15:54 -0000 On Wed, Jun 30, 2010 at 01:16:34PM +0100, Free BSD wrote: > Dear List Members > > I have recently installed 8 STABLE and built my custom kernel, but > still getting these in my pciconf list > > none0@pci0:0:3:0: class=0x078000 card=0x02761028 > chip=0x2e148086 rev=0x03 hdr=0x00 > vendor = 'Intel Corporation' > device = 'Intel Active Client Manager HECI Device > (PCIVEN_8086&DEV_2E14&SUBSYS_3035103C&REV_03B1B68)' > class = simple comms > > > none1@pci0:0:3:3: class=0x070002 card=0x02761028 > chip=0x2e178086 rev=0x03 hdr=0x00 > vendor = 'Intel Corporation' > device = 'Intel PCI Serial Port (CC_0700)' > class = simple comms > subclass = UART > > > I have > device uart # Generic UART driver > in my custom kernel, so I would expect uart devices to be detected > and usable -- however, they are not. Are you including "device puc" in your device list? puc connects PCI-based serial/parallel devices to uart/sio and ppc. Please see the uart(4) man page. > Also, even though I have custom keyboard in my kernel configuration, > whenever I boot into single user mode I get US layout (it works fine > when in multi-user mode). This is probably normal. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |