Fix print message.
This commit is contained in:
parent
c1821630bd
commit
9de4dc009f
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_smsh_gxio.c,v 1.1 2009/08/09 07:10:13 kiyohara Exp $ */
|
||||
/* $NetBSD: if_smsh_gxio.c,v 1.2 2009/11/29 10:08:15 kiyohara Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2008 KIYOHARA Takashi
|
||||
* All rights reserved.
|
||||
@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_smsh_gxio.c,v 1.1 2009/08/09 07:10:13 kiyohara Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: if_smsh_gxio.c,v 1.2 2009/11/29 10:08:15 kiyohara Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/device.h>
|
||||
@ -108,9 +108,6 @@ smsh_gxio_attach(device_t parent, device_t self, void *aux)
|
||||
struct lan9118_softc *sc = &gsc->sc_smsh;
|
||||
struct gxio_attach_args *gxa = aux;
|
||||
|
||||
aprint_normal("\n");
|
||||
aprint_naive("\n");
|
||||
|
||||
KASSERT(system_serial_high != 0 || system_serial_low != 0);
|
||||
|
||||
sc->sc_dev = self;
|
||||
|
Loading…
Reference in New Issue
Block a user