| Age | Commit message (Expand) | Author |
| 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 |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-06-08 | constify and make auto const variables static. | yamt |
| 2002-02-03 | make this compile: | pooka |
| 2002-01-14 | Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). | tsutsui |
| 2001-11-26 | move dev/isa/cs89x0{.c,{var,reg}.h} into dev/ic | yamt |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-06-19 | `existent', not `existant' | wiz |
| 2001-04-11 | Only install headers which are actually used by our userland. This | jdolecek |
| 2001-03-04 | print the modes of the IDE devices we've attached. | matt |
| 2001-02-26 | Add pckbc attachment so we can get wscons on the dnard. | matt |
| 2001-01-06 | Do ess_config_addr() in the ofisa front end, rather than in the match | nathanw |
| 2000-12-26 | Um, we need rnd.h so that cs_softc is defined properly. Overrunning structures | mycroft |
| 1999-03-30 | Fix a typo. | thorpej |
| 1999-03-19 | pull ofisa_machdep.h in from machine/ | cgd |
| 1999-03-16 | Adjustments for structure name changes. | mycroft |
| 1999-02-19 | Move IRQ setup into frontend. Need to move DRQ handling as well. | mycroft |