summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
1999-03-02Add ISA attachment for ess chips.nathanw
1999-03-02Add support for the 1788 AudioDrive chip.nathanw
1999-02-28Update to slightly altered rnd_attach_source() apiexplorer
1999-02-28Make "1" an acceptable result in port tests.drochner
1999-02-23Update for minor changes in the ad1848 back end.nathanw
1999-02-22Use DMAMODE_DEMAND.mycroft
1999-02-22Oops; remove obsolete code.mycroft
1999-02-22Add support for demand mode with auto-init.mycroft
1999-02-22Use DMAMODE_LOOPDEMAND. Tested on a CS4231 in a WSS clone.mycroft
1999-02-22Use DMAMODE_LOOPDEMAND. Tested on a ViBRA16.mycroft
1999-02-22Use DMAMODE_LOOPDEMAND.mycroft
1999-02-20Fix the halt_input and halt_output routines to actually disable the channel,mycroft
1999-02-19Fix structure names.mycroft
1999-02-19Kill vestiges of isa_establish().mycroft
1999-02-19Move IRQ setup into frontend. Need to move DRQ handling as well.mycroft
1999-02-19Oops; PCIC_INTR_ENABLE does something *very* different.mycroft
1999-02-18Use the correct interrupt sharing type, and set PCIC_INTR_ENABLE(!).mycroft
1999-02-18Add separate halt_input and halt_output methods in ad1848_isa, which disablemycroft
1999-02-18spaces -> tabsmycroft
1999-02-18Remove some superfluous softc elements.mycroft
1999-02-18Add separate halt_output and halt_input routines.mycroft
1999-02-17Use the trigger interface, and clean up a pile of cruft.mycroft
1999-02-17Update comments.mycroft
1999-02-17Fix slight ommission in previous.mycroft
1999-02-17Pass the direction to the allocm and round_buffersize methods.mycroft
1999-02-17If we have an 8-bit DRQ, always pass that to isa_malloc().mycroft
1999-02-16Fix Copyright datesis
1999-02-16Assign my files to The NetBSD Foundation, Inc.is
1999-02-15RCS ID policehubertf
1999-02-08Change DIOCEJECT to do what's needed to eject a device before the ejectbouyer
1999-01-11remove dummy "load_font" entriesdrochner
1999-01-10Avoid `void *' arithmetic. Fixes PR 6783.augustss
1999-01-08Fix more `void *' arithmetic.augustss
1999-01-08Avoid arithmetic on `void *' since that's not ANSI C.augustss
1998-12-16Add Byte Runner Technologies TC-400 and TC-800 driver from Eric S. Hvozdachristos
1998-12-14Deal with an unusual response on port selftest commands. This makes atdrochner
1998-12-12Simplify the copy loops a bit.mycroft
1998-12-09Update for changed scsipi_xfer struct.thorpej
1998-12-08Make the OPL information string more informative.augustss
1998-12-05Update HBAs to incorporate the new max_lun property.mjacob
1998-12-05made prototype for debug function wss_dump_regs match its definition.dbj
1998-12-03Rename pio_mode, etc ... to PIO_cap, etc ... for consistency with thebouyer
1998-11-30Change comment about isa_intr_establish() as discussed on tech-kern.leo
1998-11-26Add support for `AdLib NSC 16 PNP' as wss, joy.hannken
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-11-25Minor format change.mycroft
1998-11-22Move the `wdc' device into `conf/files'.pk
1998-11-21in wdc_softc: access the per-channel data via a pointer array instead ofdrochner
1998-11-19Adapt to the new scsipi_adapter interface.thorpej
1998-11-19fix problems in many d_mmap routines:mrg