Age | Commit message (Expand) | Author |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-18 | Remove unused AUDIO_PROP_{MMAP,INDEPENDENT} | Klemens Nanni |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-02-21 | onbard -> onboard | Jonathan Gray |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-01-09 | spelling | Jonathan Gray |
2018-02-14 | prune files.* entries that refer to files not in tree | Jonathan Gray |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-11-02 | Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code. | Martin Pieuchot |
2017-10-27 | Replace ancient DELAY inherited from Mach and the associated scary | Martin Pieuchot |
2017-10-13 | Implement media auto selection for DEC 3000. | Martin Pieuchot |
2016-09-19 | Remove unused getdev() audio driver functions. | Alexandre Ratchov |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2015-05-11 | Remove all audio format conversion code from the kernel (btw holding | Alexandre Ratchov |
2014-12-22 | unifdef INET | Ted Unangst |
2014-10-18 | Remove even more unnecessary `needs-flag' attributes from config machinery, | Miod Vallat |
2014-10-12 | remove some unused files | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-01-18 | instead of having every bit of glue set up and attach an identical | David Gwynne |
2013-10-28 | tedu FDDI support and the 3 flavors the driver for DEC devices, even | Martin Pieuchot |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2011-09-05 | No need to check for the size to be a multiple of 4 in the alpha-specific | Miod Vallat |
2011-09-04 | Driver for the TURBOchannel alpha baseboard audio. Ported from NetBSD, with | Miod Vallat |
2010-11-11 | DEC 3000/400 has a 22.5MHz TURBOchannel bus instead of the usual 25MHz; | Miod Vallat |
2010-09-22 | Revert previous and let drivers register counterless interrupts; | Miod Vallat |
2010-09-20 | Stop doing shutdown hooks in network drivers where possible. We already | Theo de Raadt |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-05-23 | rely on __alpha__ instead of alpha | Theo de Raadt |
2009-11-07 | Blink leds on the DEC 3000 models (three different led types). | Miod Vallat |
2009-08-13 | - consistify cfdriver for the ethernet drivers (0 -> NULL) | Jasper Lievisse Adriaanse |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-08-09 | Pass a device name to {tc,tcds,ioasic}_intr_establish in order to get | Miod Vallat |
2008-07-30 | Give iada_modname[] room for a terminating NUL in struct ioasicdev_attach_args; | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-11-06 | Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int. | Miod Vallat |
2007-06-25 | Fix a couple of "of of"s in comments. | Tom Cosgrove |
2007-06-18 | fix pasto's | Jasper Lievisse Adriaanse |
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-04-12 | Fix newlines in dmesg. | Miod Vallat |
2006-03-13 | Remove unused softc member. | Miod Vallat |
2006-03-13 | Regen | Miod Vallat |
2006-03-13 | Conforming to the party's line, report unconfigured devices as | Miod Vallat |
2005-10-11 | TC le(4) needs to be accessed in sparse address space for alpha. | Martin Reindl |
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski |