Drop the string 'ISA Plug 'n Play device support', it's not something to
brag about anymore.
This commit is contained in:
parent
6224dc462d
commit
41fc254aa6
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: isapnp.c,v 1.58 2008/04/28 20:23:53 martin Exp $ */
|
/* $NetBSD: isapnp.c,v 1.59 2009/08/23 15:56:56 jmcneill Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1996, 2008 The NetBSD Foundation, Inc.
|
* Copyright (c) 1996, 2008 The NetBSD Foundation, Inc.
|
||||||
@ -34,7 +34,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: isapnp.c,v 1.58 2008/04/28 20:23:53 martin Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: isapnp.c,v 1.59 2009/08/23 15:56:56 jmcneill Exp $");
|
||||||
|
|
||||||
#include "isadma.h"
|
#include "isadma.h"
|
||||||
|
|
||||||
@ -907,7 +907,8 @@ isapnp_attach(device_t parent, device_t self, void *aux)
|
|||||||
sc->sc_dmat = ia->ia_dmat;
|
sc->sc_dmat = ia->ia_dmat;
|
||||||
sc->sc_ncards = 0;
|
sc->sc_ncards = 0;
|
||||||
|
|
||||||
aprint_normal(": ISA Plug 'n Play device support\n");
|
aprint_naive("\n");
|
||||||
|
aprint_normal("\n");
|
||||||
|
|
||||||
if (isapnp_map(sc)) {
|
if (isapnp_map(sc)) {
|
||||||
aprint_error_dev(self, "unable to map PnP register\n");
|
aprint_error_dev(self, "unable to map PnP register\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user