summaryrefslogtreecommitdiff
path: root/sys/x86/include/bus.h
AgeCommit message (Expand)Author
2025-04-11bus.h: Fix a typo in SPDXLi-Wen Hsu
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2022-04-12Remove checks for __GNUCLIKE_ASM assuming it is always true.John Baldwin
2021-07-29Simplify kernel sanitizer interceptorsMark Johnston
2021-03-22Generalize bus_space(9) and atomic(9) sanitizer interceptorsMark Johnston
2021-03-08Rename _cscan_atomic.h and _cscan_bus.h to atomic_san.h and bus_san.hMark Johnston
2020-09-24Add missing declarations of 64-bit variants of bus_peek/bus_poke on amd64.Michal Meloun
2020-09-20Add missing assignment forgotten in r365899Michal Meloun
2020-09-19Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions.Michal Meloun
2020-09-01x86: clean up empty lines in .c and .h filesMateusz Guzik
2019-11-21Port the NetBSD KCSAN runtime to FreeBSD.Andrew Turner
2019-10-08amd64: plug spurious cld instructionsMateusz Guzik
2019-05-07amd64: fix BUS_SPACE_MAXSIZE to 64bit max value.Konstantin Belousov
2018-01-13amd64: Add a 48-bit MAXADDR constantConrad Meyer
2017-11-27sys/x86: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-23Remove lint support from system headers and MD x86 headers.Konstantin Belousov
2015-08-12Better support memory mapped console devices, such as VGA and EFIMarcel Moolenaar
2014-03-18Update NetBSD Foundation copyrights to 2-clause BSDEd Maste
2012-12-13Add bus_space_read_8 and bus_space_write_8 for amd64.Jim Harris
2012-12-13Revert r243960 based on feedback regarding keeping x86 headers unifiedJim Harris
2012-12-06Add amd64 implementations for 8-byte bus_space routines.Jim Harris
2012-10-09Add an unified macro to deny ability from the compiler to reorderAttilio Rao
2010-12-20Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans