summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_wi_pcmcia.c
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2019-12-31Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2014-12-22unifdef INETTed Unangst
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
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2010-08-30Convert the pcmcia power hook to an activate function. Then change theTheo de Raadt
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2006-11-26avoid extra inclusions; ok jsgTheo de Raadt
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2005-10-31Move from arpcom to ieee80211com in wi softc. This will beJonathan Gray
2005-09-18ansi. No binary change.Jonathan Gray
2005-03-13in the event wi_attach fails dont panic trying to clean up a nonexistantDavid Gwynne
2005-03-06Untested support for I-O DATA WN-B11/CFZ.Jonathan Gray
2005-01-27Use pcmcia_intr_string() for printing the irq (or error) string.Todd C. Miller
2005-01-21Undo last change; if wi_pcmcia_attach failed we already freed up theTodd C. Miller
2005-01-20If the card failed to attach completely we still want to unmap itsTodd C. Miller
2005-01-11Pass device names on intr_establish() call, other drivers need this too.Dale Rahn
2004-11-23replace old net/if_ieee80211.h header with the net80211 ones, kernel part.Federico G. Schwindt
2004-10-22add some more wi devices found in netbsd and freebsdJonathan Gray
2004-10-20put newlines at slightly different places during attach, leading to cleanTheo de Raadt
2004-10-11add support for Planex GW-NS11H; from Jonathan Gray <jsg@goblin.cx>Michael Shalayeff
2004-09-30ARtem Onair 802.11b card works with wi(4); Marco PfatschbacherTodd C. Miller
2004-09-27Add Proxim Harmony 802.11b card and attach it to wi(4); David VincelliTodd C. Miller
2004-09-25Senao el-2511cd2ext2m support. Reported and tested by Randy BenderFederico G. Schwindt
2004-06-04Add support for ASUS SpaceLink WL-100 PCMCIA 802.11b card; Sigfred HÃversenTodd C. Miller
2004-06-01Add support for the Adaptec AWN-8030 WLAN pcmcia-card (prism 2.5) fromTodd C. Miller
2004-05-03If wi@pcmcia fails in wiattach(), disestablish the interrupt andDale Rahn
2004-04-06Attach Microsoft MN-520 wireless cardTodd C. Miller
2003-12-16Remove unused strings; we print out info from pcmciadevs duringTodd C. Miller
2003-10-26Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,Dale Rahn
2003-09-06Add wi_detach, use it in pcmcia so that the shutdownhook is properly removed.Dale Rahn
2003-07-14Add Siemens SpeedStream 1021Todd C. Miller
2003-07-06Add Corega Wireless LAN PCCL-11; Jonathon FletcherTodd C. Miller
2003-02-26Add support for AirVast WN-100; nick@Todd C. Miller
2002-11-19Use queue.h macros instead of using the structure names directly.Jason Wright
2002-07-09move common declarations to if_wivar.h; mickey@ and millert@ ok.Federico G. Schwindt
2002-07-01when printing the size, use what we have map'ed, not what's in theFederico G. Schwindt
2002-06-25Back out my change to pass in sc_dev.dv_xname to pcmcia_intr_establish().Todd C. Miller
2002-06-22Add new flag, WI_FLAGS_BUS_PCMCIA and mark pcmcia attachment as such.Federico G. Schwindt
2002-06-21add support for Netgear MA401RA (Prism-2.5)Henning Brauer
2002-06-20Add ELSA / ZCOMAX XI-325 (and XI-325H); Ken SimpsonTodd C. Miller
2002-06-09Pass in the device name to pcmcia_intr_establish() instead of ""Todd C. Miller
2002-06-09a step towards consistancy; in general:Todd T. Fries
2002-06-08print address; millert@ ok.Federico G. Schwindt
2002-05-28add an id for nokia c110/c111; attach both w/ the if_wi_pcmcia (prism1-prism2...Michael Shalayeff
2002-04-17Clear flags indicating whether or not wi or hostap is active asTodd C. Miller
2002-04-07Don't reset COR in wi_reset(), break it out into its own function andTodd C. Miller