summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/xirc.c
AgeCommit message (Expand)Author
2012-02-14fix incomplete device_t/softc split which led to crash on attachment,drochner
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-06device_t/softc split.dyoung
2009-11-13Don't use com_activate(), it's gone away. Thanks to Andreas Wrededyoung
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-07-28add missing device_private(), fixes crash in interrupt handlerdrochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2008-03-14Split device_t and softc for all com(4) devices (well, everything thatcube
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-03-25Use device_parent().thorpej
2005-12-11merge ktrace-lwp.christos
2005-05-30- add constchristos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-08-10Now that all the silly string printing is gone, move the location where wemycroft
2004-08-10More careful about cleaning up pointers.mycroft
2004-08-10Print diagnostics in only one place if intr_establish() or function_enable()mycroft
2004-08-09Minor change.mycroft
2004-08-09Do the I/O mapping in the main attach routine.mycroft
2004-08-09Make pcmcia_function_disable() primarily responsible for disabling the CCRmycroft
2004-08-09Do our io_map()s and intr_establish()es earlier.mycroft
2004-08-09Add some code to deal with the interrupt mask register on early CEM cards.mycroft
2004-08-08Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singularmycroft
2004-08-08* Some rearrangement of where the power control hooks are called.mycroft
2004-08-08Split "xi" into a "xirc" frontend (similar to mhzc; it attaches two childmycroft