K 10 svn:author V 3 imp K 8 svn:date V 27 2003-03-10T02:18:25.000000Z K 7 svn:log V 605 MFC: If d_foo == NULL, then set it to nofoo. This makes a few checks in the tree like (sc->d_foo != NULL) sc->d_foo(...); obsolete. Given the lateness of the hour before the release, those are not cleaned up. This allows one to more easily share drivers between branches since you can use the c99 initializers .d_foo = drv_foo; w/o the need to have explicit nofoo entries. No version bump is done on -stable since I'm piggy backing on the release version bump because we are so close. Again, minimal change. This has booted on a couple of test machines, and it appears safe. Approved by: re@ (jhb) END