| Commit message (Expand) | Author | Age | Files | Lines |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 8 | -8/+8 |
* | Update deprecation version for drivers removed in main | Ed Maste | 2021-11-25 | 1 | -1/+1 |
* | Convert remaining cap_rights_init users to cap_rights_init_one | Mateusz Guzik | 2021-01-12 | 1 | -1/+1 |
* | amr: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 5 | -33/+5 |
* | Add deprecation notice to amr(4) | Warner Losh | 2020-04-18 | 1 | -0/+2 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -1/+2 |
* | Ever since the block layer expanded its command syntax beyond just | Scott Long | 2020-02-07 | 1 | -0/+4 |
* | Reapply, with minor tweaks, r338025, from the original commit: | Warner Losh | 2018-09-26 | 1 | -1/+1 |
* | Back out r338035 until Warner is finished churning GSoC PNP patches | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
* | Remove unused and easy to misuse PNP macro parameter | Conrad Meyer | 2018-08-19 | 1 | -1/+1 |
* | Add PNP info to PCI attachment of amr driver | Warner Losh | 2018-06-13 | 1 | -7/+9 |
* | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 9 | -0/+18 |
* | As with r323317, hold off on releasing the intrhook during boot until | Scott Long | 2017-09-08 | 1 | -5/+5 |
* | Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name) | Alan Somers | 2017-01-04 | 1 | -3/+3 |
* | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -2/+2 |
* | sys/dev: extend use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 1 | -1/+1 |
* | Don't assume that bio_cmd is a bitfield. | Warner Losh | 2016-03-10 | 1 | -1/+1 |
* | Remove MAXBSIZE use from drivers where it has nothing to do. | Alexander Motin | 2015-03-22 | 1 | -5/+8 |
* | Set but not used variables eliminated. | Warner Losh | 2014-08-08 | 1 | -6/+2 |
* | Remove ia64. | Marcel Moolenaar | 2014-07-07 | 1 | -1/+1 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -1/+0 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -0/+1 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -1/+0 |
* | Add missing calls to bus_dmamap_unload() when freeing static DMA | John Baldwin | 2014-06-13 | 1 | -2/+7 |
* | Update kernel inclusions of capability.h to use capsicum.h instead; some | Robert Watson | 2014-03-16 | 1 | -1/+1 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -1/+3 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | Scott Long | 2013-08-12 | 1 | -22/+1 |
* | Reform the busdma API so that new types may be added without modifying | Konstantin Belousov | 2013-02-12 | 1 | -4/+1 |
* | Further adjust the workaround in r234501. Rounding all small requests up | John Baldwin | 2012-10-05 | 1 | -2/+8 |
* | As a followup to r234501, ensure that the native ioctl path always allocates | John Baldwin | 2012-09-19 | 1 | -6/+2 |
* | Essentially revert r239912. The amr_periodic function hadn't been armed in | Scott Long | 2012-08-31 | 3 | -40/+0 |
* | Use callout(9) rather than timeout(9). Note that the periodic timer in | John Baldwin | 2012-08-30 | 3 | -4/+5 |
* | The amr(4) firmware contains a rather dubious "feature" where it | John Baldwin | 2012-04-20 | 1 | -14/+31 |
* | Convert a number of drivers to obtaining their parent DMA tag from their | Scott Long | 2012-03-12 | 1 | -1/+1 |
* | Fix checks for error return from amr_sglist_map() and amr_ccb_map() | Kevin Lo | 2012-02-28 | 1 | -2/+2 |
* | - There's no need to overwrite the default device method with the default | Marius Strobl | 2011-11-22 | 1 | -3/+1 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 2 | -2/+2 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 1 | -1/+2 |
* | Fix clang warning on empty statement. | Matthew D Fleming | 2010-07-28 | 1 | -2/+2 |
* | Remove extraneous semicolons, no functional changes. | Martin Blapp | 2010-01-07 | 1 | -1/+1 |
* | Remove spurious `)` | Christian Brueffer | 2009-10-28 | 1 | -1/+1 |
* | Revert previous commit and add myself to the list of people who should | Poul-Henning Kamp | 2009-09-08 | 1 | -1/+1 |
* | Add necessary include. | Poul-Henning Kamp | 2009-09-08 | 1 | -1/+1 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | John Baldwin | 2009-08-20 | 1 | -21/+2 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | Attilio Rao | 2009-08-02 | 1 | -2/+21 |
* | We no longer need to use d_thread_t, migrate to struct thread *. | Warner Losh | 2009-05-20 | 2 | -6/+6 |
* | Move the CAM passthrough code into a true module so that it doesn't have to be | Scott Long | 2008-11-03 | 3 | -33/+58 |
* | Replace all calls to minor() with dev2unit(). | Ed Schouten | 2008-09-27 | 1 | -2/+2 |
* | While spin-waiting for the mailbox semaphore to update, do flushing reads of | Scott Long | 2008-07-20 | 1 | -1/+4 |
* | Remove an errant definition for AMR_CONFIG_ENQ3_SOLICITED NOTIFY that was | Scott Long | 2008-02-06 | 1 | -1/+0 |