summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_udav.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - make sure int is in running state before touching the multicast filtersbrad2005-01-031-5/+7
| | | | | | | | - call foo_setmulti only instead of init'ing the chip - don't overwrite potential error return with success when calling ether_addmulti/ether_delmulti ok dlg@
* fix for some archs that don't like unaligned accesses, eg sparc64 and alphadlg2004-12-301-16/+12
| | | | ok jsg@
* Properly indent with tabs rather than spaces.jsg2004-12-261-60/+58
| | | | Noticed by brad@
* Remove uneeded ifdefs/code.jsg2004-12-261-56/+1
|
* URL of data sheet has changed.jsg2004-12-031-2/+2
|
* Don't need to set ifp->if_mtu as ether_ifattach does this for us.jsg2004-12-031-2/+1
|
* strlcpyderaadt2004-11-111-2/+2
|
* pretty dmesg printderaadt2004-10-051-9/+8
|
* Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.jsg2004-10-051-0/+1731
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@