summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2010-02-25Adapt to <spr.h> breakup.matt
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-12Remove `volatile' qualifier from argument types oftsutsui
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-18wdcactivate() is gone, don't use it.dyoung
2009-11-05Bring this up-to-date with the changes to dbcool_softc.dyoung
2009-11-05In awacs(4) and snapper(4), use deviter(9) instead of accessingdyoung
2009-11-02adjust to dbcool_chipset.christos
2009-11-01Drop 3rd and 4th clauses. Approved by Brad Grantham (copyright holder).snj
2009-10-27Drop 3rd and 4th clauses. Approved by gwr@ and wrstuden@ (copyrightsnj
2009-10-26kill extra whitespacescegger
2009-09-26Make local functions static.tsutsui
2009-09-26Replace shutdownhook_establish(9) with pmf_device_register1(9).tsutsui
2009-09-26Replace shutdownhook_establish(9) with pmf_device_register1(9).tsutsui
2009-09-26Fix a botch on device_t/softc split:tsutsui
2009-05-15Split device_t/softc. Tested on Apus2000.tsutsui
2009-05-06Replace curlwp->l_cred with kauth_cred_get().elad
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-03-01. use device_private() (led to immediate crash during attach)aymeric
2009-02-08Avoid asking the controller to transfer zero bytes of data, since we havepgoyette
2009-02-04Return error status if an attempt is made to use the quick_{read,write}pgoyette
2009-01-14The following patch makes dbcool(4) recognize the ADT7460 hardware inahoka
2009-01-11fix format instead of casting wildlymacallan
2009-01-11don't truncate the print.christos
2009-01-11deal with 64bit time_tmacallan
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-12-07Fix attach messages. (extra colons, misplaced newline etc.)tsutsui
2008-11-07*** Summary ***dyoung
2008-10-23pass the right sensor types so that the kernel doesn't panic() on myaymeric
2008-10-12Move the {read,write}reg() routine addresses into the dbcool_softc sopgoyette
2008-10-09sc->sc_parent was removed because it was never used, so don't botherpgoyette
2008-10-07Remove chip-specific drivers for ADT7463, ADT7467, and ADM1030; thesepgoyette
2008-10-05fix bus_spacification botchmacallan
2008-10-02Add dbcool ki2c attachment for macppcpgoyette
2008-09-26Use access functions to mess with FCRs, GPIOs etc. in order to avoidmacallan
2008-09-26add some register definitionsmacallan
2008-09-26use access functions to mess with obio's registersmacallan
2008-09-26use min(255, blah) to cap volume instead of masking the upper bits outmacallan
2008-09-26Provide access functions for mac-io registers in order to get rid ofmacallan
2008-09-10get rid if some mistyped magic number, spotted by Marco Trillomacallan
2008-08-28Add support for keylargo-style mediabays, as found in eg. PowerBook3,1jmcneill
2008-08-27PR#39414: No audio from awacs on PowerBook G3 (Firewire/Pismo)jmcneill
2008-08-12actually implement smart battery supportmacallan
2008-07-28Fix remaining register offset shifting left over from proper bus_space-ificationmacallan
2008-07-02actually initialize sc_dmacmd and get rid of getnodebypci() - usemacallan