aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bktr/bktr_mem.c
Commit message (Expand)AuthorAgeFilesLines
* o Add #include <sys/systm.h> to fix a warning about printf() beingRobert Watson2001-11-261-0/+1
* The kernel doesn't have <stdio.h> or <string.h>. Remove these.Jonathan Lemon2001-10-091-2/+0
* Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when weRoger Hardiman2000-09-111-4/+5
* Change to SI_ORDER_FIRST to make sure this module runs beforeRoger Hardiman2000-09-111-1/+2
* Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load theRoger Hardiman2000-09-111-1/+1
* Update to driver 2.15.Roger Hardiman2000-09-101-0/+173