diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2008-08-11 17:28:25 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2008-08-11 17:28:25 +0000 |
commit | e69b5e697f30e54b54e2ef3e22e8a7eef8a28bf8 (patch) | |
tree | 092d9004b910122fff74234b2a8801625bfb4ece /sys/dev | |
parent | bc07fed8f5bb8910dd763550ecc283ae028ba80e (diff) |
Undo last commit; deraadt didn't like it.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/biovar.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/biovar.h b/sys/dev/biovar.h index f9219793a64..68371bb3211 100644 --- a/sys/dev/biovar.h +++ b/sys/dev/biovar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: biovar.h,v 1.32 2008/08/11 17:22:54 marco Exp $ */ +/* $OpenBSD: biovar.h,v 1.33 2008/08/11 17:28:24 marco Exp $ */ /* * Copyright (c) 2002 Niklas Hallqvist. All rights reserved. @@ -159,10 +159,7 @@ struct bioc_setstate { u_int16_t bs_channel; u_int16_t bs_target; u_int16_t bs_lun; - u_int16_t bs_other_id_type; /* use other_id instead of ctl */ -#define BIOC_SSOTHER_UNUSED 0x00 -#define BIOC_SSOTHER_DEVT 0x01 - int bs_other_id; /* cram dev_t or other id in here */ + u_int16_t bs_other_id; /* unused for now */ int bs_status; /* change to this status */ #define BIOC_SSONLINE 0x00 /* online disk */ |