macallan
|
84e564d335
|
device_t
|
2008-05-17 18:09:03 +00:00 |
|
martin
|
ce099b4099
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
|
tsutsui
|
78a1d236b6
|
Split device_t/softc for MI ncr53c9x and some related devices,
with various cleanup.
|
2008-04-13 04:55:52 +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 |
|
kleink
|
1c977dd5bd
|
Fix inverted device_is_a() logic in previous conversion.
|
2006-02-28 23:10:49 +00:00 |
|
thorpej
|
d1f18238ca
|
Use device_is_a().
|
2006-02-27 02:59:24 +00:00 |
|
christos
|
95e1ffb156
|
merge ktrace-lwp.
|
2005-12-11 12:16:03 +00:00 |
|
christos
|
ed88e61d2f
|
avoid shadow variables.
|
2005-05-30 22:17:47 +00:00 |
|
perry
|
18db93c7f6
|
de-__P
|
2005-02-04 02:10:35 +00:00 |
|
pk
|
889aa9f444
|
Introduce bus_space_tag_alloc() for the common parts of bus tag allocation.
|
2004-06-30 21:16:38 +00:00 |
|
pk
|
777714c310
|
Bus tags should now be constructed by copying the parent's bus tag and
then changing the fields that need to be handled by the child bus.
|
2004-06-27 18:28:26 +00:00 |
|
pk
|
ea53363e84
|
Rename PROM_getprop*() => prom_getprop*().
|
2004-03-17 17:04:58 +00:00 |
|
hannken
|
9ec14301ad
|
Remove unneeded #include's.
Approved by: Paul Kranenburg <pk@netbsd.org>
|
2003-02-06 16:20:05 +00:00 |
|
martin
|
63f12be4f3
|
Add <sys/lock.h> include for ncr53c9xvar.h.
|
2003-02-06 15:21:21 +00:00 |
|
pk
|
725a6aebf7
|
Remove the `flags' argument from bus_intr_establish().
|
2002-12-10 13:44:47 +00:00 |
|
pk
|
db6d8afe02
|
bus_intr_establish() signature change.
The additional `fast trap' argument is ignored in these drivers.
|
2002-12-10 12:21:02 +00:00 |
|
thorpej
|
b75a007d9f
|
Add trailing ; to CFATTACH_DECL.
|
2002-10-02 16:51:16 +00:00 |
|
thorpej
|
239b192ca3
|
Use CFATTACH_DECL().
|
2002-09-30 23:07:07 +00:00 |
|
thorpej
|
f818766afe
|
Declare all cfattach structures const.
|
2002-09-27 20:31:45 +00:00 |
|
thorpej
|
d7067078a4
|
Compare the driver name against "ledma", rather than looking for
&ledma_ca.
|
2002-09-27 05:07:09 +00:00 |
|
thorpej
|
d1ad2ac4f2
|
Rather than referencing the cfdriver directly in the cfdata entries,
instead use a string naming the driver. The cfdriver is then looked
up in a list which is built at run-time.
|
2002-09-27 02:24:06 +00:00 |
|
eeh
|
86ff330657
|
Fixup attachment code to use sbus_promaddr_to_handle() and not specify
BUS_SPACE_MAP_LINEAR.
|
2002-03-21 00:16:15 +00:00 |
|
pk
|
f61bdee8e7
|
Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to construct
a `bus_addr_t' to pass on to bus_space_map().
Drop `va' argument from sbus_bus_map(); it should not be used by MI Sbus
drivers.
|
2002-03-11 16:00:55 +00:00 |
|
tsutsui
|
bcba62925f
|
Call malloc(9) with M_ZERO flag instead of bzero() after malloc().
|
2002-01-14 13:32:44 +00:00 |
|
lukem
|
2565646230
|
don't need <sys/types.h> when including <sys/param.h>
|
2001-11-15 09:47:59 +00:00 |
|
lukem
|
7ba10b3532
|
add RCSIDs
|
2001-11-13 06:54:32 +00:00 |
|
eeh
|
98ecb5b215
|
getprop* -> PROM_getprop*
|
2001-09-26 20:53:05 +00:00 |
|
pk
|
406e0f779f
|
Add a `device class' interrupt level argument (from machine/intr.h)
to bus_interrupt_establish().
It's currently only used in sparc64/dev/psycho.c to assign a CPU interrupt
level to devices in PCI slots.
|
2000-07-09 20:57:41 +00:00 |
|
pk
|
c6b6f3883a
|
Remove old-style boot device recognition.
|
2000-01-11 12:59:43 +00:00 |
|
pk
|
18da157aa9
|
Assign my copyrights to TNF.
|
1998-09-05 17:28:57 +00:00 |
|
pk
|
fe6b9295a8
|
Adjust for some small changes in lsi64854 back-end driver.
|
1998-08-29 21:43:00 +00:00 |
|
pk
|
3557f62f30
|
Use bus_space_*() to access device registers.
Add `esp' and `le' DMA engine.
|
1998-08-29 20:32:09 +00:00 |
|