summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida/ida.c
Commit message (Expand)AuthorAgeFilesLines
* Add crashdump support.jlemon2001-02-261-19/+23
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+2
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* The DEC version of the Smart controller has its configuration informationjlemon2000-07-271-7/+14
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* - Fix a problem with the cdevsw struct that prevented the kernel frommdodd2000-04-221-2/+2
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-12/+12
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Add support for older EISA compaq cards and newer Smart 4200 cards.jlemon2000-03-081-41/+57
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+1
* Removal of sys/device.hn_hibma1999-10-051-1/+0
* Fix various trivial warnings from LINTphk1999-08-281-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-3/+3
* Compaq Smart RAID driver for -current. Based on the original ida.cjlemon1999-06-241-0/+512
OpenPOWER on IntegriCloud