dhu.c
|
fix some missing pieces of device/softc split
|
2008-06-11 17:27:59 +00:00 |
if_de.c
|
bcopy -> memcpy
|
2009-03-18 17:06:41 +00:00 |
if_dmc.c
|
replace bitmask_snprintf(9) with snprintb(3)
|
2008-12-16 22:35:21 +00:00 |
if_il.c
|
bcopy -> memcpy
|
2009-03-18 17:06:41 +00:00 |
if_qe.c
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
if_qt.c
|
Initialize sc->sc_dev before we use it.
|
2009-01-11 07:40:02 +00:00 |
qd.c
|
bcopy -> memcpy
|
2009-03-18 17:06:41 +00:00 |
rl.c
|
bcopy -> memcpy
|
2009-03-18 17:06:41 +00:00 |
ts.c
|
g/c BUFQ_FOO() macros and use bufq_foo() directly.
|
2009-01-13 13:33:58 +00:00 |
uda.c
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |