macallan
4fbc897fbb
finish device_t-ification
2010-10-07 07:53:53 +00:00
tsutsui
f3504c80ad
- use device_private(), proper types and variables for device_t/softc
...
- remove unnecessary casts against void pointer
XXX: many inconsistent use of aprint_*(9) and printf(9)
2009-09-18 12:23:16 +00:00
tsutsui
12ad76b18c
Remove struct sbusdev and related functions sbus_establish() and sbusreset().
...
They are derived from 4.4BSD/sparc and have been there since initial import
of NetBSD/sparc in 1993, but the struct sbusdev is almost unused for years,
nothing calls sbusreset(), and all (*sd->sd_reset)() functions look bogus.
Suggested by mrg@ and martin@, and tested on SS1+ and SS20.
2009-09-17 16:28:12 +00:00
cegger
7cf2991222
struct device * -> device_t, no functional changes intended.
2009-05-12 14:38:26 +00:00
cegger
d16a259fe3
struct cfdata * -> cfdata_t, no functional changes intended.
2009-05-12 13:15:24 +00:00
martin
3028e483e4
Convert to new 2 clause license
2008-04-29 06:53:00 +00:00
cegger
4c5fa20d1f
use aprint_*_dev and device_xname
2008-04-05 18:35:31 +00:00
ad
a2a3828545
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
2007-10-19 11:59:34 +00:00
macallan
84b4b152a9
fix typo - fbsize is /height/ * stride. Doh.
2007-08-05 03:23:02 +00:00
macallan
9b5f7f0162
add an sbus frontend fro genfb
...
in theory this should work on any SBus framebuffer
tested on various cgsix and p9100, needs to be tested on more hardware
2007-04-11 04:45:45 +00:00