NetBSD/sys/arch/sparc/dev
yamt aec75b1cc6 - change the way to specify a bufq strategy. (by string rather than by number)
- rather than embedding bufq_state in driver softc,
  have a pointer to the former.
- move bufq related functions from kern/subr_disk.c to kern/subr_bufq.c.
- rename method to strategy for consistency.
- move some definitions which don't need to be exposed to the rest of kernel
  from sys/bufq.h to sys/bufq_impl.h.
  (is it better to move it to kern/ or somewhere?)
- fix some obvious breakage in dev/qbus/ts.c.  (not tested)
2005-10-15 17:29:10 +00:00
..
audioamd.c ansify and KNF 2005-01-15 15:19:51 +00:00
audioamdvar.h ansify and KNF 2005-01-15 15:19:51 +00:00
bootbus.c s/locdesc_t/int/g 2005-08-26 13:19:34 +00:00
bootbusvar.h
bwtwo_obio.c Add const. 2005-06-03 22:06:24 +00:00
cgeight.c
cgfour.c
cgfourteen.c Fix for gcc -Wcast-qual. 2005-06-04 04:32:11 +00:00
cgfourteenreg.h
cgfourteenvar.h
cgsix_obio.c Add const. 2005-06-04 04:40:57 +00:00
cgtwo.c
com_ebus.c
com_obio.c
cons.h
dma_obio.c
ebus.c revert previous version, will create a device node in the boot loader instead 2005-08-12 16:28:14 +00:00
esp_obio.c
fd.c - change the way to specify a bufq strategy. (by string rather than by number) 2005-10-15 17:29:10 +00:00
fdreg.h
fdvar.h
if_ie_obio.c Fix for gcc -Wshadow. 2005-06-04 04:34:49 +00:00
if_le_obio.c
kbd_pckbport.c Rename a shadowed variable 2005-06-16 17:04:53 +00:00
kd.c Change the driver open function's conditional for overriding exclusive tty 2005-09-06 21:40:37 +00:00
ms_pckbport.c
obio.c s/locdesc_t/int/g 2005-08-26 13:19:34 +00:00
pckbc_js.c
power.c
power.h
rtc.c Add volatile to make rtc_{g|s}ettime match todr_chip_handle_t. 2005-06-05 21:31:30 +00:00
sbus.c Add const. 2005-06-04 04:40:57 +00:00
sbusreg.h
sbusvar.h Do the same thing sparc64 does and redefine sbus_promaddr_to_handle to a static 2005-02-04 22:20:55 +00:00
sw.c
swreg.h
tctrl.c changed envsys support to use the sysmon API, added support for the power 2005-07-06 11:31:16 +00:00
tctrlvar.h
ts102.c fixed a glitch that would trigger a warning when compiled without tctrl. 2005-07-13 01:42:06 +00:00
ts102reg.h Add support for the TS102 PCMCIA controller found in SPARCbooks 2005-07-06 11:40:27 +00:00
vme_machdep.c fkbyte() is in locore.s and accoring to its description it's used 2005-06-04 04:59:18 +00:00
vmereg.h
zs_kgdb.c
zs.c Allow sparc64-style attachment of mouse and keyboard via zstty, needed for 2005-06-30 12:07:51 +00:00