summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_redboot.c
Commit message (Collapse)AuthorAgeFilesLines
* - Give geom_redboot taste of flash/spi. Now there is another providergonzo2010-02-031-1/+2
| | | | | of redboot partitions. This patch was missed during merge from projects/mips.
* Do not stop the loop when an empty or deleted directory entry is found.jhay2009-06-241-1/+3
| | | | Rather just skip over it.
* o disallow write to RedBoot and FIS directory partitions; these are painfulsam2009-03-111-2/+23
| | | | | | to resurrect (maybe honor foot shooting bit in kern.geom_debugflags) o fix match macro so we now recognize we want to merge FIS dir with RedBoot config parameters even if we don't actually do it
* add geom_redboot, a geom module that exports RedBoot FIS partitions as namedsam2009-03-091-0/+321
slices in dev/redboot/*
OpenPOWER on IntegriCloud