summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-064-4/+4
* Fix a number of bugs and significantly alter the command execution path toscottl2004-12-054-59/+168
* Set up the data flow flag correctly so that bounced buffers have a chance ofscottl2004-09-141-1/+1
* Allow i386 binaries to do amr ioctls such as LSI's megamgr on amd64 andambrisko2004-08-162-88/+134
* Add new PCI device ID for PERC4/DI.ambrisko2004-08-141-1/+3
* Use a separate flag when doing a kernel coredump when polling forps2004-07-012-3/+4
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-5/+5
* Add missing <sys/module.h> includesphk2004-05-302-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+3
* Check that amrd_sc is non-NULL before dereferencing it, not after.cperciva2004-02-221-2/+2
* Device megapatch 4/6:phk2004-02-211-0/+2
* Change the disk(9) API in order to make device removal more robust.phk2004-02-182-14/+17
* Allow amr(4) to get a dynamic major number instead of a static one.scottl2004-02-081-3/+0
* crashdump support.ps2003-10-103-12/+84
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Use __FBSDID().obrien2003-08-244-16/+20
* Prefer new location of pci include files (which have only been in theimp2003-08-222-4/+4
* Mega busdma API commit.scottl2003-07-011-0/+6
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-16/+1
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-015-4/+1
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-086-14/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Introduce a new taskqueue that runs completely free of Giant, and inscottl2003-02-261-1/+1
* NO_GEOM cleanup:phk2003-02-243-35/+13
* Use nullclose(), not noclose().phk2003-02-221-1/+1
* Use the standard DISKFLAG_OPEN instead of implementing our own.phk2003-02-222-19/+2
* Use system noioctl() instead of homerolled.phk2003-02-221-9/+1
* NO_GEOM cleanup:phk2003-02-211-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Fix for DELL PERC firmware. Driver was hangingemoore2003-01-091-2/+16
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Problem: Hang while bootup on Perc2/SC.emoore2002-12-131-2/+4
* (1) Problem: PANIC when loading/unloading driveremoore2002-12-115-11/+95
* Added support for DELL Perc4/DI.emoore2002-11-211-1/+4
* Incorrect typecast.emoore2002-10-311-1/+1
* amr.c,emoore2002-10-309-72/+473
* (1) added LSI Logic copyright, and legal line 3 in license, and stringemoore2002-10-189-71/+214
* Be consistent about "static" functions: if the function is markedphk2002-09-281-5/+5
* use __packed.alfred2002-09-231-12/+12
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-10/+4
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-201-1/+0
* Add IDs for upcoming LSI U320 products that use the MegaRAID interface.gibbs2002-08-301-1/+3
* Fixed printf format errors in previous commit. %llu is no more suitablebde2002-03-181-2/+3
* Formats that print the block number need to be changed from %u toimp2002-03-181-2/+2
* Staticise the amr devclass.msmith2002-01-083-5/+3
* Comment tokens after #undef <macroname> and #endif.jhb2001-12-131-1/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-3/+3
* - Change the taskqueue locking to protect the necessary parts of a taskjhb2001-10-261-4/+0
* Add locking to taskqueues. There is one mutex per task, one mutex perjhb2001-10-261-0/+4
OpenPOWER on IntegriCloud