K 10 svn:author V 8 kensmith K 8 svn:date V 27 2004-02-27T19:30:46.000000Z K 7 svn:log V 459 Fix -current builds on alpha. Recent changes in device handling caused subtle problems with how alpha was handling the promcons device. This moves the call to make_dev() for the promcons device to a later point of the boot-up sequence than where promcons initially gets attached, make_dev() called during the first attach crashes due to kernel stack issues. Reviewed by: gallatin, marcel, phk Discussed on: -current@, -alpha@ Approved by: rwatson (mentor) END