Go to file
bouyer 8f3b8d50ed Pull up following revision(s) via patch (requested by msaitoh in ticket #1454):
sys/dev/ic/mfi.c: revisions 1.63, 1.66-77
	sys/dev/ic/mfireg.h: revisions 1.11-1.20 via patch
	sys/dev/pci/mfi_pci.c: revision 1.21
	sys/dev/pci/mfii.c: revisions 1.6-1.7, 1.10-1.15
	share/man/man4/mfi.4: revision 1.13

Improve mfi(4) and mfii(4):
- Set 'ld_sync' to NULL as part of 'again', to prevent use-after-free.
- Add some code for the SKINNY variant to make Dell PERC H310 work.
- Print the percentage correctly when the background initialization is
  running.
- Clear mailbox to not to pass garbage data.
- Use union mbox instead of unit8_t xxx[] to avoid unaligned access.
- Set stripe size for BIOCVOL to show the size correctly in bioctl.
- Add support for iBBU-09 to show BBU voltage, current and temperature
  correctly.
- Fix typos in comments.
- Sprinkle static.
- Improve debug printf()s.
- KNF. Remove extra semicolon. Whitespace fixes.
2022-05-17 10:33:46 +00:00
bin Pull up following revision(s) (requested by kre in ticket #1736): 2022-02-24 10:07:46 +00:00
common Pull up following revision(s) (requested by skrll in ticket #1672): 2021-04-26 18:39:26 +00:00
compat Apply patch, requested by mrg in ticket #1684 (no corresponding 2021-06-21 17:43:18 +00:00
crypto Pull up following revision(s) (requested by ozaki-r in ticket #1306): 2019-07-25 08:58:21 +00:00
dist/pf Pull up following revision(s) (requested by maxv in ticket #978): 2018-08-25 11:21:53 +00:00
distrib Pull up following revision(s) (requested by martin in ticket #1694): 2021-09-07 22:28:31 +00:00
doc Ticket #1741 2022-05-15 12:18:18 +00:00
etc Pull up following revision(s) (requested by martin in ticket #1643): 2020-12-28 16:02:33 +00:00
external Pull up the following, requested by kre in ticket #1676: 2021-04-30 14:26:38 +00:00
extsrc
games Pull up following revision(s) (requested by nia in ticket #1544): 2020-04-30 16:21:14 +00:00
include Pull up following revision(s) (requested by is in ticket #1625): 2020-11-29 11:18:54 +00:00
lib Pull up following revision(s) (requested by hannken in ticket #1739): 2022-04-27 16:55:18 +00:00
libexec Pull up the following via patch, requested by mrg in ticket #1668: 2021-03-27 13:38:51 +00:00
regress Pull up following revision(s) (requested by maxv in ticket #282): 2017-09-23 17:27:02 +00:00
rescue Remove MKCRYPTO option. 2017-05-21 15:28:36 +00:00
sbin Pull up following revision(s) (requested by msaitoh in ticket #1741): 2022-05-15 12:15:53 +00:00
share Pull up following revision(s) via patch (requested by msaitoh in ticket #1454): 2022-05-17 10:33:46 +00:00
sys Pull up following revision(s) via patch (requested by msaitoh in ticket #1454): 2022-05-17 10:33:46 +00:00
tests Pull up following revision(s) (requested by ozaki-r in ticket #1339): 2019-08-19 14:27:16 +00:00
tools Apply patch, requested by maya in ticket #1070: 2018-10-26 15:12:53 +00:00
usr.bin Pull up following revision(s) (requested by gutteridge in ticket #1737): 2022-03-13 09:54:01 +00:00
usr.sbin Pull up following revision(s) (requested by hannken in ticket #1739): 2022-04-27 16:55:18 +00:00
BUILDING regen 2017-05-21 15:30:20 +00:00
Makefile don't descend into gnu 2017-04-11 14:04:15 +00:00
Makefile.inc
UPDATING New dhcpcd does not like update builds from previous versions. 2017-04-03 09:37:58 +00:00
build.sh Pull up following revision(s) (requested by martin in ticket #1695): 2021-09-15 05:07:42 +00:00