summaryrefslogtreecommitdiff
path: root/net/iwi-firmware (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refine OSVERSION logic to inform the user about the kmod counterparts.Florent Thoumie2007-08-261-1/+2
| | | | Notes: svn path=/head/; revision=198336
* Populate the 'kld' virtual category, for ports that install Kernel LoadableMark Linimon2007-06-291-1/+1
| | | | | | | | | modules. Hat: portmgr Notes: svn path=/head/; revision=194441
* - Don't force the interface up, this may turns the radio on needlessly.Florent Thoumie2006-05-082-2/+1
| | | | | | | | PR: ports/93681 Submitted by: Adrian Filipi <adrian@ubergeeks.com> Notes: svn path=/head/; revision=161684
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Fix firmware directory in pkg-message.Florent Thoumie2005-12-212-2/+2
| | | | | | | Reported by: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=151744
* - Finally fix the mtree problem both in HEAD and in stable branches.Florent Thoumie2005-12-181-1/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=151503
* - Don't remove /boot/firmware since it's now in mtree [1].Florent Thoumie2005-12-182-2/+1
| | | | | | | | | | - Fix path for ${DRIVERNAME}control [2]. PR: ports/90535 [2] Reported by: pointyhat via kris [1], sinese <sinese@olympe.hn.org> Notes: svn path=/head/; revision=151468
* - Fix left-over directories.Florent Thoumie2005-12-131-0/+1
| | | | | | | Noticed by: pointyhat via kris Notes: svn path=/head/; revision=151092
* - Install firmware files in /boot/firmware [1].Florent Thoumie2005-12-114-28/+46
| | | | | | | | | | | | | | | - Rename LICENSE to LICENSE.${DRIVERNAME}. - Don't install ${DRIVERNAME}control(8) on fresh -CURRENT (> 700006). - Use USE_RCORDER and change REQUIRE/BEFORE lines in startup scripts accordingly. - Move everything to /usr prefix so that people can mount /usr/local via NFS. - Add a message saying that kernel module is based on a very old snapshot. - Reword IGNORE lines. PR: ports/90022 [1] Requested by: sem, Thomas Hurst <tom@hur.st> [1] Notes: svn path=/head/; revision=150897
* - Update to latest firmware (2.4).Florent Thoumie2005-12-042-5/+5
| | | | | | | Tested by: anders Notes: svn path=/head/; revision=150391
* - Add SHA256 checksums.Florent Thoumie2005-11-091-0/+2
| | | | Notes: svn path=/head/; revision=147688
* - Fixing WWW and COMMENT issues in iwi-firmware slave port.Florent Thoumie2005-11-022-1/+11
| | | | | | | Reported by: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=147056
* - 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