christos
|
e58a356cba
|
make pci_intr_string and eisa_intr_string take a buffer and a length
instead of relying in local static storage.
|
2014-03-29 19:28:24 +00:00 |
|
chs
|
cbab9cadce
|
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
|
2012-10-27 17:17:22 +00:00 |
|
njoly
|
85cadc2388
|
Cleanup interrupt establish error messages. Do not mix
aprint_error/aprint_normal/printf calls for a single line.
|
2009-11-26 15:17:08 +00:00 |
|
cegger
|
b8169823d2
|
use device_private().
"looks good" ad@
XXX for the device_t/softc split, please check the driver that no cases have been missed.
|
2009-05-12 08:22:59 +00:00 |
|
cegger
|
a591bc88dd
|
struct device * -> device_t, no functional changes intended.
|
2009-05-06 10:34:32 +00:00 |
|
cegger
|
59717d7121
|
struct cfdata * -> cfdata_t, no functional changes intended.
|
2009-05-06 09:25:14 +00:00 |
|
cegger
|
9d57c80079
|
use aprint_*_dev and device_xname
|
2008-04-10 19:13:36 +00:00 |
|
ad
|
a2a3828545
|
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
2007-10-19 11:59:34 +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 |
|
he
|
77c27ad055
|
Add a driver, ciss(4), for the HP/Compaq drivers using the newer
"Command Interface to SCSI-3 Support" command interface. Driver
ported from OpenBSD by Tonnerre Lombard -- thanks!
|
2006-03-21 20:42:14 +00:00 |
|