summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida/ida_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-11/+14
* - Add comments.mdodd2004-01-151-3/+3
* Initialize drive device_t in softc.mdodd2004-01-131-0/+1
* Initialize bp->bio_driver1 in idad_strategy().mdodd2003-08-081-0/+1
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+2
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-9/+1
* NO_GEOM cleanup:phk2003-02-231-66/+15
* Fix the detach code to actually detach the disk instance createdphk2003-02-231-5/+1
* Remove a goto the very next statement.phk2003-02-231-3/+0
* NO_GEOM cleanup:phk2003-02-211-3/+5
* Update to new crashdump APIps2003-02-071-38/+9
* (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