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
/
dev
/
ic
Age
Commit message (
Expand
)
Author
2021-07-07
update drm to linux 5.10.47
Jonathan Gray
2021-07-01
Prevent athn(4) from calling ieee80211_find_rxnode() on bad frames.
Stefan Sperling
2021-06-02
Correctly calculate number of PRPL entries we have to sync by adding
Patrick Wildt
2021-05-31
make nvme_read8 and write8 less clever.
David Gwynne
2021-05-31
try to get rid of a weird comma on the alpns attach line.
David Gwynne
2021-05-30
Include <sys/mutex.h> to avoid a hidden header dependency.
Visa Hankala
2021-05-29
Only allocate the "hibernate" queue when HIBERNATE support is being built.
Mark Kettenis
2021-05-28
aplns needs some dmamem per queue for it's iommu.
David Gwynne
2021-05-28
provide nvme_ops for vanilla pci nvme, and use them in the right places.
David Gwynne
2021-05-28
provide an nvme_ops struct to start trying to support apple m1 nvme.
David Gwynne
2021-05-28
move the nvme_dmamem prototypes so bus glue can use them.
David Gwynne
2021-05-28
shuffle the deck chairs. no functional change
David Gwynne
2021-05-28
move nvme_barrier to nvmevar.h, just to keep it with the other reg ops.
David Gwynne
2021-05-28
let nvme_read8 and nvme_write8 get used by bus glue too.
David Gwynne
2021-05-28
move the nvme_read4 and nvme_write4 macros to the header.
David Gwynne
2021-05-27
vga(4): fix vga_doswitch() prototype
cheloha
2021-05-17
Fix mbuf leaks after reception error in re_rxeof().
Visa Hankala
2021-05-16
panic does not require a \n at the end. When one is provided, it looks wrong.
Theo de Raadt
2021-05-07
RealTek -> Realtek
Jonathan Gray
2021-05-07
add support for RTL8168FP/RTL8111FP/RTL8117 to re(4)
Jonathan Gray
2021-05-06
Fix bogus return statement.
Mark Kettenis
2021-05-03
work around an athn(4) device problem with bogus Michael MIC failures
Stefan Sperling
2021-05-01
Actually, that variable needs to be a u_int8_t pointer.
Mark Kettenis
2021-05-01
Retire OpenBSD/sgi.
Visa Hankala
2021-05-01
variable has to be a pointer after last change
Theo de Raadt
2021-04-29
Replace uvm_km_alloc(9) calls with km_alloc(9) calls. Make the copied ROM
Mark Kettenis
2021-04-24
Remove unused function pointers from `todr_handle'.
Martin Pieuchot
2021-04-22
Use the long version of the bwfm(4) firmware path, which includes the
Patrick Wildt
2021-04-15
Switch athn(4) 802.11n Tx rate adaptation from MiRA to RA.
Stefan Sperling
2021-04-15
Make athn(4) set the channel when hostap or monitor modes enter RUN state.
Stefan Sperling
2021-03-07
ansi
Jonathan Gray
2021-03-03
off by one
Jonathan Gray
2021-02-26
Read and parse OTP on the BCM4378. There are quite a few firmware and
Patrick Wildt
2021-02-26
Refactor bwfm(4) firmware loading. The PCIe backend will need to be able
Patrick Wildt
2021-02-25
Some newer chips have two D11/802.11 cores, and we need to reset both at
Patrick Wildt
2021-02-25
Prevent zero size devices from attaching
jan
2021-02-25
we don't have to cast to caddr_t when calling m_copydata anymore.
David Gwynne
2021-02-24
Enumerate GCI core, which seems to contain the OTP on the Apple M1.
Patrick Wildt
2021-02-23
remove some unused includes
Jonathan Gray
2021-02-09
Add a barrier between reading the cqe flags and the command ID, which
Jonathan Matthew
2021-01-31
Add basic support for BCM4378 as found on the Apple M1 SoCs. There's a
Patrick Wildt
2020-12-17
bwfm: add a delay in bwfm_set_key_cb before talking to hardware
Joshua Stein
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-08
an(4): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-12-02
Extract another couple of chunks from main() into helper functions,
Kenneth R Westerback
2020-11-17
Split imxiic(4) into the FDT-attachment code and the i.MX I2C code
Patrick Wildt
2020-11-16
Fix compile error on big-endian machines caused by recent multicast commit.
Patrick Wildt
2020-11-16
Add multicast support to bwfm(4) to make IPv6 work and to fix
Patrick Wildt
2020-11-11
Fix athn(4) in client mode against APs that use WPA1/TKIP as the group cipher.
Stefan Sperling
2020-10-23
Add support for the Micro Crystal RV4162. This variant holds the
Patrick Wildt
[next]