summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2022-12-24s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments.andvar
2022-12-16lm(4): Add Nuvoton NCT6797D support.msaitoh
2022-11-02fix various typos in comments and messages.andvar
2022-10-01Add Nuvoton NCT6799D support.msaitoh
2022-09-25malloc(9) -> kmem(9)thorpej
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-09-24Remove unnecessary include of <sys/malloc.h>.thorpej
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-09-17u_int*_t -> uint*_tthorpej
2022-09-17Liberally apply static.thorpej
2022-09-17egstart(): Use m_copydata() rather than open-coding it.thorpej
2022-09-17Convert an open-coded check for M_PKTHDR + panic into a KASSERT().thorpej
2022-09-17Eliminate use of IFF_OACTIVE.thorpej
2022-09-17u_int*_t -> uint*_tthorpej
2022-09-17Liberally apply "static".thorpej
2022-09-17malloc() -> kmem_alloc()thorpej
2022-07-12Remove unneeded bus_space_barrier() calls.thorpej
2022-06-29unregister sensors only when registered.mlelstv
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-05-29Audit unload/unmap v.s. free against DMA buffer for sys/dev;rin
2022-05-24fix various typos in comments, docs and log messages.andvar
2022-05-20s/auxillary/auxiliary/ in comments.andvar
2022-04-18Do not attach if the parent bus failed to provide an ISA chipset tag.jmcneill
2022-04-11s/serivce/service/ in comments.andvar
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2022-02-12sys: Fix various abuse of struct device internals.riastradh
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