summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/lebuffer.c
AgeCommit message (Expand)Author
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Add missing args to CFATTACH_DECL.uwe
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-03-20Use bus_space_vaddr() correctly. (XXX do we really need this?)eeh
2002-03-11Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to constructpk
2002-01-14Call malloc(9) with M_ZERO flag instead of bzero() after malloc().tsutsui
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-09-26getprop* -> PROM_getprop*eeh
2000-04-14add some casts to (u_long) to shut up gccmrg
2000-01-11Remove old-style boot device recognition.pk
1998-08-29Nuke unnecessary header files.pk
1998-07-29Use sbus_destroy_attach_args().pk
1998-07-27Change copyright.pk
1998-07-27Get headers from dev/sbus.pk
1998-07-27move these files to sys/dev/sbus. currently uses a hack to access the correc...mrg