[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[imain@netidea.com: USB Ethernet]
So I bought myself a dlink DSB-650, and after a posting to misc@ was
directed to the freebsd driver.
I've been playing around a bit with the source code, mostly from the netbsd
tree. Here's basically what I did so far:
- Sync'd the usbdevs with netbsd (they had a lot more in there..)
- Added entries to files.usb so they have the dependancies and will work in
the config.
- Grabbed if_aue.c and if_auereg.h from netbsd and started cleaning them to
work with openbsd.
Now, I am curious about a few things.. the source openbsd is using for usb
seems behind the other 2, is that correct ?
Which source would be easiest to base off of for the port, the freebsd or
netbsd driver ? At first I had thought netbsd, but I'm starting to see that
they are not that similar..
I'm *trying* to make it work, but having a bit of a hard time ;) I'm not a
bad C programmer, but this is my first real adventure into kernel
programming.
Any advice/help would be appreciated.
Thanks,
Ian