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