summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Expand)Author
2014-01-18instead of having every bit of glue set up and attach an identicalDavid Gwynne
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-26Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-08-21get rid of the copy argument in m_devget that let you provide anDavid Gwynne
2013-08-13Let ray(4) rot in the attic. OK mpi, jsg, kettenis, henning, millert.Mike Belopuhov
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-07-10Remove unsigned comparison < 0.Brad Smith
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-09- use NETGEAR vendor ID for NETGEAR products, not LINKSYS.Miod Vallat
2013-04-22handle large time_t correctly in debug codeTheo de Raadt
2013-02-18set the wireless interface priority and interfaces to the wlan groupJonathan Gray
2012-11-28- Use IF_Gbps(1) instead of IF_Mbps(1000)Brad Smith
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2011-09-17Fix a truncated DPRINTF.Miod Vallat
2011-07-07get rid of a debug printf that keeps giving me flase psotives becauseHenning Brauer
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-05-09Refactor queue allocation and initialization into a wdc_alloc_queue()Matthew Dempsky
2011-05-02Fix a tyop which could potentially lead to null dereference.Charles Longeau
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-03-31- use nitems(); no binary change.Jasper Lievisse Adriaanse
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-09-06All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}Theo de Raadt
2010-09-04Off-by-two in the length check for CISTPL_CONFIG tuples.Miod Vallat
2010-09-04Use pcmcia_cis_read_1() to read cis data to be checksummed, instead ofMiod Vallat
2010-09-04Add support for indirect CIS data (CISTPL_INDIRECT tuple).Miod Vallat
2010-09-01Failure to attach a pcmcia driver could leave the function to be disabledMiod Vallat
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-30Convert the pcmcia power hook to an activate function. Then change theTheo de Raadt
2010-08-29wdcactivate() can go since it is just a wrapper aroundTheo de Raadt
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-08-27More killing of PWR_STANDBY. cvs skipped these filesTheo de Raadt
2010-07-02fix a variety of uninit errors. ok and one correction deraadtTed Unangst
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-05-20Split some copies of two struct members together into two bcopy ratherNicholas Marriott
2010-05-19Use the actual SSID length rather than a (wrong) sizeof. Makes gcc4Nicholas Marriott
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