freebsd-dev/sys/geom
Brian Feldman 6f299fa373 When loading GEOM modules, we expect the actual load process to be done
by the time that kldload(8) returns.  Satisfy that by making the GEOM
module load event -- only when the kernel is !cold -- wait until the
GEOM module init function has finished instead of returning immediately.

This is the other half of fixing md(8) (actually, "mfs" in fstab(5))
that is similar to r1.128 of src/sys/dev/md/md.c.  This bug would be
why RAM disks would often fail on boot and the first call to mdconfig(8)
would probably fail.

pjd has ideas for not requiring kldload(8) to work synchronously for
control devices that could make this obsolete.

Silence on:	-arch
2004-10-12 04:44:54 +00:00
..
bde
concat This is not needed anymore, it is forced in GEOM now. 2004-09-20 17:26:25 +00:00
gate Unlock g_gate_list_mtx mutex when we cannot allocate unit number. 2004-10-02 15:03:26 +00:00
label This is not needed anymore, it is forced in GEOM now. 2004-09-20 17:26:25 +00:00
mirror Be sure to always return 0 for negative access requests. 2004-10-07 20:13:23 +00:00
nop g_nop_create: destroy newly created provider in case of errors. 2004-09-16 15:28:48 +00:00
raid3 Just use MAXPHYS as maximum I/O request size, instead of using my own 2004-09-28 07:33:37 +00:00
stripe This is not needed anymore, it is forced in GEOM now. 2004-09-20 17:26:25 +00:00
uzip Use correct malloc type when freeing memory allocated by g_read_data. 2004-09-19 10:27:46 +00:00
vinum Don't allow to create a drive that already exists. 2004-10-02 20:50:21 +00:00
geom_aes.c
geom_apple.c
geom_bsd_enc.c
geom_bsd.c
geom_ccd.c
geom_ctl.c
geom_ctl.h
geom_dev.c Deny invalid I/O requests which comes from userland here, because later 2004-09-27 22:10:01 +00:00
geom_disk.c
geom_disk.h
geom_dump.c
geom_event.c
geom_fox.c
geom_gpt.c
geom_int.h
geom_io.c Trace information about a buffer while we still control it. 2004-10-11 21:22:59 +00:00
geom_kern.c
geom_mbr_enc.c
geom_mbr.c
geom_pc98_enc.c
geom_pc98.c Only do the geometry translations on ad* devices, other devices seems to 2004-10-08 21:27:27 +00:00
geom_slice.c
geom_slice.h
geom_subr.c When loading GEOM modules, we expect the actual load process to be done 2004-10-12 04:44:54 +00:00
geom_sunlabel_enc.c
geom_sunlabel.c
geom_vol_ffs.c
geom.h
notes