#
d26841ec |
| 09-Jul-2016 |
Sascha Wildner <saw@online.de> |
kernel: Don't use userland's <stdarg.h> from kernel files.
Use <machine/stdarg.h> instead which automatically comes in via <sys/systm.h>.
|
#
1e0dd9dd |
| 16-Mar-2014 |
Sascha Wildner <saw@online.de> |
kernel/twa: Sync a bit with FreeBSD.
Mainly s/callout_init/callout_init_mp/ and using pci_enable_busmaster() directly.
|
#
e45e2580 |
| 09-Jul-2012 |
Sascha Wildner <saw@online.de> |
twa(4): Remove an extra : in a message (it will be automatically added).
|
#
c6fd73a3 |
| 05-May-2012 |
Sascha Wildner <saw@online.de> |
kernel: Remove some unused variables.
|
#
f99dae5e |
| 01-May-2012 |
Sascha Wildner <saw@online.de> |
kernel: Adjust some indentation.
|
#
a7a95662 |
| 04-Apr-2012 |
Sascha Wildner <saw@online.de> |
kernel: Pass a real format string to functions which expect one.
This is safer than just passing a random string.
A few of these changes might be overly cautious but it doesn't hurt to stick with u
kernel: Pass a real format string to functions which expect one.
This is safer than just passing a random string.
A few of these changes might be overly cautious but it doesn't hurt to stick with using formats where they are expected more or less generally.
show more ...
|
#
4fbf05f9 |
| 14-Sep-2010 |
Sascha Wildner <saw@online.de> |
twa(4): Sync with FreeBSD (twa(4) version 3.80.06.003).
Thanks to Xin Li for notifying me of this update.
Tested-by: Damian Lubosch <dl@xiqit.de>
|
#
df54c2f9 |
| 03-Aug-2010 |
Sascha Wildner <saw@online.de> |
twa(4): Sync with FreeBSD's current code.
This adds support for more and newer cards (see the hardware list in the manual page).
Big thanks to Damian Lubosch <dl@xiqit.de> for testing it on a 9650S
twa(4): Sync with FreeBSD's current code.
This adds support for more and newer cards (see the hardware list in the manual page).
Big thanks to Damian Lubosch <dl@xiqit.de> for testing it on a 9650SE.
show more ...
|