From owner-freebsd-current Wed Feb 25 21:28:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA20084 for freebsd-current-outgoing; Wed, 25 Feb 1998 21:28:03 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA20047 for ; Wed, 25 Feb 1998 21:28:00 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id VAA22665; Wed, 25 Feb 1998 21:27:45 -0800 (PST) To: "John W. DeBoskey" cc: freebsd-current@FreeBSD.ORG Subject: Re: pciconf broken? In-reply-to: Your message of "Wed, 25 Feb 1998 22:16:54 EST." <199802260316.AA06482@iluvatar.unx.sas.com> Date: Wed, 25 Feb 1998 21:27:45 -0800 Message-ID: <22661.888470865@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > When I run pciconf, I get the following: > > # pciconf -l > pciconf: ioctl(PCIOCGETCONF): Operation not supported by device Yikes! Looks like someone broke it in 3.0: 2.2.5-stable: root@time-> pciconf -l pci0:0:0: class=0x060000 card=0x00000000 chip=0x12378086 rev=0x02 hdr=0x00 pci0:7:0: class=0x060100 card=0x00000000 chip=0x70008086 rev=0x01 hdr=0x80 pci0:7:1: class=0x010180 card=0x00000000 chip=0x70108086 rev=0x00 hdr=0x00 pci0:11:0: class=0x010000 card=0x00000000 chip=0x81789004 rev=0x00 hdr=0x00 pci0:15:0: class=0x030000 card=0x00000000 chip=0x0519102b rev=0x01 hdr=0x00 pci0:17:0: class=0x020000 card=0x00000000 chip=0x00021011 rev=0x22 hdr=0x00 3.0-current: root@whisker-> pciconf -l pciconf: ioctl(PCIOCGETCONF): Operation not supported by device I lack the cojones to fix this one myself, but I did at least notice one peculiar thing: root@whisker-> ls -l /dev/pci crw-r--r-- 1 root wheel 78, 0 Aug 1 1997 /dev/pci root@whisker-> grep 78 /sys/i386/conf/majors.i386 78 gd Geometry disk Erm. Did we recycle a major number inadvertantly somewhere? :-) Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message