aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr
Commit message (Expand)AuthorAgeFilesLines
* amr: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-33/+5
* Add deprecation notice to amr(4)Warner Losh2020-04-181-0/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-071-0/+4
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Add PNP info to PCI attachment of amr driverWarner Losh2018-06-131-7/+9
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-279-0/+18
* As with r323317, hold off on releasing the intrhook during boot untilScott Long2017-09-081-5/+5
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Don't assume that bio_cmd is a bitfield.Warner Losh2016-03-101-1/+1
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-5/+8
* Set but not used variables eliminated.Warner Losh2014-08-081-6/+2
* Remove ia64.Marcel Moolenaar2014-07-071-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+0
* Add missing calls to bus_dmamap_unload() when freeing static DMAJohn Baldwin2014-06-131-2/+7
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-22/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-4/+1
* Further adjust the workaround in r234501. Rounding all small requests upJohn Baldwin2012-10-051-2/+8
* As a followup to r234501, ensure that the native ioctl path always allocatesJohn Baldwin2012-09-191-6/+2
* Essentially revert r239912. The amr_periodic function hadn't been armed inScott Long2012-08-313-40/+0
* Use callout(9) rather than timeout(9). Note that the periodic timer inJohn Baldwin2012-08-303-4/+5
* The amr(4) firmware contains a rather dubious "feature" where itJohn Baldwin2012-04-201-14/+31
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* Fix checks for error return from amr_sglist_map() and amr_ccb_map()Kevin Lo2012-02-281-2/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-072-2/+2
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* Fix clang warning on empty statement.Matthew D Fleming2010-07-281-2/+2
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Remove spurious `)`Christian Brueffer2009-10-281-1/+1
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+1
* Add necessary include.Poul-Henning Kamp2009-09-081-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-21/+2
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-2/+21
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-202-6/+6
* Move the CAM passthrough code into a true module so that it doesn't have to beScott Long2008-11-033-33/+58
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* While spin-waiting for the mailbox semaphore to update, do flushing reads ofScott Long2008-07-201-1/+4
* Remove an errant definition for AMR_CONFIG_ENQ3_SOLICITED NOTIFY that wasScott Long2008-02-061-1/+0
* Many improvements that have been collected over time:Scott Long2008-01-243-43/+146
* Rewrite the DMA code paths from being an impenitrable maze of special casesScott Long2007-12-124-436/+260
* Provide unqiue malloc types instead of using M_DEVBUF.Scott Long2007-12-022-26/+29