summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida/ida_disk.c
Commit message (Expand)AuthorAgeFilesLines
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-10/+4
* Here follows the new kernel dumping infrastructure.phk2002-03-311-1/+6
* No need to conditionalize on pci being in the kernel for thisimp2002-03-201-2/+0
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.ps2001-11-131-1/+1
* KSE Milestone 2julian2001-09-121-2/+2
* Fix warning: 186: warning: label `done' defined but not usedpeter2001-06-151-1/+0
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-061-6/+0
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-2/+1
* Last commit was broken.. It always prints '[CTRL-C to abort]'.ps2001-03-281-12/+2
* Change the dump routines to only abort if control-c is pressed.ps2001-03-271-1/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-2/+0
* Add crashdump support.jlemon2001-02-261-2/+64
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* The DEC version of the Smart controller has its configuration informationjlemon2000-07-271-2/+4
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* - Fix a problem with the cdevsw struct that prevented the kernel frommdodd2000-04-221-51/+48
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-15/+15
* Change the maximum I/O transfer size to DFLTPHYS. This should fixjlemon2000-04-131-1/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Cosmetic fix: "id" -> "idad" for devstat.jlemon2000-03-081-1/+1
* Add support for older EISA compaq cards and newer Smart 4200 cards.jlemon2000-03-081-84/+43
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-081-1/+2
* Call id_drvinit() from attach, not probe as the OS hasn't necessarilypeter1999-11-081-2/+2
* Removal of sys/device.hn_hibma1999-10-051-1/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()phk1999-09-181-3/+1
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-6/+4
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Compaq Smart RAID driver for -current. Based on the original ida.cjlemon1999-06-241-0/+331
OpenPOWER on IntegriCloud