From c411726b79c5b91c22c7baa60739e8ebd881d129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Wed, 28 Jun 1995 16:32:54 +0000 Subject: [PATCH] Change message "not supported" to "no driver assigned", because people tend to assume their devices won't work if they see this message, though it may indicate that those devices just don't need any PCI driver (e.g. devices that emulate an ISA card, or that have been initialised by the BIOS and need no further care). --- sys/dev/pci/pci.c | 4 ++-- sys/pci/pci.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 2c47242a119..9536568be9d 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.23 1995/05/30 08:13:09 rgrimes Exp $ +** $Id: pci.c,v 1.24 1995/06/28 15:59:04 se Exp $ ** ** General subroutines for the PCI bus. ** pci_configure () @@ -1516,7 +1516,7 @@ void not_supported (pcici_t tag, u_long type) if (data < sizeof(majclasses) / sizeof(majclasses[0])) printf(", class=%s", majclasses[data]); - printf (" [not supported]\n"); + printf (" [no driver assigned]\n"); for (reg=PCI_MAP_REG_START; regpb_read (tag, reg); diff --git a/sys/pci/pci.c b/sys/pci/pci.c index 2c47242a119..9536568be9d 100644 --- a/sys/pci/pci.c +++ b/sys/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.23 1995/05/30 08:13:09 rgrimes Exp $ +** $Id: pci.c,v 1.24 1995/06/28 15:59:04 se Exp $ ** ** General subroutines for the PCI bus. ** pci_configure () @@ -1516,7 +1516,7 @@ void not_supported (pcici_t tag, u_long type) if (data < sizeof(majclasses) / sizeof(majclasses[0])) printf(", class=%s", majclasses[data]); - printf (" [not supported]\n"); + printf (" [no driver assigned]\n"); for (reg=PCI_MAP_REG_START; regpb_read (tag, reg);