summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida/ida_disk.c
Commit message (Expand)AuthorAgeFilesLines
* - 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