Mikulas Patocka wrote: > When booting kernel 2.4.27 on notebook with cd-rw dvd-ro drive, I get oops > on cdrom_sysctl_register+2a trying to dereference address 20. > Call stack: register_cdrom+235 > > gcc-3.2.3 Thanks for the .config file. with: CONFIG_SYSCTL=y, CONFIG_PROC_FS=n Am I confused here, or is the 2.4 (and 2.6) source code confused? diffstat:= drivers/cdrom/cdrom.c | 2 -- 1 files changed, 2 deletions(-) Signed-off-by: Randy Dunlap --