diff options
| author | 2016-12-24 22:49:38 +0000 | |
|---|---|---|
| committer | 2016-12-24 22:49:38 +0000 | |
| commit | f252f90fafa7f221243e365e3c1990652bbf416e (patch) | |
| tree | e7b71689508a990737c7a97668d42fe683a17157 /sys/dev/softraidvar.h | |
| parent | Add support for the 2nd sxipio(4) device on the Allwinner H3. (diff) | |
| download | wireguard-openbsd-f252f90fafa7f221243e365e3c1990652bbf416e.tar.xz wireguard-openbsd-f252f90fafa7f221243e365e3c1990652bbf416e.zip | |
Make the boot programs support booting from softraid on 4K byte sector
disks.
test gonzalo
ok tom krw jsing
Diffstat (limited to 'sys/dev/softraidvar.h')
| -rw-r--r-- | sys/dev/softraidvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/softraidvar.h b/sys/dev/softraidvar.h index 53886d0d989..84451149aff 100644 --- a/sys/dev/softraidvar.h +++ b/sys/dev/softraidvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: softraidvar.h,v 1.165 2016/09/10 17:06:11 jsing Exp $ */ +/* $OpenBSD: softraidvar.h,v 1.166 2016/12/24 22:49:38 yasuoka Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org> @@ -271,6 +271,7 @@ struct sr_boot_volume { u_int32_t sbv_flags; /* Volume specific flags. */ u_int32_t sbv_state; /* Volume state. */ int64_t sbv_size; /* Virtual disk size. */ + u_int32_t sbv_secsize; /* Sector size */ u_int32_t sbv_data_blkno; /* Data offset. */ u_int64_t sbv_ondisk; /* Ondisk version. */ |
