summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Expand)Author
2009-10-29Make sure the descriptor is writable for some operations. Pointed by miod@.Federico G. Schwindt
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-08-17initialize retry to zero; otherwise if firmware sends odd val16Martynas Venckus
2009-08-10The start function did enough so the shutdown hook is not neededTheo de Raadt
2009-05-26regen.Federico G. Schwindt
2009-05-26Add Quatech SSP-100 from Joerg Niendorf <p3y80 at internode dot on dot net>Federico G. Schwindt
2009-04-26Prevent panic upon detach if the device didn't fully attach.Mark Kettenis
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-02-09fix uninitialized argument.Charles Longeau
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-22com not pccom; ok miodTheo de Raadt
2008-11-21cast pointer argument to bus_space_read_region_1 to the correct typeOwain Ainsworth
2008-10-14Change m_devget()'s outdated and unused "offset" argument: It isChristian Weisgerber
2008-10-04More Linksys models (to match the Netgear ones) from PR 3879. I am notTheo de Raadt
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-10-03Merge xe_ether_ioctl() into xe_ioctl() which was just a handler forBrad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-29syncTheo de Raadt
2008-09-29Support another ne(4) at pcmcia(4), pr5940 from Kamo HiroyasuTheo de Raadt
2008-09-01Avoid #pragma pack(1) and unify everything towards using __packed.Theo de Raadt
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
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-23Bye bye awi(4). No net80211 love, uses its own WEP code and has not workedBrad Smith
2008-05-21Switch i386 from pccom to com. Welcomed by many.Mark Kettenis
2008-04-23Remove driver for pre 802.11 RangeLAN2 wireless devices.Jonathan Gray
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-09-11KNFGilles Chehade
2007-09-09more M_ZERO conversions; ok krw@.Federico G. Schwindt
2007-09-07sprinkle some M_ZERO love.Federico G. Schwindt
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