aboutsummaryrefslogtreecommitdiff
path: root/audio/xcdplayer/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with gcc4Tilman Keskinoz2007-05-302-10/+27
| | | | Notes: svn path=/head/; revision=192407
* Convert from varargs.h to stdarg.h in order to fix build on -CURRENT.Christian Weisgerber2003-08-281-6/+23
| | | | Notes: svn path=/head/; revision=87917
* * Bring us into the 64-bit world.Christian Weisgerber2003-08-2518-458/+823
| | | | | | | | | Obtained from: NetBSD * Use CDROM devices also available on 5.x. Notes: svn path=/head/; revision=87625
* Fix for phk's bio changes (>= 500003)Alexander Langer2000-06-271-0/+13
| | | | | | | | PR: 19454 Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=29902
* A quick purousal thru our port's patches directory shows a *WAY* over use ofDavid E. O'Brien1997-02-161-6/+6
| | | | | | | | | __FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate. Notes: svn path=/head/; revision=5656
* Open mcd if cd open fails for default deviceAndrey A. Chernov1994-11-121-2/+5
| | | | Notes: svn path=/head/; revision=373
* Use raw partition for default deviceAndrey A. Chernov1994-11-121-1/+1
| | | | Notes: svn path=/head/; revision=372
* Make the eject function work. This requires using the CDIOCALLOW ioctlJustin T. Gibbs1994-11-071-0/+5
| | | | | | | | | before the CDIOCEJECT ioctl otherwise the media is still locked when you attempt the eject. The previous code may have worked on drives that did not support the media lock feature. Notes: svn path=/head/; revision=335
* XCdplayer 2.2 portSteven Wallace1994-10-014-0/+1125
Notes: svn path=/head/; revision=148