From owner-freebsd-current@FreeBSD.ORG Mon Jun 29 20:15:05 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C05B10656C2 for ; Mon, 29 Jun 2009 20:15:05 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.tele2.se [212.247.155.1]) by mx1.freebsd.org (Postfix) with ESMTP id C17FD8FC14 for ; Mon, 29 Jun 2009 20:15:04 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=dJ6xPsu-cwQA:10 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=aRuJoHwZHG4bbRuFLlUA:9 a=ecRMPh1z0f_Q9_bGVZAA:7 a=ZRxuAyq-LTxE7HpEoEa5vFYa-q8A:4 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe09.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 923632594; Mon, 29 Jun 2009 22:00:03 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Mon, 29 Jun 2009 21:59:35 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200906291756.42099.hselasky@c2i.net> <200906291828.57512.hselasky@c2i.net> <4A491B2C.40808@egr.msu.edu> In-Reply-To: <4A491B2C.40808@egr.msu.edu> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906292159.36218.hselasky@c2i.net> Cc: Adam McDougall Subject: Re: False positive VGA PCI device detection X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 29 Jun 2009 20:15:05 -0000 On Monday 29 June 2009 21:51:08 Adam McDougall wrote: > Hans Petter Selasky wrote: > > On Monday 29 June 2009 18:05:30 Robert Noland wrote: > >> On Mon, 2009-06-29 at 17:56 +0200, Hans Petter Selasky wrote: > >>> Hi, > >>> > >>> I'm not sure if my ISDN adapter has been collecting dust for too long > >>> or what, but I was surprised about the following: > >>> > >>> vgapci1@pci0:1:8:0: class=0x038000 card=0x2bd01397 chip=0x2bd01397 > >>> rev=0x02 hdr=0x00 > >>> vendor = 'Cologne Chip Designs GmbH' > >>> device = 'HFC-S PCI A ISDN 2BDS0 ISDN HDLC FIFO Controller' > >>> class = display > >> > >> Why is the pci class coming up as a display? That is why it is > >> attaching. > > > > I have no idea. I simply inserted the card into the box. I looked at the > > vga_pci.c and there seems to be several VGA PCI classes. One old and one > > new. > > > > --HPS > > I have seen things like this happen when the card was not seated in the > PCI slot well or there was something wrong with the slot. I've seen > Intel nics come up as an invalid product ID or even a "non-vga display > device". Maybe that is what happened since you said you just inserted it? Right. After a re-plug it looks normal, and it works - cool :-) ihfc1@pci0:1:8:0: class=0x028000 card=0x2bd01397 chip=0x2bd01397 rev=0x02 hdr=0x00 vendor = 'Cologne Chip Designs GmbH' device = 'HFC-S PCI A ISDN 2BDS0 ISDN HDLC FIFO Controller' class = network Sorry for spamming. --HPS