<scsi/xxx.h> => "../../scsi/xxx.h" for use with old conf and "pc532 special

scsi."  As soon as config.new is working on the pc532, pc532/scsi should
disappear.
This commit is contained in:
phil 1994-06-30 01:12:44 +00:00
parent fd7c79353e
commit 8c1fd46d99
5 changed files with 23 additions and 23 deletions

View File

@ -13,7 +13,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: cd.c,v 1.1 1994/04/01 23:18:05 phil Exp $
* $Id: cd.c,v 1.2 1994/06/30 01:12:44 phil Exp $
*/
#define SPLCD splbio
@ -36,11 +36,11 @@
#include <sys/errno.h>
#include <sys/disklabel.h>
#include <scsi/scsi_all.h>
#include <scsi/scsi_cd.h>
#include <scsi/cddefs.h>
#include <scsi/scsi_disk.h> /* rw_big and start_stop come from there */
#include <scsi/scsiconf.h>
#include "../../scsi/scsi_all.h"
#include "../../scsi/scsi_cd.h"
#include "../../scsi/cddefs.h"
#include "../../scsi/scsi_disk.h" /* rw_big and start_stop come from there */
#include "../../scsi/scsiconf.h"
long int cdstrats,cdqueues;

View File

@ -1,5 +1,5 @@
/*
* $Id: ch.c,v 1.1 1994/04/01 23:18:08 phil Exp $
* $Id: ch.c,v 1.2 1994/06/30 01:12:47 phil Exp $
*/
#include "ch.h"
@ -18,9 +18,9 @@
#define SECSIZE 512
#endif /* defined(OSF) */
#include <scsi/scsi_all.h>
#include <scsi/scsi_changer.h>
#include <scsi/scsiconf.h>
#include "../../scsi/scsi_all.h"
#include "../../scsi/scsi_changer.h"
#include "../../scsi/scsiconf.h"
struct scsi_xfer ch_scsi_xfer[NCH];

View File

@ -13,7 +13,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: scsiconf.c,v 1.1 1994/04/01 23:18:15 phil Exp $
* $Id: scsiconf.c,v 1.2 1994/06/30 01:12:49 phil Exp $
*/
#include <sys/types.h>
@ -27,8 +27,8 @@
#include <sys/dkbad.h>
#include <sys/disklabel.h>
#include <scsi/scsi_all.h>
#include <scsi/scsiconf.h>
#include "../../scsi/scsi_all.h"
#include "../../scsi/scsiconf.h"
#include "st.h"
#include "sd.h"

View File

@ -13,7 +13,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: sd.c,v 1.2 1994/04/17 07:53:54 phil Exp $
* $Id: sd.c,v 1.3 1994/06/30 01:12:50 phil Exp $
*/
#include "sd.h"
@ -33,10 +33,10 @@
#include <sys/errno.h>
#include <sys/disklabel.h>
#include <scsi/scsi_all.h>
#include <scsi/scsi_disk.h>
#include <scsi/scsiconf.h>
#include <scsi/sddefs.h>
#include "../../scsi/scsi_all.h"
#include "../../scsi/scsi_disk.h"
#include "../../scsi/scsiconf.h"
#include "../../scsi/sddefs.h"
long int sdstrats, sdqueues;

View File

@ -13,7 +13,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: st.c,v 1.1 1994/04/01 23:18:21 phil Exp $
* $Id: st.c,v 1.2 1994/06/30 01:12:52 phil Exp $
*/
/*
@ -38,10 +38,10 @@
#include <sys/dkbad.h>
#include <sys/disklabel.h>
#include <scsi/scsi_all.h>
#include <scsi/scsi_tape.h>
#include <scsi/scsiconf.h>
#include <scsi/stdefs.h>
#include "../../scsi/scsi_all.h"
#include "../../scsi/scsi_tape.h"
#include "../../scsi/scsiconf.h"
#include "../../scsi/stdefs.h"
long int ststrats, stqueues;