summaryrefslogtreecommitdiffstats
path: root/audio/aureal-kmod
Commit message (Collapse)AuthorAgeFilesLines
* Use a better way to extract a revision from a file.knu2001-08-241-2/+2
| | | | This unbreaks `make index' on CURRENT.
* Fix on very latest -STABLE.sobomax2001-08-132-3/+10
| | | | Submitted by: maintainer
* - Catch up with recent changes in -CURRENT;sobomax2001-06-226-27/+37
| | | | | | | | | - add a dependency on snd_pcm in -STABLE; - refresh the info message; - maintainer have been graduated (Congrats Alexander!) - host distfiles at a temporary location and update his e-mail accordingly. Submitted by: sf, maintainer
* Various updates and improvements.sobomax2001-03-284-10/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: Added /usr/local/etc/rc.d/aureal.sh.sample to assist with loading/ unloading the driver. Submitted version was slightly expanded with the automatic detection of the Aureal card present in the system. Details on how to override this are provided. (Sorry Peter for not taking care of this sooner) Submitted by: Peter Pentchev <roam@orbitel.bg> Fixed the driver to work on 4.1 / 4.1.1 systems. It turns out these systems don't have pcm_unregister(). The sideeffect of this is that it's impossible to unload the driver. But at least one can kldload it now. Tested by: Vladislav V. Zhuk" <admin@dru.skif.net> Switch over to Cameron's recent newpcm mega-commit in -CURRENT. To install the port your CURRENT has to be built from post 3/24/2001 sources. Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Submitted by: maintainer
* #include sys/systm.h for the splXXX definitions.steve2001-02-261-1/+2
| | | | | PR: 24478 Submitted by: Nickolay Dudorov <nnd@mail.nsk.ru>
* Make sure the user doesn't have any stray files from previous attempts towill2001-02-121-3/+21
| | | | | | | | compile aureal in their kernel statically (yes, having them there does break the aureal module). Modularize the makefile using SRCPREFIX, which can be changed in the environment. Approved in principle by: maintainer (except SRCPREFIX)
* Slightly improve heuristics used to distinguish between pre and post kobj MFCsobomax2001-02-061-2/+2
| | | | systems.
* Improve -STABLE support:sobomax2001-02-053-11/+37
| | | | | | | | | | | | - FreeBSD 4.0 - inform that 4.0 is not supported; - FreeBSD 4.1.* - use an updated tarball with proper kernel module dependencies; - FreeBSD 4.2 - with recent newpcm kobj MFC commit in mind, add heuristics to determine the driver tarball required. Build correctly on both pre- and post- kobj MFC systems. Submitted by: maintainer Slightly improved and polished by: sobomax
* Fix typo in my e-mail: soobomax -> sobomax.sobomax2001-01-281-1/+1
| | | | Submitted by: Stephen McKay <mckay@thehub.com.au>
* Add ONLY_FOR_ARCHS=i386.sobomax2001-01-171-0/+2
|
* Slightly simplify Makefiles used to build the kld's (w/o functionality change).sobomax2001-01-164-19/+18
|
* - Make this port actually working (previous version was not linking binarysobomax2001-01-167-19/+27
| | | | | | | | | | | core with the kld); - hand over maintainership to Alexander Matey <matey@cis.ohio-state.edu> - he is the author of the driver; - make sure that the correct version of the driver used for some earler version of 4-STABLE (1.1 for 4.1) and refuse to build if OSVERSION < 410002. Submitted by: Alexander Matey <matey@cis.ohio-state.edu> Slightly adjusted by: sobomax
* Move just-added aureal-kmod from misc into audio, because it better belongssobomax2001-01-1512-0/+149
there. For those who missed decsription from previous commit: Add aureal-kmod - a port to provide convinient way for building FreeBSD driver for Aureal based soundcards. This driver could not be added to the base system because it's uses binary-only Linux Vortex Core object modules. The port supports 4-STABLE and 5-CURRENT, however 4-STABLE isn't tested, so please report your mileage to me. Suggested by: alex
OpenPOWER on IntegriCloud