aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ida/ida_disk.c
Commit message (Expand)AuthorAgeFilesLines
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-10/+4
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-311-1/+6
* No need to conditionalize on pci being in the kernel for thisWarner Losh2002-03-201-2/+0
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.Paul Saab2001-11-131-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* Fix warning: 186: warning: label `done' defined but not usedPeter Wemm2001-06-151-1/+0
* Make the disk mini-layer check for and handle zero-length transfersPoul-Henning Kamp2001-05-061-6/+0
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-061-2/+1
* Last commit was broken.. It always prints '[CTRL-C to abort]'.Paul Saab2001-03-281-12/+2
* Change the dump routines to only abort if control-c is pressed.Paul Saab2001-03-271-1/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-2/+0
* Add crashdump support.Jonathan Lemon2001-02-261-2/+64
* 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-2/+4
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* - Fix a problem with the cdevsw struct that prevented the kernel fromMatthew N. Dodd2000-04-221-51/+48
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-15/+15
* Change the maximum I/O transfer size to DFLTPHYS. This should fixJonathan Lemon2000-04-131-1/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+1
* Cosmetic fix: "id" -> "idad" for devstat.Jonathan Lemon2000-03-081-1/+1
* Add support for older EISA compaq cards and newer Smart 4200 cards.Jonathan Lemon2000-03-081-84/+43
* Revamp the devstat priority system. All disks now have the same priority.Kenneth D. Merry1999-12-081-1/+2
* Call id_drvinit() from attach, not probe as the OS hasn't necessarilyPeter Wemm1999-11-081-2/+2
* Removal of sys/device.hNick Hibma1999-10-051-1/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()Poul-Henning Kamp1999-09-181-3/+1
* We don't need to pass the diskname argument all over the diskslice/labelPoul-Henning Kamp1999-08-281-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-6/+4
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-3/+2
* Compaq Smart RAID driver for -current. Based on the original ida.cJonathan Lemon1999-06-241-0/+331