summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/cd.c6
-rw-r--r--sys/scsi/od.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index 6f3f201..e16b257 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: cd.c,v 1.68 1996/03/28 14:33:54 scrappy Exp $
+ * $Id: cd.c,v 1.69 1996/03/29 11:57:52 bde Exp $
*/
#include "opt_bounce.h"
@@ -58,7 +58,9 @@ static errval cd_pause __P((u_int32_t, u_int32_t));
static errval cd_reset __P((u_int32_t));
static errval cd_play_msf __P((u_int32_t, u_int32_t, u_int32_t, u_int32_t, u_int32_t, u_int32_t, u_int32_t));
static errval cd_play __P((u_int32_t, u_int32_t, u_int32_t));
+#ifdef notyet
static errval cd_play_big __P((u_int32_t unit, u_int32_t blk, u_int32_t len));
+#endif
static errval cd_play_tracks __P((u_int32_t, u_int32_t, u_int32_t, u_int32_t, u_int32_t));
static errval cd_read_subchannel __P((u_int32_t, u_int32_t, u_int32_t, int, struct cd_sub_channel_info *, u_int32_t));
static errval cd_getdisklabel __P((u_int8_t));
@@ -1191,6 +1193,7 @@ cd_play(unit, blk, len)
0));
}
+#ifdef notyet
/*
* Get scsi driver to send a "start playing" command
*/
@@ -1220,6 +1223,7 @@ cd_play_big(unit, blk, len)
NULL,
0));
}
+#endif
/*
* Get scsi driver to send a "start playing" command
diff --git a/sys/scsi/od.c b/sys/scsi/od.c
index 4086af0..ec39429 100644
--- a/sys/scsi/od.c
+++ b/sys/scsi/od.c
@@ -28,7 +28,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: od.c,v 1.15.1.3 1996/05/06 15:14:57 shun Exp $
+ * $Id: od.c,v 1.16 1996/05/19 19:26:21 joerg Exp $
*/
/*
@@ -113,7 +113,9 @@ struct scsi_data {
static void od_get_geometry __P((u_int32_t, u_int16_t *,
u_char *, u_char *));
static errval od_get_parms __P((int unit, int flags));
+#ifdef notyet
static errval od_reassign_blocks __P((int unit, int block));
+#endif
static u_int32_t od_size __P((int unit, int flags));
static int od_sense_handler __P((struct scsi_xfer *));
static void odstart __P((u_int32_t, u_int32_t));
OpenPOWER on IntegriCloud