TODO revision 22521
1#	$FreeBSD: head/sys/fs/cd9660/TODO 22521 1997-02-10 02:22:35Z dyson $
2
3 1) should understand "older", original High Sierra ("CDROM001") type
4
5   Not yet. ( I don't have this technical information, yet. )
6   Done. (16-Jan-95, Joerg Wunsch joerg@freebsd.org)
7
8
9 2) should understand Rock Ridge
10
11   Yes, we have follows function.
12
13       o Symbolic Link
14       o Real Name(long name)
15       o File Attribute 
16       o Time stamp
17       o uid, gid
18       o Devices
19       o Relocated directories
20
21   Except follows:
22
23       o POSIX device number mapping
24
25         There is some preliminary stuff in there that (ab-)uses the mknod
26         system call, but this needs a writable filesystem
27         
28 5) should have name translation enabled by mount flag
29
30   Yes. we can disable the Rock Ridge Extension by follows option;
31
32      "mount -t isofs -o -norrip /dev/cd0d /cdrom"
33
34 6) should run as a user process, and not take up kernel space (cdroms
35    are slow)
36
37   Not yet.
38
39 7) ECMA support.
40
41   Not yet. we need not only a technical spec but also ECMA format
42   cd-rom itself!
43
44 8) Character set change by SVD ( multi SVD support )
45
46   Not yet. We should also hack the other part of system as 8 bit
47   clean. As far as I know, if you export the cdrom by NFS, the client
48   can access the 8 bit clean (ie. Solaris Japanese with EUC code )
49
50