summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr/amr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the ioctl path by ensuring that amr_start1() gets called for commandsscottl2005-03-041-18/+22
* Add support for the LSI 320-2E PCI-Express controller. Fix a couple of bugsscottl2005-01-231-5/+9
* Add my copyright for the locking and busdma work.scottl2005-01-231-0/+1
* Lock the AMR driver:scottl2005-01-161-99/+94
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Fix a number of bugs and significantly alter the command execution path toscottl2004-12-051-50/+157
* 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-161-88/+121
* Use a separate flag when doing a kernel coredump when polling forps2004-07-011-3/+3
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Device megapatch 4/6:phk2004-02-211-0/+2
* Allow amr(4) to get a dynamic major number instead of a static one.scottl2004-02-081-3/+0
* crashdump support.ps2003-10-101-12/+55
* Use __FBSDID().obrien2003-08-241-4/+5
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+0
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* 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-241-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-111-7/+72
* Incorrect typecast.emoore2002-10-311-1/+1
* amr.c,emoore2002-10-301-14/+103
* (1) added LSI Logic copyright, and legal line 3 in license, and stringemoore2002-10-181-34/+40
* Be consistent about "static" functions: if the function is markedphk2002-09-281-5/+5
* 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-081-2/+2
* - 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
* KSE Milestone 2julian2001-09-121-3/+3
* In case the driver runs on an HP NetRaid controller, attempt to properlyhm2001-03-281-3/+37
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Remove some over-msmith2000-11-281-4/+0
* MFS:msmith2000-11-281-15/+30
* Don't test the return value from the actual command when determiningmsmith2000-11-211-5/+0
* Further use of M_ZERO.dwmalone2000-11-181-2/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enablemsmith2000-09-111-1/+1
* Major update to the AMI MegaRAID driver.msmith2000-08-301-865/+824
* The AMI MegaRAID's internal memory map conflicts with scatter/gathermsmith2000-06-101-0/+9
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Disable the returning of "wedged" commands; this is wrong and needs to bemsmith2000-04-241-1/+8
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-18/+18
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
OpenPOWER on IntegriCloud