summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2015-01-04Implement splassert(9) for powerpc.Martin Pieuchot
2014-12-22unifdef INETTed Unangst
2014-10-08only call Debugger() #ifdef DDBTheo de Raadt
2014-10-08#ifdef SMALL_KERNEL some sensor blocks; ok miodTheo de Raadt
2014-09-06Rename ci_iactive into ci_flags, this field now holds the going-to-Martin Pieuchot
2014-08-30Don't panic when an illegal IRQ is passed to intr_{dis,}establish().Martin Pieuchot
2014-08-30Bump the fan limit and avoid a panic on my quad G5.Martin Pieuchot
2014-07-22<netinet/in_systm.h> is no longer needed.Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12move macppc abtn(4) driver from workq to taskqBret Lambert
2014-07-08A few missing sys/systm.h includes. Soon the universes dragged in viaTheo de Raadt
2014-04-01Remove the almost unused abstraction around "struct firmware" and useMartin Pieuchot
2014-03-31Including <uvm/uvm_extern.h> is enough, no need for <uvm/uvm.h> or more.Martin Pieuchot
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-01-21dtucker@ pointed out i suck at grep.David Gwynne
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2013-11-04Convert wskbd_set_mixervolume() to use a task internally instead ofMartin Pieuchot
2013-10-31Add a header for various hardware implementation dependent registerMartin Pieuchot
2013-10-23Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-10-21Remove unused defines inherited from mac68k.Miod Vallat
2013-10-09Various fixes to make kiic(4) work on my G5s.Martin Pieuchot
2013-08-10Move the device table inside the softc.Martin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-07-06Print the number of targets and the irq before looking for subdevices,Martin Pieuchot
2013-07-01sync comment with it's intended meaning.Jasper Lievisse Adriaanse
2013-06-03Be coherent when printing irq numbers.Martin Pieuchot
2013-05-31Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and moveMartin Pieuchot
2013-05-31Unbreak after recent shutdown-hook removal.Martin Pieuchot
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2013-04-23Don't assume time_t is an uint32_t.Martin Pieuchot
2013-04-21Unify the zs tty driver.Sebastian Reitenbach
2013-03-10Do not try to scan the ADB bus for devices if the device-tree does notMartin Pieuchot
2013-03-09Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSDMartin Pieuchot
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-11-15Print UniNorth/U3 revision number, taken from opemfirmare, to know whichMartin Pieuchot
2012-10-08push irqloop warnings into #ifdef DEBUGTheo de Raadt
2012-09-02Bump the buffer size from 32 to 128 bytes, because some responses mayMartin Pieuchot
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2011-10-28Enable interrupts while processing off level interrupts. simplify codeDale Rahn
2011-10-24Revert last change, reported increased stablility with the change wasDale Rahn
2011-10-22Do not run off level interrupts with external interrupts disabled asDale Rahn
2011-09-17arithemtic -> arithmeticMiod Vallat
2011-09-16Set the shared priority entry to the value of the current maxipl entry,Dale Rahn
2011-09-04oops, this DPRINTF flavour takes no parentheses.Miod Vallat
2011-09-04Silence awacs_trigger_input by turning a noisy printf into the DPRINTFMiod Vallat
2011-08-29Return of the long missing powerpc interrupt rewrite. Was working forDale Rahn
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott