diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1995-06-28 16:32:54 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1995-06-28 16:32:54 +0000 |
| commit | c411726b79c5b91c22c7baa60739e8ebd881d129 (patch) | |
| tree | b957e011321f3e3d382ded325877547a16a1f4ac /sys/dev | |
| parent | 1f8ca7ddc46b4da73ccd329fd8b95e54fd00e480 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 2c47242a119e2..9536568be9d56 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; reg<PCI_MAP_REG_END; reg+=4) { data = pcibus->pb_read (tag, reg); |
