summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/neomagic
AgeCommit message (Collapse)AuthorFilesLines
2020-07-31Skip making structure elements const, as it provides no benefit, andderaadt2-5/+5
it would require a pile of pointless de-const casts in the firmware construction code.
2007-04-05Allow usb microcode to be built in a cross environment. System endian has beendrahn1-1/+2
factored out of the result binaries already. Still need to address non usb. ok deraadt.
2005-06-16fix dependencies; from alexander bluhm; ok deraadtmarkus1-4/+9
2005-05-17- check return from write(2) so we KNOW the data is on the diskjason1-3/+12
- remove unneeded variables - add missing includes ok deraadt
2004-12-20more details in license filesderaadt1-1/+2
2004-11-22filesystem firmware loadingderaadt4-2/+97
2001-06-18more more microcode (so it does not end up installed in includes, for one)deraadt1-0/+4640