zfs/lib/libefi
Brian Behlendorf 29c9a2518c Properly handle block devices other the IDE and SCSI disks.
Based on the block device type we can expect a specific naming
convention.  With this in mind update efi_get_info() to be more
aware of the type when parsing out the partition number.  In,
addition be aware that all block device types are not partitionable.
Finally, when attempting to lookup a device partition by appending
the partition number to the whole device take in to account the
kernel naming scheme.  If the last character of the device name
is a digit the partition will always be 'p#' instead of just '#'.
2009-10-23 16:25:16 -07:00
..
include/sys Remove pragmas from new libefi files. 2009-10-14 15:44:22 -07:00
Makefile.am Add libefi library in to the build system. 2009-10-09 15:58:45 -07:00
rdwr_efi.c Properly handle block devices other the IDE and SCSI disks. 2009-10-23 16:25:16 -07:00