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