History log of /openbsd/sys/scsi/scsi_tape.h (Results 1 – 11 of 11)
Revision Date Author Comments
# dd0887e4 27-Sep-2019 krw <krw@openbsd.org>

Use consistent idiom/naming convention for the the #include
guards. Spelunkers using grep are easily confused.


# aa369c19 05-Sep-2019 krw <krw@openbsd.org>

Nuke unused struct block_desc_cipher. The Eighties called and want
their "CIPHER ST150S (old drive)" devices back.


# 98c7175c 07-Jun-2015 krw <krw@openbsd.org>

More damned eye searing whitespace.


# 427418b6 24-Dec-2010 krw <krw@openbsd.org>

Have sd(4) devices check for and respect read-only information the
way st(4) does. Have both decline to open read-only devices for
anything but read-only access.

Suggestion to fail opens rather than

Have sd(4) devices check for and respect read-only information the
way st(4) does. Have both decline to open read-only devices for
anything but read-only access.

Suggestion to fail opens rather than individual i/o's from deraadt@.

Problem USB device found and donated by chefren, who also tested
diffs. Thanks!

ok dlg@ marco@

show more ...


# 74401933 07-Jan-1998 deraadt <deraadt@openbsd.org>

add QIC_3080


# cb3ad6e3 14-Apr-1997 downsj <downsj@openbsd.org>

Merge in various pieces of current NetBSD scsi code, including but not limited
to:

* New changer driver.
* Better optical support.
* Different `done' semantics.
* New quirks for SCSI QIC tape driver

Merge in various pieces of current NetBSD scsi code, including but not limited
to:

* New changer driver.
* Better optical support.
* Different `done' semantics.
* New quirks for SCSI QIC tape driver, SCSI floppy drives.
* Better support for SCSI-I devices.

Everybody needs to test this.

show more ...


# a11b678c 31-Oct-1996 niklas <niklas@openbsd.org>

$OpenBSD RCSIDs + comment fix in sd.c


# d724e01a 21-Apr-1996 deraadt <deraadt@openbsd.org>

partial sync with netbsd 960418, more to come


# 0488fc5f 16-Jan-1996 deraadt <deraadt@openbsd.org>

from netbsd:
Honor cache request and add the SCSI tape device configuration page.
Fixes PRs 807, 1201, and 1705. From John Kohl <jtk@kolvir.blrc.ma.us>.


# 0934ece2 20-Nov-1995 deraadt <deraadt@openbsd.org>

add erase support and another wangtek tape drive; from rhialto@polder.ubc.kun.nl; netbsd pr#1705


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree