#
ab0b1be7 |
| 15-Apr-2013 |
mglocker <mglocker@openbsd.org> |
Get rid of various 'typedef struct' definitions and use plain structure definitions instead. We don't change usb.h for now to stay compatible with userland.
Tested by mpi@ on macppc and myself on i
Get rid of various 'typedef struct' definitions and use plain structure definitions instead. We don't change usb.h for now to stay compatible with userland.
Tested by mpi@ on macppc and myself on i386.
ok mpi@
show more ...
|
#
7bcab7bb |
| 22-Oct-2012 |
brad <brad@openbsd.org> |
Rewrite the receive filter handling code and cleanup the ioctl bits.
Tested by and ok stsp@
|
#
7d0d904e |
| 28-Feb-2012 |
jsg <jsg@openbsd.org> |
add support for the MCS7832 which is apparently a low pin count version of the MCS7830 with no software visible changes besides a new product id.
from brad
|
#
7b043b62 |
| 06-Dec-2010 |
jakemsr <jakemsr@openbsd.org> |
* replace per-driver dying and/or other state variables with use of usbd_deactivete() and usbd_is_dying() * use usbd_deactivate() in activate()/DEACTIVATE * convert a few more direct checks of the
* replace per-driver dying and/or other state variables with use of usbd_deactivete() and usbd_is_dying() * use usbd_deactivate() in activate()/DEACTIVATE * convert a few more direct checks of the associated bus' dying flag with usbd_is_dying()
show more ...
|
#
cbaf842e |
| 22-Nov-2008 |
deraadt <deraadt@openbsd.org> |
some cosmetics and changes based on reading newer docs, from the original author Johann Christian Rode
|
#
7087e331 |
| 02-Nov-2008 |
jsg <jsg@openbsd.org> |
rcs tags
|
#
aa608ff9 |
| 23-Oct-2008 |
deraadt <deraadt@openbsd.org> |
Driver for MOSCHIP MCS7x30 usb ethernet chips by Johann Christian Rode
|