summaryrefslogtreecommitdiffstats
path: root/sys/dev/amr
Commit message (Expand)AuthorAgeFilesLines
* Complete the removal of __FreeBSD_version checks from the amr driver. Thescottl2005-08-085-114/+6
* Remove a stale __FreeBSD_version check.scottl2005-08-071-5/+3
* The presence of a on __FreeBSD_version flagged some code that hasn't been inscottl2005-08-071-23/+4
* Print the actual disk device we failed to complete i/o on.ps2005-07-291-2/+2
* Don't allow ioctl commands to be interrupted by the user.ps2005-07-291-6/+4
* polled commands can read or write, so bus_dmamap_sync properlyps2005-06-231-2/+16
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-4/+0
* handle potential null ptrsam2005-03-311-1/+3
* Fix a null pointer de-ref when passthrough ioctls are issued. Thisscottl2005-03-131-8/+11
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Fix the ioctl path by ensuring that amr_start1() gets called for commandsscottl2005-03-041-18/+22
* Remove some unused variables.scottl2005-02-091-2/+0
* Remove the messy locking dance around xpt_done()scottl2005-02-091-8/+0
* Add support for the LSI 320-2E PCI-Express controller. Fix a couple of bugsscottl2005-01-234-8/+17
* Add my copyright for the locking and busdma work.scottl2005-01-231-0/+1
* Lock the AMR driver:scottl2005-01-165-106/+120
* Free the shared devq last since CAM expects it to be there ifdwhite2005-01-102-5/+11
* 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
OpenPOWER on IntegriCloud