summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_ray.c
AgeCommit message (Expand)Author
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
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
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-02Fix a tyop which could potentially lead to null dereference.Charles Longeau
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-08-30Convert the pcmcia power hook to an activate function. Then change theTheo de Raadt
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-05-19Use the actual SSID length rather than a (wrong) sizeof. Makes gcc4Nicholas Marriott
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-08-10The start function did enough so the shutdown hook is not neededTheo de Raadt
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-21cast pointer argument to bus_space_read_region_1 to the correct typeOwain Ainsworth
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2006-08-18Shrink dmesg output.Jonathan Gray
2006-08-18ansi, no binary change.Jonathan Gray
2006-05-22Attach routines can fail before calling *hook_establish(), and theyKenneth R Westerback
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...Michael Shalayeff
2005-10-31ammount -> amountMiod Vallat
2005-10-06remove comment about M_HASFCSBrad Smith
2005-04-03protect SIOCSRAYPARAM and SIOCS80211NWIDUwe Stuehler
2005-01-27Use pcmcia_intr_string() for printing the irq (or error) string.Todd C. Miller
2004-11-23replace old net/if_ieee80211.h header with the net80211 ones, kernel part.Federico G. Schwindt
2004-06-05Clean up style in ioctl.Ryan Thomas McBride
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2003-10-22typos from Tom Cosgrove;Jason McIntyre
2002-11-19Use queue.h macros instead of using the structure names directly.Jason Wright
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-03-24from martin@netbsd:Michael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-25ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-23Remove repeated ethernet constants; use if_ether.h for it instead.Federico G. Schwindt
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-01-22nobody has base station for fh, and this was not ever discussed, bad angelosMichael Shalayeff
2001-01-10BSS mode by default.Angelos D. Keromytis
2000-12-29a few more ra_dprintf vs pktlen fmt fixesMichael Shalayeff
2000-10-17/* Authentication added by Steve Weiss <srw@alum.mit.edu> based on adviceMichael Shalayeff
2000-09-10enable card on resumeMichael Shalayeff
2000-09-04do not panic on detachMichael Shalayeff
2000-06-29No need to call bpfdetach(), that's done in if_detach().Aaron Campbell
2000-05-18cleanup ifdefs and remove static for ray_update_siglev()Michael Shalayeff
2000-04-29make bus_space_region* w/o extra functions, seem to work ok for usMichael Shalayeff
2000-04-24Do not unmap CCR before using them for the last timeNiklas Hallqvist
2000-03-23new timeout code from netbsd; also remove trailing spaces and tabs, spaces in...Michael Shalayeff