aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/diskslice.h
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-07-23 07:46:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-07-23 07:46:59 +0000
commit92b4f2e0df6e5ce5e25e9354159c3366c55540db (patch)
treea4a7cbb6b9a6c0397043022de208c713b39053de /sys/sys/diskslice.h
parent4d8db7c76fa03400c19480f63a3b39d6f2cea42f (diff)
downloadsrc-92b4f2e0df6e5ce5e25e9354159c3366c55540db.tar.gz
src-92b4f2e0df6e5ce5e25e9354159c3366c55540db.zip
Update to current state of PC98 world.
Submitted by: The FreeBSD(98) development team
Notes
Notes: svn path=/head/; revision=17256
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 */