summaryrefslogtreecommitdiffstats
path: root/sys/dev/hptmv/vdevice.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-09-07 23:33:26 +0000
committerscottl <scottl@FreeBSD.org>2005-09-07 23:33:26 +0000
commit2a42f5948924a4fb62bc2d9c7dd05b29a7d8720f (patch)
tree727ffd4f8e1895bfb48b086e91d000cbf2ee8fb5 /sys/dev/hptmv/vdevice.h
parent13128dd1ca867ac057897fe125ed38b0fc0700a4 (diff)
downloadFreeBSD-src-2a42f5948924a4fb62bc2d9c7dd05b29a7d8720f.zip
FreeBSD-src-2a42f5948924a4fb62bc2d9c7dd05b29a7d8720f.tar.gz
Import new version of the HPTMV driver from Highpoint. The major change
here is the support for amd64, as well as possible support for PAE. Many thanks to Highpoint for continuing to support FreeBSD. Obtained from: Steve Chang @ Highpoint MFC After: 3 days.
Diffstat (limited to 'sys/dev/hptmv/vdevice.h')
-rw-r--r--sys/dev/hptmv/vdevice.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/hptmv/vdevice.h b/sys/dev/hptmv/vdevice.h
index c9a6136..8d06f10 100644
--- a/sys/dev/hptmv/vdevice.h
+++ b/sys/dev/hptmv/vdevice.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003-2004 HighPoint Technologies, Inc.
+ * Copyright (c) 2004-2005 HighPoint Technologies, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -250,8 +250,8 @@ struct fdisk_partition_table
UCHAR endhead; /* ending head number */
UCHAR endsect; /* ending sector number */
UCHAR endcyl; /* also a 10 bit nmbr, with same high 2 bit trick */
- UINT relsect; /* first sector relative to start of disk */
- UINT numsect; /* number of sectors in partition */
+ ULONG relsect; /* first sector relative to start of disk */
+ ULONG numsect; /* number of sectors in partition */
};
typedef struct _Master_Boot_Record
OpenPOWER on IntegriCloud