Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>

Make -s option set parameters for all targets by default.
This commit is contained in:
Stefan Eßer 1994-10-15 00:03:32 +00:00
parent 6055e04518
commit a494b3b537
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3600

View File

@ -1,6 +1,6 @@
/**************************************************************************
**
** $Id: ncrcontrol.c,v 1.1.1.1 1994/10/12 12:02:52 se Exp $
** $Id: ncrcontrol.c,v 1.2 1994/10/13 18:01:32 se Exp $
**
** Utility for NCR 53C810 device driver.
**
@ -695,6 +695,8 @@ void do_set (char * arg)
exit (1);
};
set_target_mask();
user.target = target_mask;
user.lun = lun_mask;
user.data = 0;