On Mon, 2010-11-15 at 11:35 -0800, Frans Haarman wrote:
> Does anybody have a hp min 5102 with networking ?
> 
> I managed to install 4.8 amd on a usbdisk (using qemu, on windows7, *sigh*).
>  It boots, and works fine, just missing
> networking support.   I managed to boot i386 bsd.rd, and snapshots bsd.rd
> but both claim [vlan0] is the way to go.

It seems like the wired network is a SysKonnect Yukon2. 
Could you try this diff? Thanks.

Index: if_msk.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/if_msk.c,v
retrieving revision 1.90
diff -u -p -r1.90 if_msk.c
--- if_msk.c    20 Sep 2010 07:40:38 -0000      1.90
+++ if_msk.c    16 Nov 2010 02:34:36 -0000
@@ -208,6 +208,7 @@ const struct pci_matchid mskc_devices[] 
        { PCI_VENDOR_MARVELL,           PCI_PRODUCT_MARVELL_YUKON_8056 },
        { PCI_VENDOR_MARVELL,           PCI_PRODUCT_MARVELL_YUKON_8057 },
        { PCI_VENDOR_MARVELL,           PCI_PRODUCT_MARVELL_YUKON_8058 },
+       { PCI_VENDOR_MARVELL,           PCI_PRODUCT_MARVELL_YUKON_8059 },
        { PCI_VENDOR_MARVELL,           PCI_PRODUCT_MARVELL_YUKON_8061CU },
        { PCI_VENDOR_MARVELL,           PCI_PRODUCT_MARVELL_YUKON_8061X },
        { PCI_VENDOR_MARVELL,           PCI_PRODUCT_MARVELL_YUKON_8062CU },

Reply via email to