From e5d76dce61575c24fe1e8a01681fab4839c1deea Mon Sep 17 00:00:00 2001 From: kleink Date: Wed, 1 Sep 1999 07:32:31 +0000 Subject: [PATCH] Don't make a human-readable device description being printed at attach time depend on PCIVERBOSE. --- sys/dev/pci/eap.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys/dev/pci/eap.c b/sys/dev/pci/eap.c index f99e82540184..6c67cacb2c01 100644 --- a/sys/dev/pci/eap.c +++ b/sys/dev/pci/eap.c @@ -1,4 +1,4 @@ -/* $NetBSD: eap.c,v 1.26 1999/07/10 16:46:19 kleink Exp $ */ +/* $NetBSD: eap.c,v 1.27 1999/09/01 07:32:31 kleink Exp $ */ /* * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. @@ -390,11 +390,10 @@ eap_attach(parent, self, aux) char const *intrstr; pci_intr_handle_t ih; pcireg_t csr; - char devinfo[256]; mixer_ctrl_t ctl; - pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo); - printf(": %s (rev. 0x%02x)\n", devinfo, PCI_REVISION(pa->pa_class)); + printf(": Ensoniq AudioPCI (rev. 0x%02x)\n", + PCI_REVISION(pa->pa_class)); /* Map I/O register */ if (pci_mapreg_map(pa, PCI_CBIO, PCI_MAPREG_TYPE_IO, 0,