lkml.org 
[lkml]   [2004]   [Oct]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subjectb44 misdetected on Dell Inspiron 1100
Date
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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:07    [W:0.033 / U:1.220 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site