summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Expand)Author
2023-05-10xirc(4): Use config_detach_children.riastradh
2023-05-10pcmcom(4): Use config_detach_children.riastradh
2023-05-10mhzc(4): Use config_detach_children.riastradh
2023-01-20s/attemping/attempting/ in comment.msaitoh
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-05-22fix various small typos, mainly in comments.andvar
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2021-12-08fix various typos in comments and log messages.andvar
2021-11-10s/endianess/endianness/msaitoh
2021-10-17regenandvar
2021-10-17s/Versin/Version/andvar
2021-10-05Advertise ATAC_CAP_DATA32 also for memory-mapped mode.rin
2021-10-05Do not establish the unused interrupt handler for memory-mapped mode,rin
2021-08-07Merge thorpej-cfargs2.thorpej
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-02-04Use ifmedia_fini().thorpej
2020-02-02- Adopt <net/if_stats.h>.thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2020-01-19Remove Token Ring support.thorpej
2020-01-06Protect ec_multicnt.msaitoh
2019-12-27s/enty/entry/ in comment.msaitoh
2019-12-06localifymaxv
2019-11-28localifymaxv
2019-11-12 Add missing initialization of sc_dev.msaitoh
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-10-30 ether_input() automatically add input bytes to if_ibytes, so it's notmsaitoh
2019-10-21 if_percpuq(9) automatically increments if_ipackets, so don't increment it inmsaitoh
2019-10-11Delete unused var (made redundant in previous commit). Unbreak build.kre
2019-10-10if we can memcpy to body->macaddr, we can memcpy from it.bad
2019-10-05add missing break.mrg
2019-09-01add PCMCIA_CISTPL_SDIO definition.mlelstv
2019-05-28s/recieve/receive/msaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23-No functional change:msaitoh
2019-05-23No functional change:msaitoh
2019-04-22 These drivers do ether_ioctl() on SIOC{ADD,DEL}MULTI, SIOC{G,S}IFMEDIA andmsaitoh
2019-04-06s/pcmica/pcmcia/msaitoh
2019-03-05 Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changesmsaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2019-01-22 Change MII PHY read/write API from:msaitoh
2019-01-08u_int{8,16,32}_t -> uint{8,16,32}_t. No functional change.msaitoh
2019-01-08 Whitespace fix.msaitoh
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-11-15Remove the 'copy' argument from m_devget(), unused. While here renamemaxv
2018-09-22Remove isic(4). It is part of ISDN, which we are now retiring.maxv
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh