K 10 svn:author V 3 ken K 8 svn:date V 27 2001-04-16T15:53:54.000000Z K 7 svn:log V 254 Fix an off-by-2 error in periphdriver_register(). The read side of the bcopy would go off the end of the array by two elements, which sometimes causes a panic if it happens to cross into a page that isn't mapped. Submitted by: gibbs Reviewed by: peter END