artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e0bf0d
)
NetBSD PR 2048. Prototype st_erase.
author
briggs
<briggs@openbsd.org>
Fri, 9 Feb 1996 14:45:31 +0000
(14:45 +0000)
committer
briggs
<briggs@openbsd.org>
Fri, 9 Feb 1996 14:45:31 +0000
(14:45 +0000)
sys/scsi/st.c
patch
|
blob
|
history
diff --git
a/sys/scsi/st.c
b/sys/scsi/st.c
index
1fb0c98
..
9a73006
100644
(file)
--- a/
sys/scsi/st.c
+++ b/
sys/scsi/st.c
@@
-272,6
+272,7
@@
int st_read_block_limits __P((struct st_softc *, int flags));
int st_touch_tape __P((struct st_softc *));
int st_write_filemarks __P((struct st_softc *, int number, int flags));
int st_load __P((struct st_softc *, u_int type, int flags));
+int st_erase __P((struct st_softc *, int full, int flags));
int st_mode_select __P((struct st_softc *, int flags));
void ststrategy __P((struct buf *));
int st_check_eod __P((struct st_softc *, boolean, int *, int));