summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2014-02-19- don't read beyond array boundsmacallan
2013-11-05do what cuda does - if we read garbage from the RTC try a few more timesmacallan
2013-07-30Strip redundant parenthesis.joerg
2013-04-28make this work on G5macallan
2013-04-25map more register space on Shasta/K2, needed for SMU mailbox registersmacallan
2013-04-17support Shastamacallan
2012-11-02My PowerMac3,1 is using gpio4 to detect a connected headphone, and I would betphx
2012-11-01- apply limits consistentlymacallan
2012-10-31implement limits and support event monitoringmacallan
2012-10-27split device_t/softc for all remaining drivers.chs
2012-09-18fix typomacallan
2012-09-06- make the charge state sensor actually do somethingmacallan
2012-09-06only register a PMU callback when we're actually monitoring and reportingmacallan
2012-09-05split the envsys sensors into two devices - one SME_CLASS_ACADAPTER and onemacallan
2012-07-31Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdcbouyer
2012-07-26Revert, with intention of restoring in a less invasive way, the SATA Portjakllsch
2012-07-24Revert dsl@'s changes of Sun, 15 Jul 2012 10:55:35 +0000 andjakllsch
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-07-15Some namespace protection (and add greppablity).dsl
2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-05-23malloc -> kmem_allocmacallan
2012-05-23cleanup, remove debug goomacallan
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-02-01Use C89 function prototypes.matt
2012-01-24drivers to support the onboard video circuitry found in for example themacallan
2011-12-13Match adm1030 too in dbcool_ki2c_match.riastradh
2011-11-24put back IPL_AUDIO and splaudio(), at the request of rmind. they aremrg
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-11-19First step of random number subsystem rework described intls
2011-10-26more device/softc splittingmacallan
2011-10-19add cpufreq supportmacallan
2011-08-01sanitize sysctl interface in order to appease gcc 4.5macallan
2011-08-01According to the Oxford Dictionary of Etymology, a wether is a male sheepmbalmer
2011-07-26finish device_t-ificationmacallan
2011-07-10Initialize sensor state. (Missed the commit for this in my lastpgoyette
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-30Modify mapiodev to take a third argument indicating whether the spacematt
2011-06-18struct device * -> device_tmatt
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2011-03-16change the CPU speed sysctl to look more like the ACPI ones, as inmacallan
2011-02-20bus_spacify, while there explicitly un-mute the headphone output when usingmacallan
2010-12-22we need uvm_extern.h nowmacallan
2010-12-20The driver didn't work, because it expects the whole data packet in aphx
2010-12-20Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtchmatt
2010-12-16finish device_t-ification, now it works againmacallan
2010-12-10return the right values for ioctl(WSKBDIO_GTYPE) and ioctl(WSMOUSEIO_GTYPE)macallan
2010-12-05The gpio children have either register offsets based on gpio or on obio.phx
2010-12-01Follow up the changes done to wivar.h -- the consequence here is thathe