| Age | Commit message (Expand) | Author |
| 2002-03-22 | Bring the daic driver into the new ISDN world order. | martin |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-03-10 | Add explicit support of OPL3-SA2 (YMF711). | itohy |
| 2002-03-10 | use TAILQ_FIRST()/TAILQ_NEXT()/TAILQ_EMPTY macros rather than dereferencing | jdolecek |
| 2002-03-06 | Fix ADPCM playback/recording. | itohy |
| 2002-03-05 | bring in latest ALTQ from kjc. ALTQify some of the drivers. | itojun |
| 2002-02-26 | 1. Change equalizer (treble, bass) to be ``flat'' if the values set at | itohy |
| 2002-02-02 | Reduce the massive code duplication regarding joy(4). Split it into | jdolecek |
| 2002-01-28 | really fix it this time. | sommerfeld |
| 2002-01-28 | Finish conversion to new-style isa config machinery (#ifdef DEBUG code was | sommerfeld |
| 2002-01-12 | Call malloc(9) with M_ZERO flag instead of memset() after malloc(). | tsutsui |
| 2002-01-11 | Resurrect the 'sc->sc_sbdsp.sc_dev.dv_cfdata = match' in pasprobe(), | jdolecek |
| 2002-01-11 | Fix fallout from previous - the 'sc->sc_dev.dv_cfdata = match' needs | jdolecek |
| 2002-01-08 | Deal with lossage caused by recent isa changes [/briq potr] | christos |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | thorpej |
| 2002-01-07 | "attach radio at radio": | drochner |
| 2002-01-06 | Increase max sampling rate on SB16. It seems almost all models supports it. | augustss |
| 2002-01-03 | Add \n in attach messages. | augustss |
| 2002-01-02 | Change the probe code. You cannot unmap bus space and then use it. | augustss |
| 2002-01-02 | Add missing newline. | augustss |
| 2002-01-01 | Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popov | augustss |
| 2001-12-31 | Labels must be followed by statements. | thorpej |
| 2001-12-29 | Add a case for x86_64. | thorpej |
| 2001-12-16 | Rename weasel.c to weasel_isa.c in preparation for supporting the | thorpej |
| 2001-12-16 | Try again: weasel -> weasel_isa | thorpej |
| 2001-12-16 | Oops, revert previous; it included some other changes there weren't | thorpej |
| 2001-12-16 | weasel -> weasel_isa | thorpej |
| 2001-12-06 | Fix PR 13465 by Krister Walfridsson: memory initialization used uninitialized | rafal |
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem |
| 2001-11-26 | Added macros for the bits in the SYSBUS byte, and macros | fredette |
| 2001-11-26 | add $NetBSD$ and copyright notice and rcsid. | yamt |
| 2001-11-26 | move dev/isa/cs89x0{.c,{var,reg}.h} into dev/ic | yamt |
| 2001-11-26 | - add power management code. | yamt |
| 2001-11-24 | - add (partial?) i/o mode support. | yamt |
| 2001-11-21 | Presence looks better with a 'c' instead of an 's'. | wiz |
| 2001-11-20 | - replace "defopt" with "defparam" for options which must take a value, | lukem |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSID | lukem |
| 2001-11-04 | AD1845 on my AlphaStation 255 doesn't match the AD1845 doc. | itohy |
| 2001-10-03 | Add a new optional method, dev_ioctl, to the audio hardware driver interface. | augustss |
| 2001-09-30 | Fix a very stupid pasto - the card has two B channels, so better not | martin |
| 2001-09-29 | Add a missing command. | augustss |
| 2001-09-26 | "cms" is not needs-flag | thorpej |
| 2001-09-26 | "aria" does not needs-flag | thorpej |
| 2001-09-26 | IRQUNK -> ISACF_IRQ_DEFAULT | thorpej |
| 2001-09-14 | Allow bus front-end to provide both ioctl and mmap entry points, | thorpej |
| 2001-09-02 | Make 3C509[B] in ISA mode probed correctly on big endian machines. | tsutsui |
| 2001-07-23 | Since ~all pckbc_poll_data1() callers had the appropriate pckbc | jdolecek |
| 2001-07-21 | dev/isa/if_ate.c depends upon 'ate_isa', not just 'ate' | jdolecek |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |