freebsd-skq/sys/geom/part
Marius Strobl c825397790 - Don't enforce an upper-bound to the number of sectors or heads,
allowing the full 16-bit width of the corresponding fields in the
  VTOC8 label to be used. The removed limits basically only held
  true for providers labeled using the synthetic geometry provided
  by cam_calc_geometry(9) but neither SCSI disks labeled with Solaris
  nor sufficiently large ATA disks.
- Given that providers (originally) labeled with Solaris typically
  use the native geometry as reported by the target while FreeBSD
  typically uses a synthetic one put the message complaining about
  mismatching geometries between what the label indicates and what
  GEOM thinks the provider has, which we generally can't help,
  under bootverbose in order to not unnecessarily scare users.
- For informational purposes add the non-matching values to the
  message complaining about them, similar to what r186501 did for
  g_part_bsd_read() except also indicating the origin of the
  values.
- Make it clear that the messages emitted by this code refer to
  the VTOC8 support rather than to another existing scheme or to
  VTOC32.
2009-01-06 14:10:10 +00:00
..
g_part_apm.c Add support for reading Tivo Series 1 partitioning. This likely needs 2008-11-02 03:02:56 +00:00
g_part_bsd.c When the geometry does not match the label, print out the values. 2008-12-26 20:27:32 +00:00
g_part_gpt.c Allow boot code to be smaller than what the scheme expects. 2008-12-01 00:07:17 +00:00
g_part_if.m Add the set and unset verbs used to set and clear attributes for 2008-06-18 01:13:34 +00:00
g_part_mbr.c Allow boot code to be smaller than what the scheme expects. 2008-12-01 00:07:17 +00:00
g_part_pc98.c Improve probing. 2009-01-04 07:32:06 +00:00
g_part_vtoc8.c - Don't enforce an upper-bound to the number of sectors or heads, 2009-01-06 14:10:10 +00:00
g_part.c Don't enforce an upper-bound to the number of sectors or heads 2009-01-06 06:47:53 +00:00
g_part.h Keep entries sorted. 2008-09-05 18:09:49 +00:00