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