| Age | Commit message (Expand) | Author |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 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 | adapt several more wdc attachments for NCQ branch merge | jdolecek |
| 2017-01-20 | Check pmf_device_register return value. NFC | maya |
| 2014-01-21 | fix unused variables | christos |
| 2013-07-11 | Add Castle SCSI16 board. | kiyohara |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-10-10 | Split softc/device_t | skrll |
| 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 |
| 2011-06-03 | Split device_t/softc of i82586. No crash on TME emulating sun2. | tsutsui |
| 2009-10-18 | Move Matthias Pfaller's files to 2-clause license. OK matthias@. | snj |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-05-11 | Replace shutdownhooks with pmf in sec(4). | bjh21 |
| 2009-02-12 | WD33C93 has only two registers, which often times aren't mapped to adjacent | rumble |
| 2009-01-25 | Split device_t from wd33c93_softc. Reviewed by cube; tested on sgimips | bjh21 |
| 2009-01-21 | add a comment explaining how to regenerate podules.h and podule_data.h | jnemeth |
| 2009-01-20 | sec(4): use device_t and cfdata_t rather than explicit structure pointers. | bjh21 |
| 2008-10-19 | Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. | apb |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-04-04 | Split devict_t/softc for ncr5380sbc SCSI, and misc cosmetic changes. | tsutsui |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-07 | TRUE -> true; FALSE -> false. | bjh21 |
| 2007-03-05 | Cast to char* before doing pointer arithmetic. | he |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2006-10-14 | The SEC uses the same page latch for both ROM and RAM, so we should arrange | bjh21 |
| 2006-10-02 | Don't use the uPD71071's autoinitialize mode. This may slow things down | bjh21 |
| 2006-10-01 | Allow wd33c93 attachments to choose what DMA mode it should use, and arrange | bjh21 |
| 2006-10-01 | Don't explicitly specify no DMA support, since that doesn't work if the kernel | bjh21 |
| 2006-10-01 | New driver, sec(4), for the Acorn SCSI Expansion Card. Unlike asc(4), this | bjh21 |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-19 | Change MALLOC to malloc and FREE to free in one instance where the | he |
| 2006-01-16 | properly use ata_channel->ch_ndrive: | bouyer |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-09 | Adapt to compiling with -Wcast-qual by constifying a char* field. | he |
| 2005-02-27 | regen | perry |
| 2005-02-27 | don't leave spaces at the end of stripped RCS Ids | perry |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-09-13 | a round of autoconf cleanup: | drochner |
| 2004-08-20 | Move most of wdc_softc into a new atac_softc structure that contains | thorpej |