index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
i386
/
pci
Age
Commit message (
Expand
)
Author
2021-03-11
spelling
Jonathan Gray
2021-03-06
ansi
Jonathan Gray
2021-02-23
timecounting: use C99-style initialization for all timecounter structs
cheloha
2021-01-03
Allocate address space for reposting vga devices using km_alloc(9) rather
Jonathan Matthew
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-06-17
add a dumb pci_intr_establish_cpu().
David Gwynne
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
2020-03-20
Declare pci_intr_map_msix() as static inline instead of using a define.
Martin Pieuchot
2020-01-05
consistently uppercase pci product defines
Jonathan Gray
2020-01-04
remove AMD64 strings from pcidevs
Jonathan Gray
2019-12-06
Retire piixpcib(4).
Martin Pieuchot
2019-01-07
Extents code has its own set of flags and does not use malloc's.
Alexander Bluhm
2018-08-19
Add support for multiple PCI segments. Only really implemented for arm64
Mark Kettenis
2018-07-30
Use the MI interrupt enable/distable API instead of the MD one on i386 and
Mark Kettenis
2018-07-04
Properly pass around the PCI "chipset tag" in acpi(4) and refactor
Mark Kettenis
2018-04-28
replace add_*_randomness with enqueue_randomness()
Jasper Lievisse Adriaanse
2017-12-27
Add sizes for free() in the Geode LX Security Block crypto accelerator.
Frederic Cambus
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-05-02
Switch glxsb(4), VIA padlock and AES-NI drivers over to the new AES
Mike Belopuhov
2017-02-07
Reduce the per-packet allocation costs for crypto operations (cryptop)
Patrick Wildt
2016-05-04
Initial support for MSI-X. Only supported on amd64 for now. I have diffs to
Mark Kettenis
2015-09-08
sizes for free(); ok semarie
Theo de Raadt
2015-09-08
convert several malloc(9) to mallocarray(9).
Sebastien Marie
2015-09-01
fairly simple sizes for free()
Theo de Raadt
2015-07-17
Avoid assigning low addresses to PCI BARs. Some machines don't claim these
Mark Kettenis
2015-07-17
Include executable mapping for BIOS32 pages. Fixes a problem where mappings
Mike Larkin
2015-04-12
Bring PAE code back to life, in a different form. This diff (via bluhm then
Mike Larkin
2015-01-24
Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory
Mark Kettenis
2014-12-10
Convert watchdog(4) devices to use autoconf(9) framework.
Mike Belopuhov
2014-12-09
Replace some malloc(n*size,...) calls with mallocarray().
Doug Hogan
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-09-20
On i386, agp_map_subregion might sleep, which is not allowed in some of
Mark Kettenis
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-08
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
Theo de Raadt
2014-06-29
Don't ridiculously assume that sysctl.h will (through a set of extremely
Theo de Raadt
2014-05-04
format string fixes for bus_addr_t and bus_size_t
Stefan Fritsch
2014-04-19
Don't panic if we're trying to disestablish an MSI but the hardware is gone.
Mark Kettenis
2014-04-08
No need for <uvm/uvm_page.h>
Martin Pieuchot
2014-04-01
More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning.
Martin Pieuchot
2014-03-29
It's been a quarter century: we can assume volatile is present with that name.
Philip Guenther
2014-03-26
No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,
Martin Pieuchot
2013-12-09
Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTT
Mark Kettenis
2013-12-07
Remove the agp-specific bus_dma code. It is no longer used now that
Mark Kettenis
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-11-28
Appease LLVM's integrated assembler.
Brad Smith
2013-11-26
1 << 31 cleanup. Eitan Adler pointed out that there has been a
Theo de Raadt
2013-11-06
Add support for Power Resources for Dx states and the necessary hook
Martin Pieuchot
2013-10-29
unbreak glxsb(4) by properly allocating it's key schedule;
Mike Belopuhov
2013-10-02
Format string fixes: Use %l* for paddr_t
Stefan Fritsch
[next]