diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-10-29 19:08:55 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-10-29 19:08:55 +0000 |
| commit | ebc4ae3b7443d58f0d1bf4c4fe96e9a1fa5a954a (patch) | |
| tree | a72d4dd2c3aff8d918d9c076fa249f45abddfcc6 | |
| parent | 16093e3f47027f1cda72984ad2bdaf10d075db11 (diff) | |
Notes
| -rw-r--r-- | sys/dev/acpica/acpi_pcib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_pcib.c b/sys/dev/acpica/acpi_pcib.c index 5bdf50a488d2..3677966b7d5b 100644 --- a/sys/dev/acpica/acpi_pcib.c +++ b/sys/dev/acpica/acpi_pcib.c @@ -80,7 +80,7 @@ acpi_pcib_attach(device_t dev, ACPI_BUFFER *prt, int busno) * Attach the PCI bus proper. */ if ((child = device_add_child(dev, "pci", busno)) == NULL) { - device_printf(device_get_parent(dev), "couldn't attach pci bus"); + device_printf(device_get_parent(dev), "couldn't attach pci bus\n"); return_VALUE(ENXIO); } |
