summaryrefslogtreecommitdiffstats
path: root/sys/modules/geom/geom_part
Commit message (Collapse)AuthorAgeFilesLines
* g_part_ebr.c includes opt_geom.hmarcel2009-05-301-0/+1
|
* Add the EBR scheme. The EBR scheme supports the Extended Boot Recordsmarcel2009-02-082-0/+13
| | | | | | | | found inside extended partitions and used to create logical partitions. At this time write/modify support is not (yet) present. The EBR and MBR schemes both check the parent scheme. The MBR will back-off when nested under another MBR, whereas the EBR only nests under a MBR.
* Add support for PC-9800 partition tables.marcel2008-03-282-0/+13
|
* Instead of making a single geom_part.ko module, make a modulemarcel2008-03-236-15/+66
| | | | | for each partitioning scheme. The gpart code is currently non- optional.
* Add geom_part module.marcel2008-03-021-0/+18
OpenPOWER on IntegriCloud