aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sound/driver/maestro3
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
* Cleanup some sound headers that don't need to be in the modules makefiles.Pedro F. Giffuni2012-02-021-1/+0
| | | | | | | | Approved by: jhb (mentor) MFC after: 1 week Notes: svn path=/head/; revision=230898
* Replace GPLd headers from the Maestro3 driver with BSD licensedPedro F. Giffuni2012-01-201-0/+1
| | | | | | | | | | | | | | | | | | | | versions derived from /usr/ports/audio/oss. The particular headers used were taken from the attic/drv/oss_allegro directory and are mostly identical to the previous files. The Maestro3 driver is now free from the GPL. NOTE: due to lack of testers this driver is being considered for deprecation and removal. PR: kern/153920 Approved by: jhb (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=230401
* isa_if.h is not needed.Yoshihiro Takahashi2003-02-071-1/+1
| | | | | | | No response from: sound Notes: svn path=/head/; revision=110498
* Catch these modules up with obrien's recent cleanup commit.Peter Wemm2001-03-241-6/+7
| | | | Notes: svn path=/head/; revision=74761
* Driver for the ESS Maestro3 and Allegro sound chips. Note that due to theScott Long2001-02-011-0/+10
amount of GPL'd firmware in the driver, it will only be built as a module. Approved by: cg Notes: svn path=/head/; revision=71901