| Age | Commit message (Expand) | Author |
| 2009-09-22 | Make local functions static. | tsutsui |
| 2009-09-22 | Split device_t/softc. Tested only on cs at ofisa on shark. | tsutsui |
| 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-03-18 | bzero -> memset | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-16 | device_t / softc split. From Hans Rosenfeld. | cegger |
| 2008-04-15 | device_t / softc split. From Hans Rosenfeld | cegger |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-26 | Split device_t/softc for joy(4) and all its attachments. Also | xtraeme |
| 2008-03-18 | Split device_t and softc for ATA devices, as well as wd(4). Other | cube |
| 2008-03-15 | Split device_t and softc for sb(4) and all its attachments. | cube |
| 2008-03-15 | Split device_t and softc for pckbc(4) and its attachments. | cube |
| 2008-03-14 | Split device_t and softc for all com(4) devices (well, everything that | cube |
| 2008-03-07 | Split the softc from the device_t for all lpt(4) variants and attachments | cube |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-20 | Fix tpyo. | matt |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-01-16 | properly use ata_channel->ch_ndrive: | bouyer |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-09-01 | one more case: don't use ISACF_* constants internally | drochner |
| 2004-08-25 | Delay initialisation of shadow registers. Tested on a Shark. | reinoud |
| 2004-08-20 | Move most of wdc_softc into a new atac_softc structure that contains | thorpej |
| 2004-08-19 | Use ANSI function decls and "static". | thorpej |
| 2004-08-14 | - Split the register handles out of struct wdc_channel into a separate | thorpej |
| 2004-08-04 | adapt for changed essattach() signature | drochner |
| 2004-05-25 | Add the notion of "shadow registers" to the wdc driver. These shadow | thorpej |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2004-03-24 | remove license clauses 3 and 4 from my cpoyright notices | drochner |
| 2004-01-31 | add dependency on isadma for atppc attachments | jdolecek |
| 2004-01-28 | ofisa atppc(4) attachment | jdolecek |
| 2004-01-03 | More wdc_channel structure member namespace cleanup: | thorpej |
| 2004-01-03 | Rename "struct channel_softc" to "struct wdc_channel". | thorpej |
| 2004-01-01 | Rename: | thorpej |
| 2003-11-27 | There are some cards that map the ATA control and IDE DMA registers | fvdl |
| 2003-10-08 | Make the ATA mid-layer appears as atabus, as proposed in | bouyer |
| 2003-09-25 | Hide the use of config_interrupts() in one place. | mycroft |
| 2003-09-19 | 1) Use config_interrupts() to attach IDE and ATAPI drives. This eliminates | mycroft |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-03-22 | Don't malloc channel_queue, put it in the softc. | matt |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |