Shunsuke Akiyama
|
6702d85006
|
Apply some fixups in the driver_t's.
MFC after: 1 week
|
2003-11-16 12:13:39 +00:00 |
|
Johan Karlsson
|
33a3109794
|
Remove duplicate
#include <sys/cdefs.h>
__FBSDID(...);
Leave the one matching the other files in this directory.
|
2003-11-14 11:09:45 +00:00 |
|
Josef Karthauser
|
cd719b55bd
|
Make it easier to run this code on RELENG_4.
Submitted by: luoqi
|
2003-10-04 21:41:01 +00:00 |
|
David E. O'Brien
|
aad970f1fe
|
Use __FBSDID().
Also some minor style cleanups.
|
2003-08-24 17:55:58 +00:00 |
|
Alexander Kabaev
|
fc71f32c53
|
Use swi to process port status changes. Calling ucom layer directly
from interrupt handler panics the machine.
|
2003-07-14 20:26:37 +00:00 |
|
Warner Losh
|
a163d034fa
|
Back out M_* changes, per decision of the TRB.
Approved by: trb
|
2003-02-19 05:47:46 +00:00 |
|
Alfred Perlstein
|
44956c9863
|
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
|
2003-01-21 08:56:16 +00:00 |
|
Alexander Kabaev
|
851d388443
|
Do not print the value of sc pointer before is has been ininialized.
|
2003-01-02 02:46:13 +00:00 |
|
Alexander Kabaev
|
64fe778489
|
Create debug sysctl nodes if USB_DEBUG is defined.
UBSA_DEBUG is inconsistent with other drivers.
|
2003-01-02 02:38:57 +00:00 |
|
Alexander Kabaev
|
87e89c7595
|
Whitespace fixes per style(9)
Approved by: obrien
|
2002-10-19 21:58:11 +00:00 |
|
Alexander Kabaev
|
7d59efa9a8
|
Add device driver for Belkin F5U103 and compatible USB-to-serial adapters.
Reviewed by: n_hibma
Approved by: obrien
|
2002-10-08 03:09:57 +00:00 |
|