| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplicate | johan | 2003-11-14 | 1 | -3/+0 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Make it easier to run this code on RELENG_4. | joe | 2003-10-04 | 1 | -1/+23 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -0/+3 |
* | add missing machine/bus.h headers that are now necessary because of the | jmg | 2003-07-16 | 1 | -0/+1 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -2/+3 |
* | Add ID for Kawasaki LSI Inc. USB-Ethernet, rev 1.00/2.02 adapter. | murray | 2003-04-07 | 1 | -0/+1 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 1 | -7/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -10/+4 |
* | Re-fetch the interface handle after setting the config number, | iedowse | 2002-07-15 | 1 | -1/+3 |
* | We not long need to use USBD_NO_TSLEEP. | joe | 2002-04-07 | 1 | -1/+1 |
* | MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10), | joe | 2002-04-07 | 1 | -2/+3 |
* | Use the UE_GET_XFERTYPE macro. | joe | 2002-04-06 | 1 | -3/+3 |
* | Rename foo_gone to foo_dying, in keeping with the rest of the usb code. | joe | 2002-04-06 | 1 | -4/+4 |
* | Replace device_t with device_ptr_t. | joe | 2002-04-06 | 1 | -6/+6 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -2/+2 |
* | Use ANSI prototypes and declarations. | joe | 2002-04-02 | 1 | -89/+67 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -28/+28 |
* | Make these depend on the usb module so they can use its symbols if they | peter | 2001-08-22 | 1 | -0/+2 |
* | Add the Abocom URE 450 ethernet adapter. | n_hibma | 2001-04-09 | 1 | -0/+1 |
* | Add id for the IO Data ET/T | n_hibma | 2001-04-07 | 1 | -0/+1 |
* | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | phk | 2001-02-06 | 1 | -1/+1 |
* | Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of | phk | 2001-02-03 | 1 | -2/+1 |
* | Implement MTX_RECURSE flag for mtx_init(). | bmilekic | 2001-01-19 | 1 | -1/+2 |
* | Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init(). | wpaul | 2000-11-23 | 1 | -1/+3 |
* | Convert the USB ethernet drivers to use mutexes. Also convert | wpaul | 2000-10-24 | 1 | -38/+55 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | archie | 2000-07-13 | 1 | -8/+4 |
* | Handle watchdog timeouts better. We can't really call the foo_init() | wpaul | 2000-06-01 | 1 | -4/+10 |
* | OpenBSD has a broken debugger that does not grok static. Use a | n_hibma | 2000-04-03 | 1 | -47/+47 |
* | Add vendor/product ID for two more KLSI-based devices, including a | wpaul | 2000-03-29 | 1 | -0/+2 |
* | Regenerate usbdevs files. | wpaul | 2000-03-21 | 1 | -1/+4 |
* | Add another device/vendor code combination to support yet another | wpaul | 2000-03-18 | 1 | -0/+1 |
* | More USB ethernet tweaks: | wpaul | 2000-01-20 | 1 | -21/+12 |
* | Change the mechanism by which we detect that the firmware is already | wpaul | 2000-01-17 | 1 | -24/+19 |
* | Remove device name strings from vendor/product lists since we don't use | wpaul | 2000-01-16 | 1 | -27/+19 |
* | Pull my head out of my ass and actually make the tx netisr stuff work right. | wpaul | 2000-01-14 | 1 | -3/+2 |
* | Clean up rxeof routines a little. | wpaul | 2000-01-14 | 1 | -7/+14 |
* | Bunch of updates: | wpaul | 2000-01-13 | 1 | -31/+39 |
* | Apply the same netisr mechanism to transmissions as well. In order to | wpaul | 2000-01-12 | 1 | -3/+2 |
* | Straighten out the logic in kue_setmulti() a little (the case where we | wpaul | 2000-01-11 | 1 | -6/+5 |
* | Attempt to fix a problem with receiving packets on USB ethernet interfaces. | wpaul | 2000-01-10 | 1 | -21/+6 |
* | Leave the SOFS value (number of StartOfFrames to wait while filling | wpaul | 2000-01-08 | 1 | -0/+6 |
* | Add the vendor and device IDs for a whole bunch of additional USB | wpaul | 2000-01-07 | 1 | -0/+8 |
* | Cleanups: remove stale comments left over from when I cloned the ADMtek | wpaul | 2000-01-06 | 1 | -16/+1 |
* | Update copyright date for Y2K (did the other files but forgot this one). | wpaul | 2000-01-05 | 1 | -1/+5 |
* | Correct the vendor ID for KLSI: it's actually 0x5e9. 0x3e8 is the | wpaul | 2000-01-05 | 1 | -1/+1 |
* | Doh. Forgot to add the entry for the 3Com 3c19250 to the supported | wpaul | 2000-01-05 | 1 | -0/+2 |