| Age | Commit message (Expand) | Author |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2010-01-02 | convert to pmf | christos |
| 2009-12-06 | device_t/softc split. | dyoung |
| 2009-12-06 | Simplify device-activation hooks. | dyoung |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-11-22 | Remove "splurious interrupt" message. The IRQ might be shared. | dsl |
| 2009-11-13 | Don't use com_activate(), it's gone away. Thanks to Andreas Wrede | dyoung |
| 2009-11-12 | Don't use com_activate(), it's gone away. Delete superfluous | dyoung |
| 2009-11-12 | Call com_detach() before doing any bus-specific detachment. | dyoung |
| 2009-11-12 | Remove superfluous activation hook. | dyoung |
| 2009-11-12 | Remove superfluous activation hook. | dyoung |
| 2009-11-12 | Don't use the superfluous activation hook. | dyoung |
| 2009-10-22 | Drop 3rd and 4th clauses. Approved by soren@ and Onno van der Linden | snj |
| 2009-09-22 | - make local functions/variables static | tsutsui |
| 2009-09-22 | Split device_t/softc. Tested on AHA-1520B at ISA and ISAPnP. | tsutsui |
| 2009-09-15 | To ease a future device_t/softc split, se device_private() instead | dyoung |
| 2009-09-05 | Invert logic around nested pmf(9) registrations for readability. | tsutsui |
| 2009-09-05 | Replace shutdownhook_establish(9) with pmf_device_register1(9) in | tsutsui |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-15 | Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive | elad |
| 2009-04-05 | Provide pmf(9) hooks that do what dopowerhooks(9) hook does. | uwe |
| 2009-04-05 | Register with pmf(9), tell it we don't need anything. | uwe |
| 2009-04-02 | During shutdown, detach devices in an orderly fashion. | dyoung |
| 2009-03-21 | Work around a problem with PCMCIA adapter drivers (eg for hpc*) which | drochner |
| 2009-03-15 | ansify function definitions | 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-02-13 | More printf format fixes. | bouyer |
| 2009-02-06 | -in the wdc@pcmcia driver, don't try to powerup/down while cold or | drochner |
| 2009-01-21 | add a comment explaining how to regenerate pcmicadevs.h and pcmciadevs_data.h | jnemeth |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-10-19 | Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. | apb |
| 2008-09-30 | Remove esl(4) | jmcneill |
| 2008-09-06 | Regen. | rmind |
| 2008-09-06 | PR/38382: Jean-Yves Moulin: Support for Sierra Wireless Aircard 850. | rmind |
| 2008-08-27 | pmf_register. | christos |
| 2008-08-27 | device_t changes, pmf, minor knf. | christos |
| 2008-07-28 | add missing device_private(), fixes crash in interrupt handler | drochner |
| 2008-07-03 | split device/softc | drochner |
| 2008-07-03 | split device/softc (tested with an@pcmcia) | drochner |
| 2008-06-26 | constify the pcmcia/cardbus method tables | drochner |
| 2008-06-19 | Sync to pcmciadevs 1.226 | imp |
| 2008-06-19 | Add in OLICOM cards from FreeBSD's pccarddevs table: | imp |
| 2008-06-05 | aprint_naive("\n") in attach. | uwe |
| 2008-06-01 | off-by-one-key | martin |
| 2008-05-16 | added Corega LAPCCTXT FastEthernet | jnemeth |