Commit graph

60 commits

Author SHA1 Message Date
Pawel Jakub Dawidek b8d68ca022 Connect geom_gate.ko to the build. 2004-05-03 21:12:29 +00:00
Pawel Jakub Dawidek 57e069969b Makefile for geom_gate.ko. 2004-04-30 16:09:28 +00:00
Pawel Jakub Dawidek f5ebf83f3f Connect geom_concat.ko module to the build.
Approved by:	scottl (mentor)
2004-02-23 20:03:53 +00:00
Pawel Jakub Dawidek e1ae50791e Makefile needed for building geom_concat module.
Approved by:	scottl (mentor)
2004-02-19 15:43:58 +00:00
John-Mark Gurney e4bfcbdb32 add the mbr_enc file so that we can load the module on sparc64. 2003-07-05 08:11:43 +00:00
Poul-Henning Kamp 22db1e9ff5 Add "GEOM_FOX", a class which detects and selects between multiple
redundant paths to the same device.

This class reacts to a label in the first sector of the device,
which is created the following way:

        #    "0123456789abcdef012345..."
        #    "<----magic-----><-id-...>
        echo "GEOM::FOX       someid" | dd of=/dev/da0 conv=sync

NB: Since the fact that multiple disk devices are in fact the same
    device is not known to GEOM, the geom taste/spoil process cannot
    fully catch all corner cases and this module can therefore be
    confused if you do the right wrong things.

NB: The disk level drivers need to do the right thing for this to
    be useful, and that is not by definition currently the case.
2003-06-18 09:29:28 +00:00
Yoshihiro Takahashi 97caa42aea Include "../Makefile.inc" 2003-06-15 04:27:22 +00:00
Poul-Henning Kamp 87eca0f99c Add new geom_ccd module 2003-06-09 21:49:54 +00:00
Gordon Tetlow 03d26d7e42 Add a geom_vol_ffs module and hook up to the build. 2003-06-03 20:32:13 +00:00
Poul-Henning Kamp 5d9bef6473 Add GEOM module compilation shims. 2003-05-31 18:36:41 +00:00