| Age | Commit message (Expand) | Author |
| 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 |
| 1998-12-02 | Change ofisa attachment comparable to change drochner made to isa | sommerfe |
| 1998-10-23 | Pass the rigth argument to wdcintr(). Closes PR 6342. | bouyer |
| 1998-10-12 | Merge bouyer-ide | bouyer |
| 1998-08-20 | Add ofisa attachment for the ISA joystick driver. | thorpej |
| 1998-08-18 | This now needs <dev/midi_if.h> to build. | thorpej |
| 1998-08-17 | Fix a typo. | thorpej |
| 1998-08-15 | Use _CS_OFISA_MD_* callbacks for old, broken OpenFirmware builds. | thorpej |
| 1998-08-13 | Merge paddr_t changes into the main branch. | eeh |
| 1998-07-31 | Major cleanup of the ESS driver. It now sorta works. More to come. | augustss |
| 1998-07-30 | Uncomment the SoundBlaster ofisa attachment; the Shark isn't the only | thorpej |
| 1998-07-30 | Use the correct "compatible" strings (ESS, not generic SB!), and correct | thorpej |
| 1998-07-30 | ESS attachments for ofisa. | augustss |
| 1998-07-30 | A first stab at making the SHARK sound work. It doesn't really work | augustss |
| 1998-07-27 | ISA with OpenFirmware configuration glue for the CS8900 Ethernet driver. | thorpej |
| 1998-07-14 | Print the "model" property. | thorpej |
| 1998-07-08 | Declare the ofisa soundblaster attachment. | thorpej |
| 1998-07-01 | OpenFirmware glue for ISA SoundBlaster and compatible devices. | thorpej |
| 1998-06-30 | - Fix a bug that prevented one from requesting a subset of a property | thorpej |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-06-11 | Per leo@netbsd.org: Don't call isa_dmainit() if NISADMA == 0. | thorpej |
| 1998-06-10 | Change `dev' -> `self' in ofisaattach(), compile error | tv |
| 1998-06-09 | Initialize DMA state when we attach the ofisa bus. | thorpej |