Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/kern
David Laight wrote:
> IMHO The ISO stuff doesn't really belong in this file ...
But it isn't so good to make FS_BSDFFS default for 'a' partition either:
---
/*
* Set partition 'a' to be the whole disk.
* Cleared if we find an mbr or a netbsd label.
*/
lp->d_partitions[0].p_size = lp->d_partitions[RAW_PART].p_size;
lp->d_partitions[0].p_fstype = FS_BSDFFS;
---
especailly for cd(4).
IMO such 'default' should be set in each disk driver (sd(4), wd(4) etc).
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index