From 475421573819f89f9428bf935323414eecb775aa Mon Sep 17 00:00:00 2001 From: simonb Date: Tue, 22 Jul 2003 11:59:55 +0000 Subject: [PATCH] Clean up autoconfiguration output a little. --- sys/dev/pci/agp_intel.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/dev/pci/agp_intel.c b/sys/dev/pci/agp_intel.c index 04b7a4e64878..43cb82f5bbb2 100644 --- a/sys/dev/pci/agp_intel.c +++ b/sys/dev/pci/agp_intel.c @@ -1,4 +1,4 @@ -/* $NetBSD: agp_intel.c,v 1.11 2003/07/06 12:39:41 tron Exp $ */ +/* $NetBSD: agp_intel.c,v 1.12 2003/07/22 11:59:55 simonb Exp $ */ /*- * Copyright (c) 2000 Doug Rabson @@ -29,7 +29,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: agp_intel.c,v 1.11 2003/07/06 12:39:41 tron Exp $"); +__KERNEL_RCSID(0, "$NetBSD: agp_intel.c,v 1.12 2003/07/22 11:59:55 simonb Exp $"); #include #include @@ -124,6 +124,7 @@ agp_intel_attach(struct device *parent, struct device *self, void *aux) if (pci_find_device(&isc->vga_pa, agp_intel_vgamatch) == 0) { aprint_normal(": using generic initialization for Intel AGP\n"); + aprint_normal("%s", sc->as_dev.dv_xname); isc->chiptype = CHIP_INTEL; }