diff options
author | phk <phk@FreeBSD.org> | 2002-09-08 15:16:49 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2002-09-08 15:16:49 +0000 |
commit | 8eb0cb6eaa0f426e61d107c77fb69aba222cc993 (patch) | |
tree | ade9d3f507e669ef045d7a88caa407f33fbe2582 /sys | |
parent | e5c7442a0ce8abebedb161765b960e65be0113fc (diff) | |
download | FreeBSD-src-8eb0cb6eaa0f426e61d107c77fb69aba222cc993.zip FreeBSD-src-8eb0cb6eaa0f426e61d107c77fb69aba222cc993.tar.gz |
Fix style(9) bugs.
Brucified by: bde
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/pci/pci_bus.c | 4 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/i386/pci/pci_bus.c | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/amd64/pci/pci_bus.c b/sys/amd64/pci/pci_bus.c index 64b98e6..b7c992e 100644 --- a/sys/amd64/pci/pci_bus.c +++ b/sys/amd64/pci/pci_bus.c @@ -188,8 +188,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"); - printf("-- timekeeping may be wrong\n"); + printf("*** WARNING: kernel option CPU_ELAN missing" + " -- timekeeping may be wrong.\n"); #endif break; case 0x70061022: diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index f65298e..60e4b3b 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -155,7 +155,7 @@ options CPU_BLUELIGHTNING_3X options CPU_BTB_EN options CPU_DIRECT_MAPPED_CACHE options CPU_DISABLE_5X86_LSSER -options CPU_ELAN +options CPU_ELAN options CPU_ENABLE_SSE #options CPU_DISABLE_SSE options CPU_FASTER_5X86_FPU diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c index 64b98e6..b7c992e 100644 --- a/sys/i386/pci/pci_bus.c +++ b/sys/i386/pci/pci_bus.c @@ -188,8 +188,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"); - printf("-- timekeeping may be wrong\n"); + printf("*** WARNING: kernel option CPU_ELAN missing" + " -- timekeeping may be wrong.\n"); #endif break; case 0x70061022: |