summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_cnw.c
AgeCommit message (Expand)Author
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed and almost dead.Martin Pieuchot
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-05-21No need to set "rcvif", if_input() does it for you.Martin Pieuchot
2015-05-19Convert to if_input().Martin Pieuchot
2015-05-13test mbuf pointers against NULL not 0Jonathan Gray
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-22unifdef INETTed Unangst
2014-08-11Fewer <netinet/in_systm.h>Martin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-02-18set the wireless interface priority and interfaces to the wlan groupJonathan Gray
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
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-01-27Use pcmcia_intr_string() for printing the irq (or error) string.Todd C. Miller
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2003-11-07updated URL and a typo from Jared Yanovich;Jason McIntyre
2002-11-19Use queue.h macros instead of using the structure names directly.Jason Wright
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-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-04-24Do not unmap CCR before using them for the last timeNiklas Hallqvist
2000-02-03cnw_activate hackingAngelos D. Keromytis
2000-02-01oops, return 0 if not match.Federico G. Schwindt
2000-02-01sync with the new names; add support for a second model.Federico G. Schwindt
1999-08-24Remove unneeded printf.Federico G. Schwindt
1999-08-13Xircom NetWave support. Donations welcomed.Federico G. Schwindt