Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 1998 21:27:45 -0800
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        "John W. DeBoskey" <jwd@unx.sas.com>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: pciconf broken? 
Message-ID:  <22661.888470865@time.cdrom.com>
In-Reply-To: Your message of "Wed, 25 Feb 1998 22:16:54 EST." <199802260316.AA06482@iluvatar.unx.sas.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>    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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?22661.888470865>