Deleted Added
full compact
scsi_ch.h (208905) scsi_ch.h (227489)
1/* $FreeBSD: head/sys/cam/scsi/scsi_ch.h 208905 2010-06-08 05:14:18Z mjacob $ */
1/* $FreeBSD: head/sys/cam/scsi/scsi_ch.h 227489 2011-11-13 17:06:33Z eadler $ */
2/* $NetBSD: scsi_changer.h,v 1.11 1998/02/13 08:28:32 enami Exp $ */
3
4/*-
5 * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com>
6 * All rights reserved.
7 *
8 * Partially based on an autochanger driver written by Stefan Grefen
9 * and on an autochanger driver written by the Systems Programming Group

--- 344 unchanged lines hidden (view full) ---

354};
355
356/*
357 * Medium changer elemement address assignment page.
358 *
359 * Some of these fields can be a little confusing, so an explanation
360 * is in order.
361 *
2/* $NetBSD: scsi_changer.h,v 1.11 1998/02/13 08:28:32 enami Exp $ */
3
4/*-
5 * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com>
6 * All rights reserved.
7 *
8 * Partially based on an autochanger driver written by Stefan Grefen
9 * and on an autochanger driver written by the Systems Programming Group

--- 344 unchanged lines hidden (view full) ---

354};
355
356/*
357 * Medium changer elemement address assignment page.
358 *
359 * Some of these fields can be a little confusing, so an explanation
360 * is in order.
361 *
362 * Each component within a a medium changer apparatus is called an
362 * Each component within a medium changer apparatus is called an
363 * "element".
364 *
365 * The "medium transport element address" is the address of the first
366 * picker (robotic arm). "Number of medium transport elements" tells
367 * us how many pickers exist in the changer.
368 *
369 * The "first storage element address" is the address of the first
370 * slot in the tape or disk magazine. "Number of storage elements" tells

--- 107 unchanged lines hidden ---
363 * "element".
364 *
365 * The "medium transport element address" is the address of the first
366 * picker (robotic arm). "Number of medium transport elements" tells
367 * us how many pickers exist in the changer.
368 *
369 * The "first storage element address" is the address of the first
370 * slot in the tape or disk magazine. "Number of storage elements" tells

--- 107 unchanged lines hidden ---