| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-07 | Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch | jdolecek |
| 2015-04-13 | MD rnd.h cleanups. Please let me know if I broke anything! | riastradh |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-28 | G/C sys/simplelock.h includes | skrll |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-07-31 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-26 | Revert, with intention of restoring in a less invasive way, the SATA Port | jakllsch |
| 2012-07-02 | Add sata Port MultiPlier (PMP) support to the ata bus layer, | bouyer |
| 2012-02-18 | Replace few simple_lock(9) cases. | rmind |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-18 | struct device * -> device_t | matt |
| 2011-06-17 | intr.h must not include cpu due to deadly embrace with SOFTINT_COUNT. | matt |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2008-04-29 | Convert to new 2 clause license | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-28 | Add floppy support to prep (the croud goes wild) | garbled |
| 2008-03-29 | Fix more direct references to cd_devs to device_lookup_private | matt |
| 2008-03-29 | Don't use device_private on xx_cd.cd_devs[n], | matt |
| 2008-03-29 | Don't use device_lookup to get softc, use device_lookup_private. | matt |
| 2008-03-29 | Use CFATTACH_DECL_NEW(). | tsutsui |
| 2008-03-29 | We have to use device_private() to get softc from cd_devs[]. | tsutsui |
| 2008-03-29 | Don't forget to initialize sc_dev. | tsutsui |
| 2008-03-28 | Split device_t and softc for MI mc146818 clock, | tsutsui |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2008-01-10 | - move todr_attach(9) calls from each MD attachment to MI mk48txx_attach() | tsutsui |
| 2008-01-10 | Move todr_attach(9) calls from each MD attachment to MI mc146818_attach(). | tsutsui |
| 2008-01-05 | Fix includes. | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-04-29 | fix typos | msaitoh |
| 2007-03-21 | Add a read entry point to this driver. There are two minor devices | garbled |
| 2007-03-20 | Special case the MTX604 and other RAVEN based machines to not attach | garbled |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-26 | Finish the code in the prep nvram driver that makes it an actual device | garbled |
| 2006-10-30 | Make these files compile with -Wextra -Wno-unused | garbled |
| 2006-10-27 | A few changes so pnpbus devices can do isadma. Note that isadma still | garbled |
| 2006-09-07 | Now that the interrupt bug on the 7043-140 is fixed, it also fixes the | garbled |
| 2006-07-12 | Add support for rebooting 7024 and 7025 models. Since I cannot figure | garbled |
| 2006-06-23 | 1) Modify pnpbus attachment code to properly decode pnp memory range packets. | garbled |
| 2006-06-15 | A bit of clock rototill. It's safer to detect things known by the | garbled |
| 2006-04-26 | Support fixes for the Motorola Powerstack E1. | garbled |
| 2006-03-29 | Use device_cfdata(). | thorpej |