phk 2004/02/12 13:33:00 PST
FreeBSD src repository
Modified files:
sys/dev/syscons syscons.c
Log:
Don't use makedev() to hack up dev_t's early in boot, do it right
with make_dev() (and avoid doing it again later).
Revision Changes Path
1.412 +9 -5 src/sys/dev/syscons/syscons.c