| Age | Commit message (Expand) | Author |
| 2000-01-04 | add if_ntwo_isa driver for the Riscom/N2 card. | chopps |
| 2000-01-04 | Add Riscom/N2 isa driver, most of the probe code was adapted from the | chopps |
| 1999-12-27 | - Unmuting an external input source (CD playback, line input, and speaker) | itohy |
| 1999-12-13 | First cut on an EGA driver. For initial testing, lacks some EGA vs CGA/MGA | drochner |
| 1999-12-06 | update for changed struct wsdisplay_accessops:show_screen signature. | drochner |
| 1999-12-04 | Fix "make includes" since pckbc moved to dev/ic from dev/isa | sommerfeld |
| 1999-12-03 | Split the PC-like keyboard controller driver into chip back-end and | thorpej |
| 1999-12-03 | Get ready for some needed flexibility; put the IRQs to use for each slot | thorpej |
| 1999-11-15 | added support for BOCA 6port ISA adapter. 3x16552 with an | mcr |
| 1999-11-02 | Allow irq 15 since some clones use it. | augustss |
| 1999-11-02 | Set mixer controls after a reset. | augustss |
| 1999-11-01 | Make little endian and big endian version of all functions | augustss |
| 1999-10-29 | fix entry for lemac on isa. add entry for wavelan on isa | matt |
| 1999-10-25 | avoid cast | drochner |
| 1999-10-15 | This is the first check-in of CardBus driver. CardBus driver contains | haya |
| 1999-10-10 | Fix one more #ifdef, and now it actually compiles again. *sigh* | mycroft |
| 1999-10-10 | Oops; this should get mpu.h, not midi.h. | mycroft |
| 1999-10-10 | NMIDI -> NMPU, to be consistent with sbdsp.c. | mycroft |
| 1999-10-09 | NMIDI -> NMPU, to be consistent with sbdsp.c. | mycroft |
| 1999-10-09 | NMIDI -> NMPU, to be consistent with sbdsp.c. | mycroft |
| 1999-10-07 | Oops! Make it compile again. | itohy |
| 1999-10-07 | Fix power-related init code. | itohy |
| 1999-10-05 | Add "opl at ym" and "mpu at ym" attachment. | itohy |
| 1999-10-05 | New ym driver. | itohy |
| 1999-10-05 | Add power control hooks. | itohy |
| 1999-10-05 | Add power control hooks. | itohy |
| 1999-10-05 | "mpu at ym" attachment glue for making use of | itohy |
| 1999-10-05 | "opl at ym" attachment glue for making use of | itohy |
| 1999-10-01 | Fix compilation of ISA bha front-end. PR #8528, Takahiro Kambe. | thorpej |
| 1999-09-30 | Update for SCSPI changes. | thorpej |
| 1999-09-09 | The nca.c probe routine falsely claims i82595tx chips to itself. | is |
| 1999-09-07 | Do not complain in sbfind() if another driver has mapped the registers. | soren |
| 1999-09-06 | Add mode 3 support for newer CS423X chips. Modify probe to correctly | rh |
| 1999-08-25 | When padding short packets on transmit, don't include the CRC length | thorpej |
| 1999-08-14 | Implement opl at wss. | augustss |
| 1999-08-14 | make it report the correct ISA port range | drochner |
| 1999-08-05 | Make this file compile again. | augustss |
| 1999-08-04 | Use NMPU not NMIDI around call to mpu_intr. | augustss |
| 1999-08-04 | Add another file I forgot in my MPU changes. | augustss |
| 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 |