Bug#297086: kernel-source-2.6.10: drivers/block/pktcdvd.c : no device number specified

2006-04-20 Thread Jurij Smakov
Hi Vincent, Looking at the 2.6.10 and 2.6.16 kernel source, I see that pkt_major gets initialized in the pkt_init() function by the following sequence: ret = register_blkdev(pkt_major, pktcdvd); if (ret 0) { printk(pktcdvd: Unable to register block device\n);

Bug#297086: kernel-source-2.6.10: drivers/block/pktcdvd.c : no device number specified

2005-02-26 Thread Vincent Fourmond
Package: kernel-source-2.6.10 Version: 2.6.10-5 Severity: normal Hello ! I just did notice that the new/old packet writing support doesn't provide it's own device major number, namely 97, so the whole stuff is unusable. Just adding pkt_major = 97; after the beginning of int