K 10 svn:author V 6 obrien K 8 svn:date V 27 2002-09-08T23:59:38.000000Z K 7 svn:log V 427 Back out last commit where I moved pcn(4) off of the modules floppy back into the install kernel. Unfortunately pcn(4) also needs mii(4) so that would also have to added to install kernel, which will bloat it up so that it doesn't fit on the floppy any more. Turns out we grew a lnc(4) module since I last looked. So handle it as a kld loadable module during install rather than have it statically compiled into the kernel. END