aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ida
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix a signed bug in the crashdump code for systems with > 2GBPaul Saab2001-11-271-1/+1
* MFC: enable device firmware for specific board revisions.Jonathan Lemon2001-07-303-22/+38
* MFC: Change the dump routines to only abort if control-c is pressed.Paul Saab2001-07-261-10/+2
* MFC: Add crashdump support.Paul Saab2001-03-015-25/+106
* MFC: r1.17, bugfix for DEC version of chip.Jonathan Lemon2000-12-011-1/+3
* MFC: r1.15, match against both vendor and subvendor.Jonathan Lemon2000-11-151-32/+25
* MFC: support for DEC version of controller + multiple controller cards.Jonathan Lemon2000-07-276-36/+79
* MFC: correctly pick the NCR chip.Jonathan Lemon2000-05-231-1/+2
* MFC: pull in new PCI device IDS for the IDA driver.Jonathan Lemon2000-05-221-7/+19
* MFC: rename id_foo --> idad_foo and fix cdevsw naming that prevents booting.Jonathan Lemon2000-05-033-55/+52
* MFC, rev 1.15; data corruption bug under heavy I/O load.Jonathan Lemon2000-04-251-1/+1
* MFC:Matthew N. Dodd2000-04-162-14/+11
* 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-086-161/+623
* Revamp the devstat priority system. All disks now have the same priority.Kenneth D. Merry1999-12-081-1/+2
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+1
* 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-053-3/+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
* Fix various trivial warnings from LINTPoul-Henning Kamp1999-08-281-0/+2
* 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-285-5/+5
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-162-5/+5
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-6/+4
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-291-9/+2
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-3/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-6/+1
* Compaq Smart RAID driver for -current. Based on the original ida.cJonathan Lemon1999-06-245-0/+1307