aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bm
Commit message (Collapse)AuthorAgeFilesLines
* FCP-101: Remove bm(4).Brooks Davis2019-05-171-9/+0
| | | | | | | | | | Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347908
* 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
* Add support for the Apple Big Mac (BMAC) Ethernet controller,Marcel Moolenaar2008-06-071-0/+9
found on various Apple G3 models. Submitted by: Nathan Whitehorn Notes: svn path=/head/; revision=179645