summaryrefslogtreecommitdiff
path: root/sys/dev/marvell
AgeCommit message (Expand)Author
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-12-05s/sumary/summary/msaitoh
2021-12-05s/initialz/initializ/ in comment.msaitoh
2021-12-05s/decriptor/descriptor/ in comment.msaitoh
2021-12-05s/decript/decrypt/ in comment.msaitoh
2021-11-10s/endianess/endianness/msaitoh
2021-11-10s/Erorr/Error/ in comment.msaitoh
2021-10-30"no affect" -> "no effect" in man pages and comments.andvar
2021-09-17some love to double letters (in comments).andvar
2021-09-11sysinst/partitions.h: fix typos comments, also fix same typos in other files.andvar
2021-08-30Add ARMEB support to mvgbe(4).rin
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-13s/fame/frame in mvxpe_mib_def with assumption that it was not intentional typo.andvar
2021-08-13s/struture/structure/ s/structre/structure/andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-02fix various typos in comments and log messages.andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-09-05Round of uvm.h cleanup.riastradh
2020-07-25Make this build with or without options IPSEC.riastradh
2020-07-25Omit needless rijndael dependencies.riastradh
2020-07-07Overhaul the interface to pci_configure_bus():thorpej
2020-06-14mvcesa(4): Don't use prev msg's last block as IV for next msg in CBC.riastradh
2020-06-14replace EX_NOWAIT with EX_WAITOK in device attach methods.chs
2020-04-22Make crypto/rijindael optional again as cprng_strong does no longerrin
2020-02-05Adopt <net/if_stats.h>skrll
2020-02-04Adopt <net/if_stats.h>skrll
2020-02-03Adopt <net/if_stats.h>skrll
2020-01-12Clean up gttwsi's register access stuff:thorpej
2019-12-28Fix typos in messages.gutteridge
2019-12-27s/transfered/transferred/msaitoh
2019-12-27s/expresion/expression/ in comment.msaitoh
2019-12-27s/opration/operation/msaitoh
2019-12-26s/lenght/length/msaitoh
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-10-15convert more KM_NOSLEEP to KM_SLEEP and remove code to handle failures.chs
2019-10-01make this compile again:chs
2019-09-13 if_flags is neither int nor short. It's unsigned short.msaitoh
2019-08-13ensure spibus_attach_args is zero'edtnn
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-24 Whilespace fix. No functional change.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23No functional change:msaitoh
2019-05-23-No functional change:msaitoh
2019-04-24 This driver uses MII(4) and have hook SIOC[GS]IFMEDIA which just pass tomsaitoh
2019-04-22 These drivers do ether_ioctl() on SIOC{ADD,DEL}MULTI, SIOC{G,S}IFMEDIA andmsaitoh
2019-04-22 On drivers which use MII(4) and have hook SIOC[GS]IFMEDIA which just pass tomsaitoh
2019-03-18 s/pakcet/packet/ in comment.msaitoh
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2019-01-22 Change MII PHY read/write API from:msaitoh