aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/auxio
Commit message (Collapse)AuthorAgeFilesLines
* Remove sparc64 kernel supportWarner Losh2020-02-031-10/+0
| | | | | | | | | 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
* Add missing ofw_bus_if.h to SRCS.Pyun YongHyeon2005-02-251-1/+1
| | | | | | | Submitted by: joerg Notes: svn path=/head/; revision=142435
* Port NetBSD auxio driver. The driver was modified to use led(4) and canPyun YongHyeon2004-10-091-0/+10
be used to announce various system activity. The auxio device provides auxiliary I/O functions and is found on various SBus/EBus UltraSPARC models. At present, only front panel LED is controlled by this driver. Approved by: jake (mentor) Reviewed by: joerg Tested by: joerg Notes: svn path=/head/; revision=136301