summaryrefslogtreecommitdiff
path: root/sys/dev/bi/kdb.c
AgeCommit message (Expand)Author
2003-11-04Make this compile, at least.he
2003-11-04Try to make this work. Havard will test it.christos
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-01-19Merge the nathanw_sa branch.thorpej
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-13add RCSIDlukem
2001-07-18bzero -> memsetthorpej
2001-06-04Lock the kernel lock at interrupt enter.ragge
2000-06-28remove include of <vm/vm.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-05Adjust to new evcnt stuff.matt
2000-06-04More event counter stuff. Plus a little cruft cleanup while doing it.matt
2000-06-04Start counting interrupts.matt
2000-05-19A foolish consistency; most parts of the kernel use bp->b_data, sothorpej
2000-03-26Bus_dma'ify the KDB50 driver, and make it work.ragge
1999-07-12Copied from ../../arch/vax/bi/kdb.c,vragge