acpi_bus_number: can't get _ADR issue on Intel D923XCV
Motherboard.
John Baldwin
jhb at FreeBSD.org
Mon Feb 28 14:28:43 GMT 2005
On Friday 25 February 2005 06:26 am, Mateusz Jędrasik wrote:
> > Your network device just isn't supported yet:
>
> Okay sorry about the email before, i stand corrected ;) I tried stable
> from 20050224, the last 5.3 /next is 5.4-PRERELEASE/ and i recieve the
> same errors, with _ADR acpi, and also the device seems not supported.
>
> > pcib3: <ACPI PCI-PCI bridge> at device 28.1 on pci0
> > pci4: <ACPI PCI bus> on pcib3
> > pci4: <network, ethernet> at device 0.0 (no driver attached)
> >
> > It may be very trivial to add support for it. Can you get the output of
> > 'pciconf -lv' for the pci4:0:0 device? Also, do you know if this network
> > adapter is supposed to be a 10/100 adapter or a 10/100/1000 (Gigabit)?
>
> Yes, as i believe the if_sk would simply require some kind of identity
> lift? Anywho, here follows the pciconf -vl of the machine, hope that
> clears things up somehow. cheers.
none4 at pci4:0:0: class=0x020000 card=0x30638086 chip=0x436111ab rev=0x17
hdr=0x00
vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)'
class = network
subclass = ethernet
so a possible patch to if_sk.c might be:
Index: if_sk.c
===================================================================
RCS file: /usr/cvs/src/sys/pci/if_sk.c,v
retrieving revision 1.96
diff -u -r1.96 if_sk.c
--- if_sk.c 29 Jan 2005 19:26:53 -0000 1.96
+++ if_sk.c 25 Feb 2005 18:47:56 -0000
@@ -157,6 +157,11 @@
},
{
VENDORID_MARVELL,
+ 0x4361,
+ "Marvell Gigabit Ethernet"
+ },
+ {
+ VENDORID_MARVELL,
DEVICEID_BELKIN_5005,
"Belkin F5D5005 Gigabit Ethernet"
},
Is this device built into the motherboard or a card? If it's a card, do you
have a model number for it off of the box or some such?
--
John Baldwin <jhb at FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve" = http://www.FreeBSD.org
More information about the freebsd-acpi
mailing list