Re: kern/159116: [sk] New D-Link DGE-530T revision not supported by sk(4)

2011-07-22 Thread yongari
Synopsis: [sk] New D-Link DGE-530T revision not supported by sk(4) State-Changed-From-To: open->feedback State-Changed-By: yongari State-Changed-When: Fri Jul 22 20:46:35 UTC 2011 State-Changed-Why: Please apply patch at the following URL and rebuild your kernel. http://people.freebsd.

Re: kern/159116: [sk] New D-Link DGE-530T revision not supported by sk(4)

2011-07-22 Thread linimon
Old Synopsis: New D-Link DGE-530T revision not supported by sk(4) New Synopsis: [sk] New D-Link DGE-530T revision not supported by sk(4) Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri Jul 22 20:24:10 UTC 2011 Responsi

Re: D-Link DGE-530T

2006-10-09 Thread Pyun YongHyeon
On Sun, Oct 01, 2006 at 09:20:28PM -0400, Tim Allender wrote: > Come's with fbsd 5.3 drivers, but not 6.1. > Is there an easy way out? > I've always wanted to learn about writing drivers. > But, I don't know if I'm up for it, and I need these things to work now. The sk(4) driver in RELENG_6/6.

Re: D-Link DGE-530T

2006-10-06 Thread Eygene Ryabinkin
Tim, > Upon reboot, dmesg gives me this: > skc0: port 0xdc00-0xdcff mem > 0xdefec000-0xdefe irq 11 at device 9.0 on pci0 > skc0: unknown media type: 0x31 > device_attach: skc0 attach returned 6 Seems like the same problem as mentioned in the http://lists.freebsd.org/pipermail/freebsd-stable/

Re: D-Link DGE-530T

2006-10-06 Thread Tim Allender
Eygene Ryabinkin wrote: I'm eyeing these lines from dmesg suspiciously: pci0: at device 8.0 (no driver attached) pci0: at device 9.0 (no driver attached) The last one is your NIC. I'm posting the entire results you requested below. <...cleared all but relevant lines...> # u

Re: D-Link DGE-530T

2006-10-03 Thread Eygene Ryabinkin
Sat Jul 8 13:58:57 2006 +++ skNEW/if_sk.c Sat Jul 8 14:34:43 2006 @@ -196,6 +196,11 @@ DEVICEID_DLINK_DGE530T, "D-Link DGE-530T Gigabit Ethernet" }, + { + VENDORID_DLINK, + DEVICEID_DLINK_DGE530T_REV2,

Re: D-Link DGE-530T

2006-10-03 Thread Eygene Ryabinkin
Tim, good day! > I'm probably better off doing the patch. Though, honestly, I've done very > little actual 1 on 1 patching. > If I remember right its: > # patch src-file < patch-file > (Maybe this'll be a good chance for me to sneak a peak at some real NIC driver > code to get an idea how it's don

Re: D-Link DGE-530T

2006-10-03 Thread Tim Allender
did some weird backward insertion thing. Like you said, very simple. So I did it by hand. Patch files attached. These patch files should work to allow any fresh install of FreeBSD 6.1 Release to use the sk network driver for the "revision B1" (Revision 2?) D-Link DGE-530T Gigabit Ethe

Re: D-Link DGE-530T

2006-10-03 Thread Tim Allender
Eygene Ryabinkin wrote: I'm eyeing these lines from dmesg suspiciously: pci0: at device 8.0 (no driver attached) pci0: at device 9.0 (no driver attached) The last one is your NIC. I'm posting the entire results you requested below. <...cleared all but relevant lines...> # u

Re: D-Link DGE-530T

2006-10-03 Thread Eygene Ryabinkin
> I'm eyeing these lines from dmesg suspiciously: > pci0: at device 8.0 (no driver attached) > pci0: at device 9.0 (no driver attached) The last one is your NIC. > I'm posting the entire results you requested below. <...cleared all but relevant lines...> > # uname -r > 6.1-RELEASE > > # pciconf

Re: D-Link DGE-530T

2006-10-03 Thread Tim Allender
Eygene Ryabinkin wrote: Tim, good day! Use sk(4) driver. It supports DGE-530T: Is that driver not built into the kernel? If not and all I need to do is rebuild the kernel, ok, I can do that. It depends on what kernel you're using. If you are at GENERIC kernel (the default kern

Re: D-Link DGE-530T

2006-10-03 Thread Eygene Ryabinkin
Tim, good day! > >Use sk(4) driver. It supports DGE-530T: > > > Is that driver not built into the kernel? If not and all I need to do is > rebuild the kernel, ok, I can do that. It depends on what kernel you're using. If you are at GENERIC kernel (the default kernel at the freshly installed syst

Re: D-Link DGE-530T

2006-10-03 Thread Tim Allender
Eygene Ryabinkin wrote: Come's with fbsd 5.3 drivers, but not 6.1. Is there an easy way out? Use sk(4) driver. It supports DGE-530T: Is that driver not built into the kernel? If not and all I need to do is rebuild the kernel, ok, I can do that. But if it's already in the kernel and the

Re: D-Link DGE-530T

2006-10-02 Thread Eygene Ryabinkin
> Come's with fbsd 5.3 drivers, but not 6.1. > Is there an easy way out? Use sk(4) driver. It supports DGE-530T: - skc0: port 0xd800-0xd8ff mem 0xdfffc000-0xdfff irq 10 at device 7.0 on pci0 skc0: DGE-530T Gigabit Ethernet Adapter rev. (0x1) sk0: on skc0 sk0: Ethernet address: 00:0d:88:6

D-Link DGE-530T

2006-10-01 Thread Tim Allender
Come's with fbsd 5.3 drivers, but not 6.1. Is there an easy way out? I've always wanted to learn about writing drivers. But, I don't know if I'm up for it, and I need these things to work now. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd