Subject: Re: DGE-530T NIC support? (device not configured in dmesg output)
To: None <netbsd-users@NetBSD.org>
From: Tillman Hodgson <tillman@seekingfire.com>
List: netbsd-users
Date: 05/29/2006 22:57:39
On Mon, May 29, 2006 at 11:37:44PM -0500, Jonathan A. Kollasch wrote:
> Yes, "not configured" in a dmesg means that no driver was found to
> attach to that hardware.  I'd attempt to modify src/sys/dev/pci/if_sk.c
> to attempt an attachment.

Taking a look at the driver, it seems that maybe I should be modifying
this section:

/* D-Link Systems products */
product DLINK DL1002            0x1002  DL-1002 10/100 Ethernet
product DLINK DFE530TXPLUS      0x1300  DFE-530TXPLUS 10/100 Ethernet
product DLINK DFE690TXD         0x1340  DFE-690TXD 10/100 Ethernet
product DLINK DL4000            0x4000  DL-4000 Gigabit Ethernet
product DLINK DGE528T           0x4300  DGE-528T Gigabit Ethernet
product DLINK DGE530T           0x4c00  DGE-530T Gigabit Ethernet

of src/sys/dev/pci/pcidevs?

I'll try it and see how it goes.

-T


-- 
"Belief gets in the way of learning."
    -- Robert Heinlein