svn commit: r209560 - stable/8/sys/dev/agp

Brian Somers brian at FreeBSD.org
Mon Jun 28 04:54:17 UTC 2010


Author: brian
Date: Mon Jun 28 04:54:16 2010
New Revision: 209560
URL: http://svn.freebsd.org/changeset/base/209560

Log:
  MFC r209329; add a missing linefeed
  
  PR:		147337
  Submitted by:	cyberleo at cyberleo dot net

Modified:
  stable/8/sys/dev/agp/agp_nvidia.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/dev/agp/agp_nvidia.c
==============================================================================
--- stable/8/sys/dev/agp/agp_nvidia.c	Mon Jun 28 01:46:26 2010	(r209559)
+++ stable/8/sys/dev/agp/agp_nvidia.c	Mon Jun 28 04:54:16 2010	(r209560)
@@ -282,7 +282,7 @@ agp_nvidia_get_aperture(device_t dev)
 	case 14: return (64 * 1024 * 1024); break;
 	case 15: return (32 * 1024 * 1024); break;
 	default:
-		device_printf(dev, "Invalid aperture setting 0x%x",
+		device_printf(dev, "Invalid aperture setting 0x%x\n",
 		    pci_read_config(dev, AGP_NVIDIA_0_APSIZE, 1));
 		return 0;
 	}


More information about the svn-src-stable-8 mailing list