HEADS UP: More HAL testers needed

Joe Marcus Clarke marcus at FreeBSD.org
Thu Nov 2 23:04:29 UTC 2006


I am working to sync our HAL backend up with the latest HAL spec.  To
that end, I have added support for displaying more volume.partition
properties.  This patch will only affect HAL objects that have the
volume.is_partition property set to TRUE.  The only way you'd notice any
difference is using lshal.  The old output looked something like:

volume.partition.number = 3 (0x3) (int)
volume.msdos_part_table_type = 165 (0xa5) (int)

The new style looks like this:

volume.partition.start = 18268346880  (0x440e0da00)  (uint64)
volume.partition.media_size = 61730726400  (0xe5f702200)  (uint64)
volume.partition.type = '0xa5'  (string)
volume.partition.scheme = 'mbr'  (string)
volume.partition.number = 3  (0x3)  (int)

I'd be particularly interested with feedback from those that have gpt or
apple schemes, but feedback from mbr users is just as good (i.e. to let
me know it works on more that just my system).  Thanks.

http://www.marcuscom.com/downloads/patch-hal_volume

Joe

-- 
Joe Marcus Clarke
FreeBSD GNOME Team      ::      gnome at FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20061102/1a153942/attachment.pgp


More information about the freebsd-gnome mailing list