NetBSD/sys
msaitoh 2612a28064 QEMU e1000's PHY code doesn't implement register 16. Do workaround.
- Marvell 88E1[01]11 (and many other Marvell PHYs) have the Fiber/Copper
   auto selection feature. Our makphy(4) implement it but QEMU doesn't.
   If it fails, a garbage data is used in the attach function and unexpected
   media may be used. Fix this behavior by checking the return value of
   PHY_READ(MAKPHY_ESSR). If the access failed, the media is regarded
   as copper only. It's just a cosmetic change. It's not affected to the
   packet processing.
2021-12-28 06:35:37 +00:00
..
altq
arch In biosdisk_findpartition() check if part_name isn't NULL before 2021-12-28 00:37:16 +00:00
coda
compat Handle the SIOCGNBRINFO ioctl for compat32. 2021-12-22 00:21:32 +00:00
conf Rename: 2021-12-20 20:33:20 +00:00
crypto
ddb
dev QEMU e1000's PHY code doesn't implement register 16. Do workaround. 2021-12-28 06:35:37 +00:00
dist/pf
dtb
external linux: Fix copypasto in comment. 2021-12-27 14:57:30 +00:00
fs
gdbscripts
kern pool(9): Fix default PR_NOALIGN for large pool caches. 2021-12-24 00:13:53 +00:00
lib
miscfs
modules Fix i386 modules build: viadrmums requires CONFIG_DRM_LEGACY. 2021-12-19 16:01:29 +00:00
net Fix missing curlwp_bind() 2021-12-24 04:50:40 +00:00
net80211
netatalk
netbt
netcan
netinet
netinet6
netipsec
netmpls
nfs
opencrypto
rump
secmodel
stand
sys Do the last change differently: 2021-12-22 16:57:28 +00:00
ufs
uvm Update uvm_pglistalloc_[cs]_ps to return EINVAL if [low, high] doesn't 2021-12-21 08:27:49 +00:00
Makefile