summaryrefslogtreecommitdiff
path: root/sys/dev/ida/ida_disk.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: rename id_foo --> idad_foo and fix cdevsw naming that prevents booting.Jonathan Lemon2000-05-031-51/+48
* MFC, rev 1.15; data corruption bug under heavy I/O load.Jonathan Lemon2000-04-251-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