summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2021-12-08fix various typos in comments and log messages.andvar
2021-12-03fix various typos in comments, log messages and documentation.andvar
2021-09-09sys/dev: Memset zero before copyout.riastradh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-02fix various typos in comments and log messages.andvar
2021-07-31s/dependend/dependent/andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-07-03itesio(4): Added IT8625E support.nonaka
2021-06-05Add IT8625 chip id.nonaka
2021-04-26Be explicit about using the "ym" interface attribute when attachingthorpej
2021-04-26Be explicit about using the "wss" interface attribute when attachingthorpej
2021-04-26- The "ess" device does not need a "midibus" interface attribute; itthorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-03Rework about the rest note in speaker(4).isaki
2021-04-03Improve SPKRDEBUG code.isaki
2021-02-06Calling halt_{input,output} is done by the MI audio layer if necessary.isaki
2021-01-16Add missing printing-of-newlines in the attach routine.thorpej
2020-06-24rearrange to avoid allocating softc on stack in ug_isa_match()jdolecek
2020-06-24avoid stack usage in match routinejdolecek
2020-05-23GC toaster driversjmcneill
2020-04-24BUS_SPACE_MAP_PREFETCHABLE yields a write combining region on x86 and that'sad
2020-04-01Newer PC Engines BIOS versions don't set up the Super I/O for GPIO thead
2020-02-29Remove rounding by 4 bytes on round_blocksize().isaki
2020-02-240x%p --> %p for non-external codes.rin
2020-01-29Adopt <net/if_stats.h>.thorpej
2020-01-19Remove Token Ring support.thorpej
2020-01-06Protect ec_multicnt.msaitoh
2019-12-27s/reister/register/ in comment.msaitoh
2019-12-27s/transfered/transferred/msaitoh
2019-12-27s/manaul/manual/ in comment.msaitoh
2019-12-27s/suport/support/msaitoh
2019-12-27s/like like/like/ in comment.msaitoh
2019-12-01Map the video RAM cacheable/prefetchable, it's very slow and this helps a bit.ad
2019-11-16PR port-i386/54701: deal with missing pmf platform keys.martin
2019-11-12 Add missing initialization of sc_dev.msaitoh
2019-11-12 Initialize sc_dev correctly to avoid null pointer dereference whenmsaitoh
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-10-25Add support for Nuvoton NCT5104D GPIO chips, as found on PC Engines APUmartin
2019-10-09Provide a better abstraction for the TPM interface. Report it in the ioctl.maxv
2019-10-09Add suspend support for TPM 2.0 chips. Check the TPM response also for 1.2maxv
2019-10-08Improvements in tpm(4):maxv
2019-09-13 if_flags is neither int nor short. It's unsigned short.msaitoh
2019-07-23 Add IT8655 support.msaitoh
2019-07-10 Identify Nuvoton NCT6798D correctly. It seems that the bit width of NCT6796Dmsaitoh
2019-06-22Revamp the TPM drivermaxv
2019-06-08Clean get_props().isaki
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
2019-05-29 KNF. No functional change.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