K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1993-09-09T07:18:52.000000Z K 7 svn:log V 424 The scsi cd.c driver is now fully dynamic. You can change the lines in your config file from: device cd0 device cd1 ... device cdn to either device cd0 or psuedo-device cd0 The driver now dynamically allocates all per unit dependent structs, so it will never run out of units (okay, so now we need 32 bit device major/minor numbers!). It will allocate unit numbers as it needs them. END