summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_malo.c
AgeCommit message (Expand)Author
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-11-11Kill useless IFQ_POLL().Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed and almost dead.Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-04-13Now that if_input() set the receiving interface pointer on mbufs for usMartin Pieuchot
2015-04-08Convert to if_input().Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-22unifdef INETTed Unangst
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-08-11Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-05-04format string fixes for bus_addr_t and bus_size_tStefan Fritsch
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-08-30Convert the pcmcia power hook to an activate function. Then change theTheo de Raadt
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-07-02fix a variety of uninit errors. ok and one correction deraadtTed Unangst
2010-05-20Split some copies of two struct members together into two bcopy ratherNicholas Marriott
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-08-17initialize retry to zero; otherwise if firmware sends odd val16Martynas Venckus
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-10-14Change m_devget()'s outdated and unused "offset" argument: It isChristian Weisgerber
2008-07-29check for m_devget() returning NULL, increment ierror countThordur I. Bjornsson
2008-07-27Some devices take longer to load the firmware. Increase the firmwareMarcus Glocker
2007-10-09Ops, forgot debug printf.Marcus Glocker
2007-10-09Setup channels with OFDM flags. Permit user to set fix rates.Marcus Glocker
2007-10-09Load the firmware files just one time per device lifecycle (attach time)Marcus Glocker
2007-10-08Give the device a bit time to finish the reset when stopped. AvoidsMarcus Glocker
2007-10-08Make pcmcia malo(4) work with trunk(4) by:Marcus Glocker
2007-08-28unify firmware load failure messages; ok mglockerTheo de Raadt
2007-08-14Indention and comment.Marcus Glocker
2007-08-14Replace bus_space_write/read_2 loops in cmd req/rsp routines withMarcus Glocker
2007-08-11Set command context save flag already in attach routine. Avoids doubleMarcus Glocker
2007-08-11Remove IBSS capability flag for now.Marcus Glocker
2007-08-10Fix some letho16() tweaks which made my macppc crash on anMarcus Glocker
2007-08-10Add missing multicast part to ioctl.Marcus Glocker
2007-08-09If an association has failed, set the device back to INIT state.Marcus Glocker
2007-08-09Check all FW commands in the init path. None of them shall timeout,Marcus Glocker
2007-08-09o Add a mechanism to execute single commands even if are are not contextMarcus Glocker
2007-08-09Correctly acknowledge event interrupts. Got the wrong register valueMarcus Glocker
2007-08-09Comment. Sort some register values.Marcus Glocker
2007-08-09Add event handler. Events notify us about things like when aMarcus Glocker
2007-08-07Improve a evil tsleep() loop by using wakeup() in the interrupt handler.Marcus Glocker
2007-08-06o Replace bus_space_write_2 for-loops in TX/RX withMarcus Glocker