summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-08 06:18:53 +0000
committerbde <bde@FreeBSD.org>1998-06-08 06:18:53 +0000
commit3ee711b2cbab48c5cf7ad3506a90b754eef8ff9e (patch)
tree9d461be62a91e416afeeca1def3315b79c237deb
parent75e70dcdb07e4a3b90bfbb398e8458c5cf9c5391 (diff)
downloadFreeBSD-src-3ee711b2cbab48c5cf7ad3506a90b754eef8ff9e.zip
FreeBSD-src-3ee711b2cbab48c5cf7ad3506a90b754eef8ff9e.tar.gz
Updated yet another ioctl, and put wst in LINT to inhibit further bitrot.
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
-rw-r--r--sys/i386/isa/wst.c4
-rw-r--r--sys/pc98/pc98/wst.c4
5 files changed, 16 insertions, 7 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index b03f49c..1f1b97e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.435 1998/05/30 18:28:12 phk Exp $
+# $Id: LINT,v 1.436 1998/06/05 22:39:45 julian Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -896,6 +896,9 @@ device wcd0
# IDE floppy driver - requires wdc controller and ATAPI option
device wfd0
+# IDE tape driver - requires wdc controller and ATAPI option
+device wst0
+
#
# Standard floppy disk controllers and floppy tapes: `fdc', `fd', and `ft'
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index b03f49c..1f1b97e 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.435 1998/05/30 18:28:12 phk Exp $
+# $Id: LINT,v 1.436 1998/06/05 22:39:45 julian Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -896,6 +896,9 @@ device wcd0
# IDE floppy driver - requires wdc controller and ATAPI option
device wfd0
+# IDE tape driver - requires wdc controller and ATAPI option
+device wst0
+
#
# Standard floppy disk controllers and floppy tapes: `fdc', `fd', and `ft'
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index b03f49c..1f1b97e 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.435 1998/05/30 18:28:12 phk Exp $
+# $Id: LINT,v 1.436 1998/06/05 22:39:45 julian Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -896,6 +896,9 @@ device wcd0
# IDE floppy driver - requires wdc controller and ATAPI option
device wfd0
+# IDE tape driver - requires wdc controller and ATAPI option
+device wst0
+
#
# Standard floppy disk controllers and floppy tapes: `fdc', `fd', and `ft'
diff --git a/sys/i386/isa/wst.c b/sys/i386/isa/wst.c
index 3b1c1c4..b54d469 100644
--- a/sys/i386/isa/wst.c
+++ b/sys/i386/isa/wst.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: wst.c,v 1.3 1998/04/08 20:00:03 sos Exp $
+ * $Id: wst.c,v 1.4 1998/04/20 18:51:33 sos Exp $
*/
#include "wdc.h"
@@ -578,7 +578,7 @@ wst_error(struct wst *t, struct atapires result)
}
int
-wstioctl(dev_t dev, int cmd, caddr_t addr, int flag, struct proc *p)
+wstioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
{
int lun = UNIT(dev);
int error = 0;
diff --git a/sys/pc98/pc98/wst.c b/sys/pc98/pc98/wst.c
index 3b1c1c4..b54d469 100644
--- a/sys/pc98/pc98/wst.c
+++ b/sys/pc98/pc98/wst.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: wst.c,v 1.3 1998/04/08 20:00:03 sos Exp $
+ * $Id: wst.c,v 1.4 1998/04/20 18:51:33 sos Exp $
*/
#include "wdc.h"
@@ -578,7 +578,7 @@ wst_error(struct wst *t, struct atapires result)
}
int
-wstioctl(dev_t dev, int cmd, caddr_t addr, int flag, struct proc *p)
+wstioctl(dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p)
{
int lun = UNIT(dev);
int error = 0;
OpenPOWER on IntegriCloud