History log of /haiku/src/libs/compat/openbsd_network/compat/dev/pci/pcivar.h
Revision Date Author Comments
# fbc55122 27-Jan-2023 Augustin Cavalier <waddlesplash@gmail.com>

openbsd_network: Some basic additions in preparation for "rtl8125".

These are trivial and do not really need testing.


# 2b609f8f 09-Jun-2022 Augustin Cavalier <waddlesplash@gmail.com>

openbsd_network: Add implementation of pci_intr_map.

This is not used anywhere, but X512 will need it for testing
some things on RISC-V.


# 668a169a 12-May-2022 Augustin Cavalier <waddlesplash@gmail.com>

OpenBSD-to-FreeBSD/Haiku compatibility headers.

OpenBSD's and FreeBSD's kernel APIs are very similar, but there are
still some differences. Fortunately these are small enough that we
can take care of most of them with a header-only shim layer.

(The files and functions implemented by this commit were implemented
and tested against the modules and drivers imported and adapted in
the following commits. Some of this took quite a bit of time to get
right, especially where the APIs have diverged in very subtle ways.)