From: Anand Kumria <wildfire@progsoc.org>
To: linux-kernel@vger.kernel.org
Subject: b44 misdetected on Dell Inspiron 1100
Date: Sat, 16 Oct 2004 13:11:05 +1000 [thread overview]
Message-ID: <pan.2004.10.16.03.11.01.490609@progsoc.org> (raw)
Hi,
I have a Dell Inspiron 1100 which has a Broadcom b44 built-in ethernet
card. It appears that the subsystem_vendor and subsystem_device fields are
being returned to userspace in the wrong order. Dell's PCI ID is 0x0128.
The output below is with 2.6.9-rc4.
$ lspci -v
[...]
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 02)
Subsystem: Dell: Unknown device 0149
[...]
0000:02:01.0 Ethernet controller: Broadcom Corporation BCM4401 100Base-T (rev 01)
Subsystem: Unknown device 4401:1028
[..]
$ # audio controller
$ cat /sys/bus/pci/devices/0000\:00\:1f.5/subsystem_vendor
0x1028
$ cat /sys/bus/pci/devices/0000\:00\:1f.5/subsystem_device
0x0149
$ # network controller
$ cat /sys/bus/pci/devices/0000\:02\:01.0/subsystem_vendor
0x4401
$ cat /sys/bus/pci/devices/0000\:02\:01.0/subsystem_device
0x1028
I had a quick look at b44.c and b44.h and couldn't see anything obvious
and from emailing a few people it was suggested I email here.
Thanks,
Anand
next reply other threads:[~2004-10-16 3:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-16 3:11 Anand Kumria [this message]
2004-10-17 2:31 ` Alan Cox
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=pan.2004.10.16.03.11.01.490609@progsoc.org \
--to=wildfire@progsoc.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®