diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-12-23 22:12:17 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-12-23 22:12:17 +0000 |
| commit | 152e80d9522f76fa6ce298b7acbe82fdb9821fdb (patch) | |
| tree | 470adcf9d42c14e65bad2c969c9f5fae50d78647 /sys | |
| parent | f3a682116caf070990ece825c8dffdaa1e6d524c (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/amd64/pci/pci_bus.c | 4 | ||||
| -rw-r--r-- | sys/i386/pci/pci_bus.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/pci/pci_bus.c b/sys/amd64/pci/pci_bus.c index 226536c5a8539..7830406f4d5ba 100644 --- a/sys/amd64/pci/pci_bus.c +++ b/sys/amd64/pci/pci_bus.c @@ -186,8 +186,8 @@ nexus_pcib_is_host_bridge(int bus, int slot, int func, #ifdef CPU_ELAN init_AMD_Elan_sc520(); #else - printf("*** WARNING: kernel option CPU_ELAN missing" - " -- timekeeping may be wrong.\n"); + printf( +"*** WARNING: missing CPU_ELAN -- timekeeping may be wrong\n"); #endif break; case 0x70061022: diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c index 226536c5a8539..7830406f4d5ba 100644 --- a/sys/i386/pci/pci_bus.c +++ b/sys/i386/pci/pci_bus.c @@ -186,8 +186,8 @@ nexus_pcib_is_host_bridge(int bus, int slot, int func, #ifdef CPU_ELAN init_AMD_Elan_sc520(); #else - printf("*** WARNING: kernel option CPU_ELAN missing" - " -- timekeeping may be wrong.\n"); + printf( +"*** WARNING: missing CPU_ELAN -- timekeeping may be wrong\n"); #endif break; case 0x70061022: |
