wiz
|
1ad8067cb3
|
Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),
forwarded by jmc@openbsd.
|
2006-02-25 00:58:34 +00:00 |
augustss
|
911fb919e4
|
Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in
an interrupt context. From kern/32172 by darkstar@city-net.com.
|
2005-11-28 13:31:09 +00:00 |
christos
|
a9cf21849d
|
- const poisoning
- eliminate variable shadowing
|
2005-05-30 04:21:39 +00:00 |
augustss
|
834327c847
|
Don't keep the devinfo string on the stack, instead use malloc/free.
This should cure some rare stack overflows.
|
2005-05-11 10:02:28 +00:00 |
itojun
|
4bb7e85761
|
OQO ether port confirmed to be working
|
2005-03-03 08:10:01 +00:00 |
itojun
|
99b78187d5
|
OQO device still unstable on attach/whatever, so comment those entries out
|
2005-03-02 11:35:07 +00:00 |
itojun
|
3ea088e9f4
|
add OQO model 01 devices
|
2005-03-01 03:18:52 +00:00 |
thorpej
|
e9818f5b5e
|
When adding/deleting multicast addresses, only whack the address
filter if the interface is marked RUNNING.
Fixes kern/27678.
|
2004-10-30 18:08:34 +00:00 |
augustss
|
d7eeed3a45
|
Add 2 devices. From OpenBSD.
|
2004-10-22 09:39:06 +00:00 |
mycroft
|
b236e06a7b
|
GREENHOUSE2_USBKR100 -> REALTEK_RTL8150L, per PR 20425.
|
2004-07-07 21:54:21 +00:00 |
itojun
|
300aa0dcd5
|
use bounded string ops (snprintf, strl*)
|
2004-04-23 17:25:25 +00:00 |
tsutsui
|
4189ddf652
|
Remove advertising clauses from code written by Shingo WATANABE.
He has kindly consented it.
|
2003-09-04 15:17:38 +00:00 |
bouyer
|
2d7b577657
|
When padding to URL_MIN_FRAME_LEN, memset the extra buffer space used.
|
2003-01-15 22:40:34 +00:00 |
martin
|
a531f18275
|
Plug memory leak. From OpenBSD via PR kern/18457.
|
2002-09-29 10:19:21 +00:00 |
augustss
|
86650920c9
|
Get rid of trailing white space.
|
2002-07-11 21:14:24 +00:00 |
augustss
|
5059a3264c
|
s/__FUNCTION__/__func__/
|
2002-07-08 17:46:23 +00:00 |
augustss
|
4c3acbe183
|
Two minor fixes from OpenBSD.
|
2002-05-13 12:10:04 +00:00 |
ichiro
|
b66fc78bc0
|
URL_DEBUG was related to usb_port.h
|
2002-03-28 21:49:19 +00:00 |
ichiro
|
b3064f4907
|
add driver for Realtek RL8150L USB ethernet adapter
distribute from Shingo WATANABE <nabe@nabechan.org>
|
2002-03-28 21:09:10 +00:00 |