Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   reinoud
Date:           Tue Dec 30 19:38:36 UTC 2008

Modified Files:
        src/sys/dev/scsipi: cd.c
        src/sys/kern: subr_disk_mbr.c
        src/sys/sys: disklabel.h

Log Message:
Add ISO partition detection enabling auto-detection of iso9660 and UDF
partitions on optical media like CD/DVD/BD but also on all other media if
there is no NetBSD disklabel or MBR label.

Also fix cd's readdisklabel arguments so the ioctl's arrive at the right
device (!) and update its default label to make more sense.


To generate a diff of this commit:
cvs rdiff -r1.283 -r1.284 src/sys/dev/scsipi/cd.c
cvs rdiff -r1.31 -r1.32 src/sys/kern/subr_disk_mbr.c
cvs rdiff -r1.102 -r1.103 src/sys/sys/disklabel.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index