summaryrefslogtreecommitdiff
path: root/sys/dev/ofisa
AgeCommit message (Expand)Author
2004-01-03More wdc_channel structure member namespace cleanup:thorpej
2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej
2004-01-01Rename:thorpej
2003-11-27There are some cards that map the ATA control and IDE DMA registersfvdl
2003-10-08Make the ATA mid-layer appears as atabus, as proposed inbouyer
2003-09-25Hide the use of config_interrupts() in one place.mycroft
2003-09-191) Use config_interrupts() to attach IDE and ATAPI drives. This eliminatesmycroft
2003-05-03DMA, not dma nor Dma.wiz
2003-03-22Don't malloc channel_queue, put it in the softc.matt
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-06-08constify and make auto const variables static.yamt
2002-02-03make this compile:pooka
2002-01-14Call malloc(9) with M_ZERO flag instead of bzero() after malloc().tsutsui
2001-11-26move dev/isa/cs89x0{.c,{var,reg}.h} into dev/icyamt
2001-11-13add RCSIDslukem
2001-06-19`existent', not `existant'wiz
2001-04-11Only install headers which are actually used by our userland. Thisjdolecek
2001-03-04print the modes of the IDE devices we've attached.matt
2001-02-26Add pckbc attachment so we can get wscons on the dnard.matt
2001-01-06Do ess_config_addr() in the ofisa front end, rather than in the matchnathanw
2000-12-26Um, we need rnd.h so that cs_softc is defined properly. Overrunning structuresmycroft
1999-03-30Fix a typo.thorpej
1999-03-19pull ofisa_machdep.h in from machine/cgd
1999-03-16Adjustments for structure name changes.mycroft
1999-02-19Move IRQ setup into frontend. Need to move DRQ handling as well.mycroft
1998-12-02Change ofisa attachment comparable to change drochner made to isasommerfe
1998-10-23Pass the rigth argument to wdcintr(). Closes PR 6342.bouyer
1998-10-12Merge bouyer-idebouyer
1998-08-20Add ofisa attachment for the ISA joystick driver.thorpej
1998-08-18This now needs <dev/midi_if.h> to build.thorpej
1998-08-17Fix a typo.thorpej
1998-08-15Use _CS_OFISA_MD_* callbacks for old, broken OpenFirmware builds.thorpej
1998-08-13Merge paddr_t changes into the main branch.eeh
1998-07-31Major cleanup of the ESS driver. It now sorta works. More to come.augustss
1998-07-30Uncomment the SoundBlaster ofisa attachment; the Shark isn't the onlythorpej
1998-07-30Use the correct "compatible" strings (ESS, not generic SB!), and correctthorpej
1998-07-30ESS attachments for ofisa.augustss
1998-07-30A first stab at making the SHARK sound work. It doesn't really workaugustss
1998-07-27ISA with OpenFirmware configuration glue for the CS8900 Ethernet driver.thorpej
1998-07-14Print the "model" property.thorpej
1998-07-08Declare the ofisa soundblaster attachment.thorpej
1998-07-01OpenFirmware glue for ISA SoundBlaster and compatible devices.thorpej
1998-06-30- Fix a bug that prevented one from requesting a subset of a propertythorpej
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-06-11Per leo@netbsd.org: Don't call isa_dmainit() if NISADMA == 0.thorpej
1998-06-10Change `dev' -> `self' in ofisaattach(), compile errortv
1998-06-09Initialize DMA state when we attach the ofisa bus.thorpej