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