aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cas
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in current: (cherry picked from commit 031beb4e239b)
* MFC mii: Add opt_platform.h to all miibus driversWarner Losh2022-06-051-1/+1
| | | | | | | | | | | | | miivar.h includes opt_platform.h. Make sure all the drivers that use the miibus_if.h interface file have opt_platform.h as well. While some of these may not, strictly speaking, need it, it's easier to include it universally for miibus. Sponsored by: Netflix (cherry picked from commit b111430e54537a66080df115c3a2950a2922da5a) Author: Warner Losh <imp@FreeBSD.org>
* Remove sparc64 kernel supportWarner Losh2020-02-031-1/+1
| | | | | | | | | Remove all sparc64 specific files Remove all sparc64 ifdefs Removee indireeect sparc64 ifdefs Notes: svn path=/head/; revision=357455
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Make kernel modules build correctly on 64-bit PowerPC.Nathan Whitehorn2010-07-131-1/+1
| | | | Notes: svn path=/head/; revision=209991
* Add the ofw_bus_if.h dependency introduced with r207585.Marius Strobl2010-05-161-1/+5
| | | | Notes: svn path=/head/; revision=208143
* Add cas(4), a driver for Sun Cassini/Cassini+ and National SemiconductorMarius Strobl2009-06-151-0/+8
DP83065 Saturn Gigabit Ethernet controllers. These are the successors of the Sun GEM controllers and still have a similar but extended transmit logic. 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 architectures not using Open Firmware. Approved by: re (kib) MFC after: 2 weeks Notes: svn path=/head/; revision=194246