aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-049-9/+9
* Allow i386 binaries to do amr ioctls such as LSI's megamgr on amd64 andDoug Ambrisko2004-08-162-88/+134
* Add new PCI device ID for PERC4/DI.Doug Ambrisko2004-08-141-1/+3
* Use a separate flag when doing a kernel coredump when polling forPaul Saab2004-07-012-3/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-5/+5
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-302-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+3
* Check that amrd_sc is non-NULL before dereferencing it, not after.Colin Percival2004-02-221-2/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-182-14/+17
* Allow amr(4) to get a dynamic major number instead of a static one.Scott Long2004-02-081-3/+0
* crashdump support.Paul Saab2003-10-103-12/+84
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* Use __FBSDID().David E. O'Brien2003-08-244-16/+20
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-222-4/+4
* Mega busdma API commit.Scott Long2003-07-011-0/+6
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-16/+1
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-015-4/+1
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-086-14/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* Introduce a new taskqueue that runs completely free of Giant, and inScott Long2003-02-261-1/+1
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-243-35/+13
* Use nullclose(), not noclose().Poul-Henning Kamp2003-02-221-1/+1
* Use the standard DISKFLAG_OPEN instead of implementing our own.Poul-Henning Kamp2003-02-222-19/+2
* Use system noioctl() instead of homerolled.Poul-Henning Kamp2003-02-221-9/+1
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Fix for DELL PERC firmware. Driver was hangingEric Moore2003-01-091-2/+16
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Problem: Hang while bootup on Perc2/SC.Eric Moore2002-12-131-2/+4
* (1) Problem: PANIC when loading/unloading driverEric Moore2002-12-115-11/+95
* Added support for DELL Perc4/DI.Eric Moore2002-11-211-1/+4
* Incorrect typecast.Eric Moore2002-10-311-1/+1
* amr.c,Eric Moore2002-10-309-72/+473
* (1) added LSI Logic copyright, and legal line 3 in license, and stringEric Moore2002-10-189-71/+214
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-5/+5
* use __packed.Alfred Perlstein2002-09-231-12/+12
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-10/+4
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-201-1/+0
* Add IDs for upcoming LSI U320 products that use the MegaRAID interface.Justin T. Gibbs2002-08-301-1/+3
* Fixed printf format errors in previous commit. %llu is no more suitableBruce Evans2002-03-181-2/+3
* Formats that print the block number need to be changed from %u toWarner Losh2002-03-181-2/+2
* Staticise the amr devclass.Mike Smith2002-01-083-5/+3
* Comment tokens after #undef <macroname> and #endif.John Baldwin2001-12-131-1/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-3/+3
* - Change the taskqueue locking to protect the necessary parts of a taskJohn Baldwin2001-10-261-4/+0
* Add locking to taskqueues. There is one mutex per task, one mutex perJohn Baldwin2001-10-261-0/+4
* KSE Milestone 2Julian Elischer2001-09-122-6/+6
* Fix warning: 179: warning: label `done' defined but not usedPeter Wemm2001-06-151-1/+0