aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/asr
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect the asr driver. Hardware for it has not been produced inScott Long2015-01-0215-11722/+0
* Fix build with asr driverSteven Hartland2014-11-221-20/+19
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-11/+9
* Adjust various SCSI drivers to handle either a 32-bit or 64-bit lun_id_t,Nathan Whitehorn2013-10-301-2/+3
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-251-9/+24
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-251-24/+9
* Update the CAM API for FreeBSD 10:Scott Long2013-09-241-9/+24
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-3/+1
* Replace homegrown list implementation in sys/dev/asr/asr.c withDimitry Andric2012-04-201-11/+11
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* Merge from r225950:Marius Strobl2011-10-131-0/+14
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Don't zero 'Info' after setting it up in the ASR_IOCTL_COMPAT case.Brian Somers2010-11-251-2/+2
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-1/+0
* Unmark the ASR Compat IOCTLs as BURN_BRIDGES, per scottl@Warner Losh2009-05-091-2/+0
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-171-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-1/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-20/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-4/+35
* Remove stale MAINTAINERMark Murray2006-07-091-2/+0
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-5/+0
* Give the asr softc list global a proper name.Scott Long2006-02-121-5/+5
* Squash a couple more invalid long casts.Scott Long2006-02-051-2/+2
* Squash another use of vtophys. Instead of creating separate busdma objectsScott Long2006-02-041-39/+42
* Add the start of busdma infrastructure to this driver. Convert theScott Long2006-02-041-10/+111
* Now that the U32 type is a really 32-bits wide, eliminate a bunch of otherScott Long2006-02-041-7/+7
* Give correct definitions to some basic types.Scott Long2006-02-041-2/+2
* Fix a possible memory leak in asr_attach.Scott Long2006-02-041-5/+12
* Don't allocate an asr_ccb in asr_attach, it hasn't been needed for years.Scott Long2006-01-141-9/+1
* Replace bogus code with real code.Scott Long2006-01-141-10/+4
* Rename driver_t variables. Use device_printf() instead of homerolled printf.Scott Long2006-01-141-39/+39
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-2/+2
* Only create the rdpti alias if the asr device creation succeeds.Scott Long2005-04-291-1/+2
* Make life easier on those trying to use the asr utilities by automaticallyScott Long2005-04-011-0/+1
* Bring back some of the ioctl junk that was removed in rev 1.59 as aOlivier Houchard2005-03-171-2/+121
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-0614-14/+22
* - Set the CAM status to CAM_SCSI_STATUS_ERROR rather than CAM_REQ_CMPMarius Strobl2004-08-021-11/+8
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-7/+7
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Update the version history in the driver to note everything that has happenedScott Long2004-05-051-5/+10
* Roto-till the ioctl code. Remove all the groping around in the x86 BIOSScott Long2004-05-051-109/+10
* Convert the asr driver to use the bus_space API. This does not representScott Long2004-05-051-89/+151
* Fix a typo from rev 1.56 that somehow escaped my testing.Scott Long2004-05-041-10/+10
* Remove the static reservation of the asr major numberScott Long2004-05-021-2/+0
* Remove the defAlignLong and getAlignLong macros. I guess that the originalScott Long2004-05-021-103/+91