The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD audio : aureal-kmod

A FreeBSD Driver for Aureal Vortex based soundcards

 FreeBSD Driver for Aureal Vortex based soundcards. 

http://www.matey.org/au88x0/



aureal-kmod history


v. 1.31
date: 2007/06/29 09:16:35;  author: linimon;  state: Exp;  lines: +1 -1
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:		portmgr

v. 1.30 date: 2007/02/01 15:53:30; author: linimon; state: Exp; lines: +2 -3 Dropped one too many lines in the cleanup. Found by: Pav Pointy hat to: linimon
v. 1.29 date: 2007/02/01 09:16:11; author: linimon; state: Exp; lines: +0 -55 Remove antiquated OSVERSION cruft. Hat: portmgr
v. 1.28 date: 2006/09/05 08:22:40; author: linimon; state: Exp; lines: +1 -1 Reset inactive maintainer who has not responded to email. Hat: portmgr
v. 1.27 date: 2005/11/19 20:14:51; author: sem; state: Exp; lines: +1 -4 - Fix a master site URL - Remove EXPIRATION_DATE PR: ports/89255 Submitted by: Andrey Slusar Approved by: no maintainer reaction on broken port for three weeks
v. 1.26 date: 2005/10/24 12:12:06; author: garga; state: Exp; lines: +3 -0 - Mark as DEPRECATED and set EXPIRATION_DATE PR: ports/87818 Submitted by: Jean Milanez Melo Approved by: port broken for a long time
v. 1.25 date: 2005/02/04 00:00:47; author: sf; state: Exp; lines: +0 -5 now DISTNAME is determined by DISTVERSION, there is no reason to have separate PORTREVISION.
v. 1.24 date: 2005/02/03 23:43:39; author: sf; state: Exp; lines: +1 -0 fix FreeBSD > 4
v. 1.23 date: 2005/02/03 23:38:30; author: sf; state: Exp; lines: +12 -7 fix fetch by separating DISTREVISION from PORTREVISION.
v. 1.22 date: 2005/02/01 22:16:01; author: sf; state: Exp; lines: +6 -6 MFsrc: fix by yongari |Audio drivers failed to detect failure condition and attempted to |assign DMA address to the wrong address. It can cause system lockup |or other mysterious errors. Since most sound cards requires low DMA |address(BUS_SPACE_MAXADDR_24BIT) sndbuf_alloc() would fail when the |audio driver is loaded after long running of operations.
v. 1.21 date: 2005/02/01 10:15:04; author: pav; state: Exp; lines: +1 -1 - Fix syntax on 5-STABLE past 2005-01-30 PS I think this port is quite brain damaged. These checks should be made on OSVERSION. PR: ports/76943 Submitted by: Sergey N. Voronkov Tested by: DomiX on FreeNode
v. 1.20 date: 2004/01/10 07:18:53; author: marcus; state: Exp; lines: +4 -4 Substitute BROKEN with IGNORE in cases where the port requires the src tree to be present, or does not compile on certain versions of FreeBSD. This will potentially avoid needless compilations on bento, and has the added benefit of improving certain reporting tools. To most users, this change is a no-op. PR: 61090 Submitted by: linimon
v. 1.19 date: 2003/10/27 09:11:24; author: kris; state: Exp; lines: +1 -1 portlint (whitespace cleanup)
v. 1.18 date: 2003/08/31 10:18:57; author: sf; state: Exp; lines: +1 -1 unbreak -CURRENT. revert bogus PORTREVISION bumped in 1.15; This is perfectly safe because no one on the earth was able to build aureal-kmod-1.5_5.
v. 1.17 date: 2003/08/31 02:58:50; author: edwin; state: Exp; lines: +4 -5 [non-maintainer update] update logic for "BROKEN" variable in audio/aureal-kmod The current logic to calculate BROKEN in this port does not allow for one OS release to ask the port if it is broken on another OS release. This is due to an assumption that the OSVERSION passed to the Makefile exactly corresponds to the source version installed under /usr/src/sys (if any.) That is the default. However, when doing a cross-query, this is not the case. While this is a problem that is probably only of interest to myself, Bill Fenner, and Dan Langille, the logic could use tightening anyway. PR: ports/52590 Submitted by: Mark Linimon
v. 1.16 date: 2003/08/20 06:33:23; author: daichi; state: Exp; lines: +1 -1 update audio/aureal-kmod: broken by busdma commit PR: 55513 Submitted by: James E. Flemer
v. 1.15 date: 2003/05/20 04:45:10; author: sobomax; state: Exp; lines: +7 -9 - Better FreeBSD version detection; - update maintainer's e-mail. Submitted by: maintainer
v. 1.14 date: 2003/02/21 10:59:25; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.13 date: 2002/06/19 11:00:45; author: sobomax; state: Exp; lines: +1 -2 Fix test for presence of source tree. Submitted by: imp
v. 1.12 date: 2002/05/15 18:16:23; author: sobomax; state: Exp; lines: +14 -6 - Unbreak on -stable; - extend a start-up script with a workaround for Via Apollo KX133 chipset. Submitted by: maintainer
v. 1.11 date: 2001/08/24 15:01:55; author: knu; state: Exp; lines: +3 -3 Use a better way to extract a v. from a file. This unbreaks `make index' on CURRENT.
v. 1.10 date: 2001/08/13 13:20:28; author: sobomax; state: Exp; lines: +9 -3 Fix on very latest -STABLE. Submitted by: maintainer
v. 1.9 date: 2001/06/22 07:22:05; author: sobomax; state: Exp; lines: +5 -5 - Catch up with recent changes in -CURRENT; - 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
v. 1.8 date: 2001/03/28 08:07:20; author: sobomax; state: Exp; lines: +17 -9 Various updates and improvements. 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 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" 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 Submitted by: maintainer
v. 1.7 date: 2001/02/12 06:11:36; author: will; state: Exp; lines: +22 -4 Make sure the user doesn't have any stray files from previous attempts to 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)
v. 1.6 date: 2001/02/06 15:54:46; author: sobomax; state: Exp; lines: +3 -3 Slightly improve heuristics used to distinguish between pre and post kobj MFC systems.
v. 1.5 date: 2001/02/05 15:26:12; author: sobomax; state: Exp; lines: +35 -10 Improve -STABLE support: - 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
v. 1.4 date: 2001/01/28 09:10:08; author: sobomax; state: Exp; lines: +2 -2 Fix typo in my e-mail: soobomax -> sobomax. Submitted by: Stephen McKay
v. 1.3 date: 2001/01/17 09:28:25; author: sobomax; state: Exp; lines: +3 -1 Add ONLY_FOR_ARCHS=i386.
v. 1.2 date: 2001/01/16 08:54:44; author: sobomax; state: Exp; lines: +10 -3 - Make this port actually working (previous version was not linking binary core with the kld); - hand over maintainership to Alexander Matey - 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 Slightly adjusted by: sobomax
v. 1.1 date: 2001/01/15 17:42:45; author: sobomax; state: Exp; Move just-added aureal-kmod from misc into audio, because it better belongs 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 =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm