aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr/amrvar.h
Commit message (Expand)AuthorAgeFilesLines
* Essentially revert r239912. The amr_periodic function hadn't been armed inScott Long2012-08-311-1/+0
* Use callout(9) rather than timeout(9). Note that the periodic timer inJohn Baldwin2012-08-301-1/+1
* Fix clang warning on empty statement.Matthew D Fleming2010-07-281-2/+2
* Move the CAM passthrough code into a true module so that it doesn't have to beScott Long2008-11-031-7/+2
* Many improvements that have been collected over time:Scott Long2008-01-241-16/+26
* Rewrite the DMA code paths from being an impenitrable maze of special casesScott Long2007-12-121-6/+18
* Make amr_linux work as a module by avoiding calling amr_linux_ioctl_intDoug Ambrisko2006-05-031-2/+0
* After further review and discussion, partially revert the previous commit.Scott Long2006-04-081-1/+0
* Close a pesky race where after checking the BUSY flag in amr_wait_command,Paul Saab2006-04-081-0/+1
* - Move the command setup from amr_start1 into the card specific submitPaul Saab2006-02-021-1/+1
* Mega update to the LSI MegaRAID driver:Scott Long2005-12-141-7/+28
* Remove spl markers from AMR.Scott Long2005-11-061-27/+0
* Remove a stale __FreeBSD_version check.Scott Long2005-08-071-5/+3
* Add support for the LSI 320-2E PCI-Express controller. Fix a couple of bugsScott Long2005-01-231-0/+2
* Lock the AMR driver:Scott Long2005-01-161-4/+4
* Free the shared devq last since CAM expects it to be there ifDoug White2005-01-101-0/+1
* Fix a number of bugs and significantly alter the command execution path toScott Long2004-12-051-0/+2
* Use a separate flag when doing a kernel coredump when polling forPaul Saab2004-07-011-0/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-181-1/+1
* crashdump support.Paul Saab2003-10-101-0/+1
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-0/+1
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+0
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-241-1/+0
* Use the standard DISKFLAG_OPEN instead of implementing our own.Poul-Henning Kamp2003-02-221-2/+0
* (1) Problem: PANIC when loading/unloading driverEric Moore2002-12-111-1/+2
* amr.c,Eric Moore2002-10-301-3/+26
* (1) added LSI Logic copyright, and legal line 3 in license, and stringEric Moore2002-10-181-0/+8
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-201-1/+0
* Staticise the amr devclass.Mike Smith2002-01-081-2/+0
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-3/+3
* Major update to the AMI MegaRAID driver.Mike Smith2000-08-301-98/+194
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-2/+2
* Update to latest working version.Mike Smith2000-04-011-0/+31
* Fix detection of the card-ready-for-command state. Use an ultimateMike Smith2000-03-231-2/+2
* Change the queueing model used by the controller to drastically reduceMike Smith1999-10-261-2/+2
* This is a driver for the AMI MegaRAID family of controllers. It all ofMike Smith1999-10-071-0/+216