From owner-freebsd-current@FreeBSD.ORG Mon Jun 29 16:29:28 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 39AD3106566C for ; Mon, 29 Jun 2009 16:29:28 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id 938488FC19 for ; Mon, 29 Jun 2009 16:29:27 +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=Vdoadj7FawURheJg2nsA:9 a=L9mGhiOPT2O6Lclgia-n-TFBY2MA:4 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe06.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1268238987; Mon, 29 Jun 2009 18:29:26 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Mon, 29 Jun 2009 18:28:56 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200906291756.42099.hselasky@c2i.net> <1246291530.1759.47.camel@balrog.2hip.net> In-Reply-To: <1246291530.1759.47.camel@balrog.2hip.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906291828.57512.hselasky@c2i.net> Cc: Robert Noland 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 16:29:28 -0000 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