summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/yds (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang warnings; ok guenther@ deraadt@otto2017-08-281-3/+3
| | | | (guenther says: code could need a rewrite using writev(2) though)
* Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t)krw2016-12-181-2/+2
| | | | | | | to (unsigned long) to match %lu formats. Makes gcc happier and quieter. ok deraadt@
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-111-2/+2
| | | | | | hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis
* revert bogus free changes in not kernel files. got a little trigger happy.tedu2014-07-121-2/+2
|
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
| | | | after discussions with beck deraadt kettenis.
* cats went awayderaadt2007-08-011-4/+3
|
* Allow usb microcode to be built in a cross environment. System endian has beendrahn2007-04-051-1/+2
| | | | | factored out of the result binaries already. Still need to address non usb. ok deraadt.
* make microcode file byte-order independent so that the file is the samederaadt2007-01-061-9/+29
| | | | | | on all architectures, and have the driver cope with this as well tested by ian YOU MUST UPDATE YOUR MICROCODE FILE OR THE DRIVER WILL NOT BE HAPPY
* write ds1 ctrl mcode where we wanted the ds1e varientderaadt2005-07-121-2/+2
|
* fix dependencies; from alexander bluhm; ok deraadtmarkus2005-06-161-4/+9
|
* - check return from write(2) so we KNOW the data is on the diskjason2005-05-171-4/+12
| | | | | | - remove unneeded variables - add missing includes ok deraadt
* Kill \n at EOF.grange2004-12-201-1/+0
|
* more details in license filesderaadt2004-12-201-1/+2
|
* firmware loading from the filesystem. pci subsystem type thingsderaadt2004-12-203-0/+95
| | | | | are still done early, but audio subsystem setup is deferred till after root is mounted. tested by mcbride
* fix headerderaadt2001-04-161-2/+1
|
* put yamaha comment in the filederaadt2001-04-161-0/+4
|
* Microcode for yds(4) driver, freed by Yamaha as follows:aaron2001-03-291-0/+1579
"Free distribution, No restriction for their distribution, We do not make any support." -- suzuki-y@post.yamaha.co.jp