Also quiet down the ibcs2 startup (same reason as linux lkm - it screws

the console output).
This commit is contained in:
Jordan K. Hubbard 1997-05-01 06:09:01 +00:00
parent a5506b985f
commit 47812774fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25343
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: ibcs2.c,v 1.9 1997/02/22 12:48:01 peter Exp $
* $Id: ibcs2.c,v 1.10 1997/04/06 10:47:52 dufault Exp $
*/
#include <sys/param.h>
@ -41,7 +41,7 @@ MOD_MISC(ibcs2);
static int
ibcs2_load(struct lkm_table *lkmtp, int cmd)
{
uprintf("ibcs2 emulator installed\n");
/* uprintf("ibcs2 emulator installed\n"); XXX - shut up, you! */
return 0;
}

View File

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: ibcs2.c,v 1.9 1997/02/22 12:48:01 peter Exp $
* $Id: ibcs2.c,v 1.10 1997/04/06 10:47:52 dufault Exp $
*/
#include <sys/param.h>
@ -41,7 +41,7 @@ MOD_MISC(ibcs2);
static int
ibcs2_load(struct lkm_table *lkmtp, int cmd)
{
uprintf("ibcs2 emulator installed\n");
/* uprintf("ibcs2 emulator installed\n"); XXX - shut up, you! */
return 0;
}