From 484637b207108bcd181bc59647a8897bd89ece2a Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 24 May 2004 23:31:15 +0000 Subject: [PATCH] Make default CAM since that works best. It might help the single FreeBSD user of libcdio. --- lib/FreeBSD/freebsd.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/FreeBSD/freebsd.h b/lib/FreeBSD/freebsd.h index 2e024736..89317c12 100644 --- a/lib/FreeBSD/freebsd.h +++ b/lib/FreeBSD/freebsd.h @@ -1,5 +1,5 @@ /* - $Id: freebsd.h,v 1.6 2004/05/19 03:00:12 rocky Exp $ + $Id: freebsd.h,v 1.7 2004/05/24 23:31:15 rocky Exp $ Copyright (C) 2003, 2004 Rocky Bernstein @@ -38,11 +38,11 @@ */ #ifndef DEFUALT_CDIO_DEVICE -#define DEFAULT_CDIO_DEVICE "/dev/acd0c" +#define DEFAULT_CDIO_DEVICE "/dev/cd0c" #endif #ifndef DEFUALT_FREEBSD_AM -#define DEFAULT_FREEBSD_AM _AM_IOCTL +#define DEFAULT_FREEBSD_AM _AM_CAM #endif #include