Age | Commit message (Expand) | Author |
2008-11-21 | back out the new interrupt subsystem because some little bug still lurks in t... | Theo de Raadt |
2008-11-07 | different fix for pr5883 than proposed by the submitter, found when glancing | Todd T. Fries |
2008-11-06 | input and volume twiddles | Todd T. Fries |
2008-11-05 | return an error when trying to get stereo values from a mono | Jacob Meuser |
2008-11-05 | * use uint8_t instead of int to hold the value of an 8-bit register. | Jacob Meuser |
2008-11-04 | missing setipl in the 'busy processing soft interrupts state' | Dale Rahn |
2008-10-30 | ugh, typo fix, committed previous from the wrong tree | Todd T. Fries |
2008-10-30 | patches for macppc to remove more EINVAL returns in the audio code | Todd T. Fries |
2008-10-29 | come on -- this was not even test compiled | Theo de Raadt |
2008-10-29 | native default parameters for i2s devices instead of 8kHz | Jacob Meuser |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-10-08 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-30 | simplify and rework the mechanism to run the leds, 'it is better' miod@ deraadt@ | Dale Rahn |
2008-09-19 | While vaguely interesting, the prints coming out of the driver was way too | Dale Rahn |
2008-09-18 | Redesign of the powerpc interrupt architecture, use true levels intead of | Dale Rahn |
2008-09-16 | SMP ddb support, with some feedback from kettenis. | Dale Rahn |
2008-08-25 | how about i commit what was actually approved? wrong tree, bad todd ;-( | Todd T. Fries |
2008-08-24 | o implement proper volume control table based on chipset docs | Todd T. Fries |
2008-08-19 | Make it possible to enter ddb from the serial console. | Mark Kettenis |
2008-07-30 | Do not print adapter target id on the attachment line, now that scsibus(4) | Miod Vallat |
2008-07-16 | This file is long unused. | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-13 | Add some missing $OpenBSD$ tags. | Kenneth R Westerback |
2008-05-04 | Manage interrupts based on priority better, still working on this... | Dale Rahn |
2008-05-03 | Rework the interrupt calculation masks, a bit easier to follow (not so wrong). | Dale Rahn |
2008-05-01 | Implement a nop IPI to signal other CPUs. | Mark Kettenis |
2008-04-26 | Changes to get closer to SMP. | Dale Rahn |
2008-04-25 | Pretty dmesg output on attach and error handling. | Xavier Santolaria |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-04-18 | if an iic operation fails to move all the data, return error | Theo de Raadt |
2008-03-01 | Print consoleness the canonical way. | Mark Kettenis |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-12-11 | reword license to change regents to authors, and remove advertising clause. | Ted Unangst |
2007-12-11 | remove support for 8kHz sample rates. not all i2s based audio | Jacob Meuser |
2007-11-05 | audio encoding conversion cleanup | Jacob Meuser |
2007-10-27 | Grab kernel lock before calling interrupt handlers. | Mark Kettenis |
2007-10-22 | stoped -> stopped | Joel Sing |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-11 | Remove the usb_proc_ptr type definition, which was really a 'struct proc *' | Marc Balmer |
2007-06-05 | Remove the comment "Static function protoypes". Static is gone in USB. | Marc Balmer |
2007-06-05 | Remove the "Static" function declaration. It is defined to be | Marc Balmer |
2007-06-01 | Establish interrupt after checking the i2s subsystem, fixes a problem with | Gordon Willem Klok |
2007-05-30 | Add support for iBook G4. -moj | Mats O Jansson |
2007-05-30 | Make xlights(4) probe correctly on the Xserve G5, still does not correct | Gordon Willem Klok |
2007-05-29 | Use atomic operations to operate on netisr, instead of clearing it at splhigh. | Miod Vallat |
2007-05-27 | USB cleanup leftover. Diff from jsg@ tested by me. | Marcus Glocker |