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