summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcmcia
AgeCommit message (Expand)AuthorFilesLines
2021-03-07ansijsg10-279/+115
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick1-2/+2
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick1-2/+2
2020-05-25change wsdisplay attribute type from long to uint32_tjsg1-11/+12
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg1-2/+2
2020-01-20remove esp at pcmcia attachment. it doesn't even compile.tedu2-512/+1
2020-01-11pcmcia(4): malo(4): tsleep(9) -> tsleep_nsec(9)cheloha1-2/+2
2019-12-31Convert infinite sleeps to {m,t}sleep_nsec(9).mpi2-5/+5
2019-12-13noone has gpr(4) devices.deraadt3-494/+1
2018-02-14prune files.* entries that refer to files not in treejsg1-15/+1
2017-12-30Don't pull in <sys/file.h> just to get fcntl.hguenther1-2/+2
2017-12-30Delete unnecessary <sys/file.h> includesguenther2-4/+2
2017-10-26Move common code to add/remove multicast filters to ieee80211_ioctl(9).mpi1-12/+1
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt4-8/+4
2017-08-24Fix a memory leak in an error path. Coverity CID 1453101.jsg1-2/+4
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.dlg2-6/+4
2016-09-03remove cnw driver. it was never enabled anywhere except on amd64 (and onlytedu3-984/+1
2016-06-06Kill unused function wrappers, from David Hill.mpi1-22/+2
2016-04-13G/C IFQ_SET_READY().mpi3-6/+3
2016-03-14Change a bunch of (<blah> *)0 to NULL.krw1-3/+3
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi1-9/+5
2015-12-08No trailers has been the default and only option for 20 years, yet sometedu2-4/+4
2015-11-25Network drivers should not include <net/route.h> or <net/netisr.h>mpi1-2/+1
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.dlg2-10/+11
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.mpi5-10/+5
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi4-8/+4
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2-5/+5
2015-11-11Kill useless IFQ_POLL().mpi1-3/+2
2015-10-25arp_ifinit() is no longer needed and almost dead.mpi3-16/+3
2015-07-08MFREE(9) is dead, long live m_freem(9)!mpi2-4/+4
2015-06-29dont double count if_ibytes here, it gets done by something insidedlg1-2/+1
2015-06-24Increment if_ipackets in if_input().mpi3-6/+3
2015-05-21No need to set "rcvif", if_input() does it for you.mpi1-2/+1
2015-05-19Convert to if_input().mpi2-34/+13
2015-05-13test mbuf pointers against NULL not 0jsg2-9/+9
2015-04-13Now that if_input() set the receiving interface pointer on mbufs for usmpi1-2/+2
2015-04-08Convert to if_input().mpi1-7/+10
2015-03-14Remove some includes include-what-you-use claims don'tjsg10-21/+10
2015-02-28unbreak pcmcia an(4) by adding back some lines removed in rev 1.21jsg1-1/+3
2014-12-22unifdef INETtedu4-12/+4
2014-12-13yet more mallocarray() changes.doug1-3/+4
2014-12-03More duplicate #include cleanout.krw1-3/+1
2014-11-24use the correct capitalization for Realtek.brad1-2/+2
2014-09-14remove uneeded proc.h includesjsg3-6/+3
2014-08-18its a bit silly to include mbuf.h to get to malloc.h. just includedlg1-2/+2
2014-08-11Fewer <netinet/in_systm.h>mpi5-22/+5
2014-07-12add a size argument to free. will be used soon, but for now default to 0.tedu5-18/+18
2014-07-10remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgderaadt1-3/+1
2014-05-04format string fixes for bus_addr_t and bus_size_tsf2-4/+4
2014-01-22add a missing argument to a debug printfjsg1-2/+2