aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/runfw
Commit message (Collapse)AuthorAgeFilesLines
* Move runfw to modules/usb.Rui Paulo2013-07-301-11/+0
| | | | | | | | | While there, respect MK_SOURCELESS_UCODE. Discussed with: kevlo Notes: svn path=/head/; revision=253790
* Rename run(4) firmware file from runfw to run.fw. Previous name was theOleksandr Tymoshenko2013-06-211-3/+3
| | | | | | | | | | | | | same as top-level target name for "device runfw" kernel option and caused cyclic dependancy that lead to kernel build breakage Module change is not strictly required and done for name unification sake PR: conf/175751 Submitted by: Issei <i10a at herbmint.jp> Notes: svn path=/head/; revision=252064
* Uuencode the rt2870 firmware into ascii like the other firmware blobs.Andrew Thompson2010-01-291-3/+6
| | | | Notes: svn path=/head/; revision=203148
* Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.Andrew Thompson2010-01-281-0/+8
This driver was written for OpenBSD by Damien Bergamini and ported over by Akinori Furukoshi. Notes: svn path=/head/; revision=203134