aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sound/driver/envy24
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This 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 patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* 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
* Respect style.Makefile(5).Alexander Leidinger2006-09-301-4/+5
| | | | | | | Cluebat waving by: ru Notes: svn path=/head/; revision=162892
* We don't need the ISA interface.Alexander Leidinger2006-09-301-1/+1
| | | | | | | Submitted by: "Konstantin Dimitrov" <kosio.dimitrov@gmail.com> Notes: svn path=/head/; revision=162878
* dd the envy24 driver as is to the tree. It's not connected to the buildAlexander Leidinger2006-06-171-0/+8
yet. More commits to follow. I got no response from the author, but since the driver is BSD licensed I don't think he will complain. :-) I got it from http://people.freebsd.org/~lofi/envy24.tar.gz Written by: Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp> Notes: svn path=/head/; revision=159687