freebsd-skq/lib/libdisk
sam 715f7b0ad3 o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom,
get the xml configuration for the devices and "parse" the information to
  get what's needed
o replace #ifdef DEBUG constructs with DPRINT/DPRINTX to make the code more
  readable

Note the xml "parser" is very very hackish and should be replaced with a
real one.  This one was done to be very small and special-purpose; don't
think about copying it elsewhere.

Approved by:	phk
2002-10-19 16:39:28 +00:00
..
blocks.c Modernize my email address. 2002-03-25 13:52:45 +00:00
change.c Fix to check disk geometry. 2002-10-14 13:15:14 +00:00
chunk.c Modernize my email address. 2002-03-25 13:52:45 +00:00
create_chunk.c Fix to support pc98. 2002-10-08 12:13:19 +00:00
disk.c o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom, 2002-10-19 16:39:28 +00:00
disklabel.c Modernize my email address. 2002-03-25 13:52:45 +00:00
libdisk.3 Fixed bitrot in synopsis. The change of the return type of 2001-10-03 03:49:48 +00:00
libdisk.h Modernize my email address. 2002-03-25 13:52:45 +00:00
Makefile NOSHARED is meaningless in the bsd.lib.mk context. 2002-05-13 12:00:45 +00:00
rules.c Fix to support pc98. 2002-10-08 12:13:19 +00:00
tst01.c not sure if this correct, but it compiles again 2002-10-18 00:26:34 +00:00
write_disk.c #include the right thing for PC98 2002-10-02 08:59:28 +00:00