| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -2/+0 |
* | handle potential null ptr | sam | 2005-03-31 | 1 | -1/+3 |
* | Fix a null pointer de-ref when passthrough ioctls are issued. This | scottl | 2005-03-13 | 1 | -8/+11 |
* | Fix the ioctl path by ensuring that amr_start1() gets called for commands | scottl | 2005-03-04 | 1 | -18/+22 |
* | Add support for the LSI 320-2E PCI-Express controller. Fix a couple of bugs | scottl | 2005-01-23 | 1 | -5/+9 |
* | Add my copyright for the locking and busdma work. | scottl | 2005-01-23 | 1 | -0/+1 |
* | Lock the AMR driver: | scottl | 2005-01-16 | 1 | -99/+94 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Fix a number of bugs and significantly alter the command execution path to | scottl | 2004-12-05 | 1 | -50/+157 |
* | Set up the data flow flag correctly so that bounced buffers have a chance of | scottl | 2004-09-14 | 1 | -1/+1 |
* | Allow i386 binaries to do amr ioctls such as LSI's megamgr on amd64 and | ambrisko | 2004-08-16 | 1 | -88/+121 |
* | Use a separate flag when doing a kernel coredump when polling for | ps | 2004-07-01 | 1 | -3/+3 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -4/+4 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Allow amr(4) to get a dynamic major number instead of a static one. | scottl | 2004-02-08 | 1 | -3/+0 |
* | crashdump support. | ps | 2003-10-10 | 1 | -12/+55 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -4/+5 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Use bioq_flush() to drain a bio queue with a specific error code. | phk | 2003-04-01 | 1 | -1/+0 |
* | Centralize the devstat handling for all GEOM disk device drivers | phk | 2003-03-08 | 1 | -1/+0 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+5 |
* | Introduce a new taskqueue that runs completely free of Giant, and in | scottl | 2003-02-26 | 1 | -1/+1 |
* | NO_GEOM cleanup: | phk | 2003-02-24 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Fix for DELL PERC firmware. Driver was hanging | emoore | 2003-01-09 | 1 | -2/+16 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Problem: Hang while bootup on Perc2/SC. | emoore | 2002-12-13 | 1 | -2/+4 |
* | (1) Problem: PANIC when loading/unloading driver | emoore | 2002-12-11 | 1 | -7/+72 |
* | Incorrect typecast. | emoore | 2002-10-31 | 1 | -1/+1 |
* | amr.c, | emoore | 2002-10-30 | 1 | -14/+103 |
* | (1) added LSI Logic copyright, and legal line 3 in license, and string | emoore | 2002-10-18 | 1 | -34/+40 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -5/+5 |
* | Fixed printf format errors in previous commit. %llu is no more suitable | bde | 2002-03-18 | 1 | -2/+3 |
* | Formats that print the block number need to be changed from %u to | imp | 2002-03-18 | 1 | -2/+2 |
* | Staticise the amr devclass. | msmith | 2002-01-08 | 1 | -2/+2 |
* | - Change the taskqueue locking to protect the necessary parts of a task | jhb | 2001-10-26 | 1 | -4/+0 |
* | Add locking to taskqueues. There is one mutex per task, one mutex per | jhb | 2001-10-26 | 1 | -0/+4 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -3/+3 |
* | In case the driver runs on an HP NetRaid controller, attempt to properly | hm | 2001-03-28 | 1 | -3/+37 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Remove some over- | msmith | 2000-11-28 | 1 | -4/+0 |
* | MFS: | msmith | 2000-11-28 | 1 | -15/+30 |
* | Don't test the return value from the actual command when determining | msmith | 2000-11-21 | 1 | -5/+0 |
* | Further use of M_ZERO. | dwmalone | 2000-11-18 | 1 | -2/+1 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enable | msmith | 2000-09-11 | 1 | -1/+1 |
* | Major update to the AMI MegaRAID driver. | msmith | 2000-08-30 | 1 | -865/+824 |
* | The AMI MegaRAID's internal memory map conflicts with scatter/gather | msmith | 2000-06-10 | 1 | -0/+9 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -1/+1 |