Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Add support for Ralink RT2800/RT3000 chipsets.Thanks to ray@, Sevan and Sergey Dyatko for feedback and testing!Obtained from: OpenBSDMFC after: 3 weeks
Multi-bss (aka vap) support for 802.11 devices.Note this includes changes to all drivers and moves some device firmwareloading to use firmware(9) and a separate module (e.g. ral). Also thereno l
Multi-bss (aka vap) support for 802.11 devices.Note this includes changes to all drivers and moves some device firmwareloading to use firmware(9) and a separate module (e.g. ral). Also thereno longer are separate wlan_scan* modules; this functionality is nowbundled into the wlan module.Supported by: Hobnob and MarvellReviewed by: manyObtained from: Atheros (some bits)
show more ...
Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR)generations of 802.11abg chipsets from Ralink Technology.Get rid of the pccard front-end while I'm here since all adapters are
Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR)generations of 802.11abg chipsets from Ralink Technology.Get rid of the pccard front-end while I'm here since all adapters arecardbus ones.
Remove bridge(4) from the tree. if_bridge(4) is a full functionalreplacement and has additional features which make it superior.Discussed on: -archReviewed by: thompsaX-MFC-after: never (RELENG
Remove bridge(4) from the tree. if_bridge(4) is a full functionalreplacement and has additional features which make it superior.Discussed on: -archReviewed by: thompsaX-MFC-after: never (RELENG_6 as transition period)
Initial import of ipw, iwi, ral and ural drivers:ipw - Intel PRO/Wireless 2100iwi - Intel PRO/Wireless 2200BG/2225BG/2915ABGral - Ralink Technology RT2500ural - Ralink Technology RT2500USBA
Initial import of ipw, iwi, ral and ural drivers:ipw - Intel PRO/Wireless 2100iwi - Intel PRO/Wireless 2200BG/2225BG/2915ABGral - Ralink Technology RT2500ural - Ralink Technology RT2500USBApproved by: silby (mentor)