aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/diskslice.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/diskslice.h')
-rw-r--r--sys/sys/diskslice.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/sys/diskslice.h b/sys/sys/diskslice.h
index 5f8b60040bff..0d1820a17d02 100644
--- a/sys/sys/diskslice.h
+++ b/sys/sys/diskslice.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: diskslice.h,v 1.12 1996/01/30 23:00:31 mpp Exp $
+ * $Id: diskslice.h,v 1.13 1996/06/14 11:02:28 asami Exp $
*/
#ifndef _SYS_DISKSLICE_H_
@@ -85,6 +85,10 @@ struct diskslice {
u_long ds_offset; /* starting sector */
u_long ds_size; /* number of sectors */
int ds_type; /* (foreign) slice type */
+#ifdef PC98
+ int ds_subtype; /* sub slice type */
+ u_char ds_name[16]; /* slice name */
+#endif
struct dkbad_intern *ds_bad; /* bad sector table, if any */
void *ds_date; /* Slice type specific data */
struct slice_switch *switch; /* switch table for type handler */