diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-25 22:25:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-25 22:25:49 +0000 |
commit | fcbf41382faf76f6494968949b12845ee4061a72 (patch) | |
tree | 5e984dcef6d0584a303ac3b4918a0d560ab12ef3 /sys/dev/biovar.h | |
parent | 9bc1c7e04acf976015059d416c8ced1979a803ef (diff) |
make an Online/Scrub SD state for marco
Diffstat (limited to 'sys/dev/biovar.h')
-rw-r--r-- | sys/dev/biovar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/biovar.h b/sys/dev/biovar.h index 91039e1e8bc..d70d28caa3a 100644 --- a/sys/dev/biovar.h +++ b/sys/dev/biovar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: biovar.h,v 1.22 2006/05/25 03:38:34 deraadt Exp $ */ +/* $OpenBSD: biovar.h,v 1.23 2006/05/25 22:25:48 deraadt Exp $ */ /* * Copyright (c) 2002 Niklas Hallqvist. All rights reserved. @@ -81,6 +81,8 @@ struct bioc_disk { #define BIOC_SDHOTSPARE_S "Hot spare" #define BIOC_SDUNUSED 0x05 #define BIOC_SDUNUSED_S "Unused" +#define BIOC_SDSCRUB 0x06 +#define BIOC_SDSCRUB_S "Online/Scrub" #define BIOC_SDINVALID 0xff #define BIOC_SDINVALID_S "Invalid" int bd_resv; /* align */ |