diff options
author | Thierry Deval <tdeval@cvs.openbsd.org> | 2002-09-04 23:07:29 +0000 |
---|---|---|
committer | Thierry Deval <tdeval@cvs.openbsd.org> | 2002-09-04 23:07:29 +0000 |
commit | e4246e4a6e57452b37d4a86022289dca3401e3d8 (patch) | |
tree | 061f65704488fe7202c0b1e0973bd00d182ad052 /sys/scsi/scsi_all.h | |
parent | a98af4423d3839ab4773e0080a4ede3129ae01eb (diff) |
Add support for RBC (simplified direct) devices.
ok costa@, krw@
Diffstat (limited to 'sys/scsi/scsi_all.h')
-rw-r--r-- | sys/scsi/scsi_all.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index a0bc2d01886..2517d7ee289 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_all.h,v 1.12 2001/11/11 21:38:17 krw Exp $ */ +/* $OpenBSD: scsi_all.h,v 1.13 2002/09/04 23:07:28 tdeval Exp $ */ /* $NetBSD: scsi_all.h,v 1.10 1996/09/12 01:57:17 thorpej Exp $ */ /* @@ -199,6 +199,7 @@ struct scsi_changedef { #define T_CDROM 5 #define T_SCANNER 6 #define T_OPTICAL 7 +#define T_RDIRECT 14 #define T_NODEVICE 0x1F #define T_CHANGER 8 |