aboutsummaryrefslogtreecommitdiff
path: root/net/iwi-firmware
Commit message (Collapse)AuthorAgeFilesLines
* - Since (ipw|iwi)control are started late in the boot process, we need toFlorent Thoumie2005-10-152-1/+2
| | | | | | | | | mark interfaces as up manually. Noticed by: sem Notes: svn path=/head/; revision=145451
* - Fix firmware file names.Florent Thoumie2005-06-232-15/+15
| | | | Notes: svn path=/head/; revision=137910
* - Add iwi-firmware, Intel Pro/Wireless Lan 2200 firmware to be usedFlorent Thoumie2005-06-225-0/+133
in conjunction with iwi(4). iwi(4) had already been included in HEAD, but according to Damien Bergamini, there are no plans to MFC it to RELENG_5. There is an option (WITH_)MODULE to build and install an iwi(4) module from a snapshot if you're running RELENG_5. Note: As of the date of this commit, it seems there are issues with the iwi(4) snapshot and you might experience some problems. Notes: svn path=/head/; revision=137889