index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
ucycom.c
Age
Commit message (
Expand
)
Author
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-09-11
KNF
Gilles Chehade
2007-09-10
more M_ZERO usage.
Federico G. Schwindt
2007-06-14
Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and
Marc Balmer
2007-06-13
Apply some KNF after the recent removal of macros and type definitions.
Marc Balmer
2007-06-12
Remove the definition and use of the device_ptr_t which was a struct device *.
Marc Balmer
2007-06-10
Remove the definition and use of the USBDEV macro. It only created confusion
Marc Balmer
2007-06-05
Remove the "Static" declaration of many functions. It was defined to be empty
Marc Balmer
2007-05-27
Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.
Jonathan Gray
2007-05-21
Remove logprintf macro
Jonathan Gray
2006-08-24
when shutting down, wrap the variable manipulation in splusb() so weird
Jason Wright
2006-08-18
get the attach args from the right place (honestly, this "worked" on i386)
Jason Wright
2006-08-16
remove unecessary debugging stuff
Jason Wright
2006-08-15
a start at the port of ucycom from netbsd (I have an delorme earthmate and
Jason Wright