ad
a2a3828545
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
2007-10-19 11:59:34 +00:00
christos
53524e44ef
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
2007-03-04 05:59:00 +00:00
christos
168cd830d2
__unused removal on arguments; approved by core.
2006-11-16 01:32:37 +00:00
christos
4d595fd7b1
- sprinkle __unused on function decls.
...
- fix a couple of unused bugs
- no more -Wno-unused for i386
2006-10-12 01:30:41 +00:00
jmcneill
648920a00e
Size is the third argument to memset, not the second.
2006-10-11 05:12:06 +00:00
manu
e057d5fcd9
Tweak the twa(4) driver so that 3ware command line utility works with it.
...
This includes:
- fixing various structure definitions so that the ioctl parameter match
- adding a hw.twa*.driver_version sysctl
- do not refuse multiple device openings, as the management tool will do it.
I'm not sure we are safe. FreeBSD allows multiple openings, and use the
open flag only when an attempt to detach the device is done.
2006-09-23 22:16:35 +00:00
christos
bbf2deb35f
- add missing initializer
...
- inline comes first
2006-09-03 07:02:54 +00:00
christos
dace278549
PR/34292: Aaron Hodgen: twa driver incorrectly reports drive size/description
2006-08-26 19:35:51 +00:00
christos
35ca6c8b5b
Fix all the -D*DEBUG* code that it was rotting away and did not even compile.
...
Mostly from Arnaud Lacombe, many thanks!
2006-08-17 17:11:27 +00:00
bouyer
ae11e4655e
Add some missing splvm()/splx() around uvm_km_* I noticed.
2006-07-30 10:49:48 +00:00
wrstuden
7cfa6f224f
Updated driver, contributed by Jordan Rhody of Wasabi Systems.
...
Main fix is to improve reliability under heavy load and frequent
status monitoring.
2006-07-29 00:13:57 +00:00
simonb
8c6707812d
Use c99 uintN_t.
2006-07-11 00:25:42 +00:00
simonb
f0b22f966f
Sprinkle some KNF. Still a bit more needed...
2006-07-11 00:18:04 +00:00
simonb
a4c494b1d1
Remove some incorrect licencing goop.
2006-07-10 23:22:28 +00:00
simonb
52b60673ac
Update for timecounters (s/time.tv_sec/time_second/).
2006-07-10 23:20:43 +00:00
wrstuden
d6dd729f42
Add $NetBSD: ids, which work better than $netbsd: ones.
2006-05-25 01:37:08 +00:00
wrstuden
b949192d0f
Style changes from simonb at wasabisystems dot com:
...
Use config_stdsubmatch() instead of our own submatch function.
Use "__inline" in header files and "inline" in .c files.
Make some local function static.
2006-05-25 00:21:45 +00:00
wrstuden
a4dd1e2635
3ware 9000 driver, contributed by Wasabi Systems and written
...
by Jordan Rhody (based on the FreeBSD driver).
Contributed in NetBSD PR 33364.
2006-05-24 23:44:28 +00:00