Work on SCSI MMC layer. Some things may be broken.

This commit is contained in:
rocky
2004-07-22 09:52:17 +00:00
parent 4a7b48d568
commit 3263eeefae
9 changed files with 395 additions and 267 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: aspi32.c,v 1.30 2004/07/19 01:13:32 rocky Exp $
$Id: aspi32.c,v 1.31 2004/07/22 09:52:17 rocky Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
@@ -27,7 +27,7 @@
# include "config.h"
#endif
static const char _rcsid[] = "$Id: aspi32.c,v 1.30 2004/07/19 01:13:32 rocky Exp $";
static const char _rcsid[] = "$Id: aspi32.c,v 1.31 2004/07/22 09:52:17 rocky Exp $";
#include <cdio/cdio.h>
#include <cdio/sector.h>
@@ -773,7 +773,7 @@ get_drive_cap_aspi (const _img_private_t *env,
/* Don't handle these yet. */
break;
case CDIO_MMC_CAPABILITIES_PAGE:
cdio_get_drive_cap_mmc(p, p_read_cap, p_write_cap, p_misc_cap);
scsi_mmc_get_drive_cap(p, p_read_cap, p_write_cap, p_misc_cap);
break;
default: ;
}