NetBSD/sys/dev/sbus
tsutsui 32fba42272 sbus_establish() should take device_t self for the device itself,
not device_t parent even if sbus is grandparent of the device,
otherwise (*sd_reset)() callbacks will be called with an wrong device_t.
Even in such case, sbus_establish() looks for an sbus though device tree.
XXX: (*sd_reset)() isn't called anyway, and these stuff seems really bogus.
2009-09-08 18:31:36 +00:00
..
Makefile
agten.c call vcons_replay_msgbuf() if we're the console 2009-08-20 02:29:16 +00:00
be.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
bereg.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
bpp.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
bppreg.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
bwtwo_sbus.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
cgsix_sbus.c use BUS_SPACE_MAP_LARGE 2009-05-26 03:32:51 +00:00
cgthree_sbus.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
cs4231_sbus.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
dbri.c we can not free() a dmamap! 2009-05-16 18:24:44 +00:00
dbrireg.h move to 2 clause license 2008-05-09 03:12:49 +00:00
dbrivar.h struct device * -> device_t 2008-05-16 15:38:20 +00:00
dma_sbus.c struct cfdata * -> cfdata_t, no functional changes intended. 2009-05-12 13:15:24 +00:00
esp_sbus.c sbus_establish() should take device_t self for the device itself, 2009-09-08 18:31:36 +00:00
files.sbus make the tcx driver do something useful: 2009-08-06 18:26:03 +00:00
genfb_sbus.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
if_en.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
if_gem_sbus.c Fix small oversight in device_t/softc split. Pointed out by <jdc>. 2009-08-04 09:26:26 +00:00
if_hme_sbus.c Fix botch on device_t/softc split caused by awful casts around 2009-09-08 18:15:17 +00:00
if_le.c Fix botch on device_t/softc split caused by awful casts around 2009-09-08 18:15:17 +00:00
if_le_lebuffer.c sbus_establish() should take device_t self for the device itself, 2009-09-08 18:31:36 +00:00
if_le_ledma.c sbus_establish() should take device_t self for the device itself, 2009-09-08 18:31:36 +00:00
isp_sbus.c Split device_t/softc. 2009-09-07 13:39:19 +00:00
lebuffer.c Use device_private() to get struct sbus_softc from device_t parent. 2009-05-17 00:28:35 +00:00
lebuffervar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
magma.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
magmareg.h struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
mbppio.h change licence of my old code to two-clause BSD licence 2008-07-02 10:16:20 +00:00
p9100.c call vcons_replay_msgbuf() if we're the console 2009-08-20 02:29:16 +00:00
p9100reg.h add a bunch of register definitions 2009-05-27 00:32:10 +00:00
qe.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
qec.c Use device_private() to get struct sbus_softc from device_t parent. 2009-05-17 00:28:35 +00:00
qecreg.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
qecvar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
qereg.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sbusvar.h device_t 2008-05-17 18:09:03 +00:00
sio16.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
spif.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
spifreg.h struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
spifvar.h
stp4020.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
stp4020reg.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tcx.c adjust some mmap ranges so X can work, also use FBTYPE_TCXCOLOR 2009-08-26 22:36:07 +00:00
tcxreg.h make the tcx driver do something useful: 2009-08-06 18:26:03 +00:00
xbox.c struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
xboxvar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
zx.c use BUS_SPACE_MAP_LARGE 2009-05-26 03:32:51 +00:00
zxreg.h Add wscons support 2009-04-23 20:46:49 +00:00
zxvar.h Add wscons support 2009-04-23 20:46:49 +00:00