aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ida/ida.c
Commit message (Expand)AuthorAgeFilesLines
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsJohn Baldwin2002-11-071-1/+2
* Cast a bus_addr_t to a long long to make printf happy.John Baldwin2002-11-061-1/+1
* No need to conditionalize on pci being in the kernel for thisWarner Losh2002-03-201-4/+0
* Add crashdump support.Jonathan Lemon2001-02-261-19/+23
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+2
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* The DEC version of the Smart controller has its configuration informationJonathan Lemon2000-07-271-7/+14
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* - Fix a problem with the cdevsw struct that prevented the kernel fromMatthew N. Dodd2000-04-221-2/+2
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-12/+12
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+1
* Add support for older EISA compaq cards and newer Smart 4200 cards.Jonathan Lemon2000-03-081-41/+57
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+1
* Removal of sys/device.hNick Hibma1999-10-051-1/+0
* Fix various trivial warnings from LINTPoul-Henning Kamp1999-08-281-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-3/+3
* Compaq Smart RAID driver for -current. Based on the original ida.cJonathan Lemon1999-06-241-0/+512