sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
mii: Add opt_platform.h to all miibus driversmiivar.h includes opt_platform.h. Make sure all the drivers that use themiibus_if.h interface file have opt_platform.h as well. While some ofthese may
mii: Add opt_platform.h to all miibus driversmiivar.h includes opt_platform.h. Make sure all the drivers that use themiibus_if.h interface file have opt_platform.h as well. While some ofthese may not, strictly speaking, need it, it's easier to include ituniversally for miibus.Sponsored by: Netflix
show more ...
Remove sparc64 kernel supportRemove all sparc64 specific filesRemove all sparc64 ifdefsRemovee indireeect sparc64 ifdefs
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
Make kernel modules build correctly on 64-bit PowerPC.
Add the ofw_bus_if.h dependency introduced with r207585.
Add cas(4), a driver for Sun Cassini/Cassini+ and National SemiconductorDP83065 Saturn Gigabit Ethernet controllers. These are the successorsof the Sun GEM controllers and still have a similar but
Add cas(4), a driver for Sun Cassini/Cassini+ and National SemiconductorDP83065 Saturn Gigabit Ethernet controllers. These are the successorsof the Sun GEM controllers and still have a similar but extended transmitlogic. As such this driver is based on gem(4).Thanks to marcel@ for providing a Sun Quad GigaSwift Ethernet UTP (QGE)card which was vital for getting this driver to work on architecturesnot using Open Firmware.Approved by: re (kib)MFC after: 2 weeks