summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/sab.c
AgeCommit message (Expand)Author
2003-07-15__KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Passing struct lwp * instead of struct proc * to device functions.martin
2003-06-13Pick up from OpenBSD:petrov
2003-06-11Use cdevsw_lookup_major.petrov
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-12-10Remove the `flags' argument from bus_intr_establish().pk
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-21Use /options instead of /chosen to find out where console is.petrov
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-16Port Jason L. Wright's sab82532 driver. From OpenBSD.petrov