summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
1999-08-02Move the mpu device declaration to conf/files.augustss
1999-08-01Move the MPU driver isa/ to ic/.augustss
1999-08-01Make an MPU attachment to ISA. Used for old Roland cards. Writtenaugustss
1999-06-18Add support for ES18[67][89]. From PR #7427 by AW9K-NNK@asahi-net.or.jp,augustss
1999-06-12Move chip version check from advlib.c to adv_isa.cdante
1999-06-06Add adv_isa.c entrydante
1999-06-06Add support for the following AdvanSys SCSI ISA cards:dante
1999-05-30Fix bug uncovered by audio.c fix: Since the monitor control on the ESSnathanw
1999-05-1932 bits I/O ocasionally fails on some hardware, so the test succeed butbouyer
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-04-30Convert some bogus panic()s into printf()s.bad
1999-04-29From Onno van der Linden:bad
1999-04-28Improved 509B-in-PnP mode detection (Christoph Badura, Jonathan Stone):jonathan
1999-04-20Don't attach an 3bc509B as ep? at isa if the EEPROM is set to to PnP mode.jonathan
1999-04-13Make copyrights conform.augustss
1999-04-11Fix probe code for IDE devices:bouyer
1999-04-08Correct a misleading comment copied over from the PCIC version of this file.bad
1999-03-30Enable this is a non-entropy rnd source.mycroft
1999-03-30The AD1848/CS4231 attachment doesn't create DMA maps any more, so we have tomycroft
1999-03-28Make it possible to force 16 mode via "flags 4" in kernel configuration.tron
1999-03-25Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining themthorpej
1999-03-24Remove leftover definition of AUDIO_DEBUG.augustss
1999-03-23Use BUS_SPACE_ALIGNED_POINTER() instead of ALIGNED_POINTER() where the pointerdrochner
1999-03-23A backend for Databook's TCIC family of PCMCIA chips.bad
1999-03-22Oops. RcsID police.bad
1999-03-22config(8) glue for Token-Ring and TROPIC drivers.bad
1999-03-22Add TLINK_619_POLY.bad
1999-03-22Chipset driver for TROPIC based Token-Ring cards.bad
1999-03-22Create DMA maps at open time.mycroft
1999-03-22Make sure we clean up any DMA maps if the open fails.mycroft
1999-03-22Nuke sc_iooffs from orbit. This is exactly what bus_space_subregion() is for.mycroft
1999-03-22Several things:mycroft
1999-03-22Adjust the probe routine to work on chips where the mic preamp bit is sharedmycroft
1999-03-22If bus_dmamap_create() fails, free the DMA channel.mycroft
1999-03-19Allow DRQ[A-C] to be used on the 1888 as well.mycroft
1999-03-19don't need isa_machdep.h, since isavar.h is includedcgd
1999-03-19pull isa_machdep.h in from machine/ instead of from $(MACHINE)/isa/cgd
1999-03-18Also fix ia_iosize.mycroft
1999-03-18Some fixes to the IRQ/DRQ configuration, and the probe output.mycroft
1999-03-18The chip is only rated for 44.1KHz, and will not record faster that 46.794KHz,mycroft
1999-03-18dmapos should start at 0, in theory.mycroft
1999-03-18Add support for polling.mycroft
1999-03-18Add support for polling.mycroft
1999-03-18Confirm that there was an interrupt before handling it. Allows IRQs to bemycroft
1999-03-17Fix a couple of other places we should avoid the Audio2 DRQ on the 1788.mycroft
1999-03-17More redux:mycroft
1999-03-16Audio1 does not support 16-bit DMA. Eliminate some code that tried to handlemycroft
1999-03-16Fix old typo.mycroft
1999-03-16A little more cleanup.mycroft
1999-03-16Minor fix to some debugging output.mycroft