Print the interrupt levels for bio, net, and tty computed during

autoconfiguration.
This commit is contained in:
thorpej 1996-12-09 03:07:11 +00:00
parent ce7ecde8a3
commit 75a37ecc60
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.27 1996/12/07 19:00:46 thorpej Exp $ */
/* $NetBSD: autoconf.c,v 1.28 1996/12/09 03:07:11 thorpej Exp $ */
/*
* Copyright (c) 1996 Jason R. Thorpe. All rights reserved.
@ -267,6 +267,8 @@ configure()
}
}
isrprintlevels();
/* XXX Should enable interrupts here. */
/*