aboutsummaryrefslogtreecommitdiff
path: root/sysutils/devcpu-data/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/devcpu-data: Split off two new ports for vendor dataJoseph Mingrone2021-11-071-3/+3
| | | | | | | | | | | | | | | | | sysutils/devcpu-data is now just an RC script that optionally depends on two new ports, sysutils/devcpu-data-amd and sysutils/devcpu-data-intel. The two new ports each contain vendor microcode data. While here: - Set missing license information. The license was obtained from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/LICENSE.amd-ucode - Update varaible ordering per portclippy Reviewed by: decke, emaste, markj Approved by: sbruno (maintainer) Differential Revision: https://reviews.freebsd.org/D32349
* Rework to fetch the manufacturers release bundleBaptiste Daroussin2014-06-041-2/+0
| | | | | | | | | | Pass maintainership to submitter PR: 179499 Submitted by: clarkjc@runbox.com Notes: svn path=/head/; revision=356511
* - Add new microcodes.Stanislav Sedov2009-08-161-2/+3
| | | | | | | | - Add cpuctl(4) support. - Install the rcNG script to be used with cpuctl(4). Notes: svn path=/head/; revision=239664
* - Add a separate port for microcode updates to let people update microcodeStanislav Sedov2007-07-191-0/+4
without rebuilding the module itself. Requested by: anholt Notes: svn path=/head/; revision=195920