summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Expand)Author
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-01-20remove esp at pcmcia attachment. it doesn't even compile.Ted Unangst
2020-01-11pcmcia(4): malo(4): tsleep(9) -> tsleep_nsec(9)cheloha
2019-12-31Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-13noone has gpr(4) devices.Theo de Raadt
2018-02-14prune files.* entries that refer to files not in treeJonathan Gray
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hPhilip Guenther
2017-12-30Delete unnecessary <sys/file.h> includesPhilip Guenther
2017-10-26Move common code to add/remove multicast filters to ieee80211_ioctl(9).Martin Pieuchot
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-08-24Fix a memory leak in an error path. Coverity CID 1453101.Jonathan Gray
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-09-03remove cnw driver. it was never enabled anywhere except on amd64 (and onlyTed Unangst
2016-06-06Kill unused function wrappers, from David Hill.Martin Pieuchot
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
2015-11-25Network drivers should not include <net/route.h> or <net/netisr.h>Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-11-11Kill useless IFQ_POLL().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-29dont double count if_ibytes here, it gets done by something insideDavid Gwynne
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-04-13Now that if_input() set the receiving interface pointer on mbufs for usMartin Pieuchot
2015-04-08Convert to if_input().Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-28unbreak pcmcia an(4) by adding back some lines removed in rev 1.21Jonathan Gray
2014-12-22unifdef INETTed Unangst
2014-12-13yet more mallocarray() changes.Doug Hogan
2014-12-03More duplicate #include cleanout.Kenneth R Westerback
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-08-18its a bit silly to include mbuf.h to get to malloc.h. just includeDavid Gwynne
2014-08-11Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-10remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgTheo de Raadt
2014-05-04format string fixes for bus_addr_t and bus_size_tStefan Fritsch
2014-01-22add a missing argument to a debug printfJonathan Gray
2014-01-18instead of having every bit of glue set up and attach an identicalDavid Gwynne