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
remove depedancy with vnode_if.h.it is no longer needed.
Load firmware images directly from the filesystem (looks into /etc/firmwaredirectory by default) without requiring the user to load them by hand usinge.g iwicontrol. Get rid of the old ioctl crud.
Load firmware images directly from the filesystem (looks into /etc/firmwaredirectory by default) without requiring the user to load them by hand usinge.g iwicontrol. Get rid of the old ioctl crud.Updated iwi-firmware port coming soon.Obtained from: OpenBSD
show more ...
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)