Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jun 2010 08:50:04 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/147337: commit references a PR
Message-ID:  <201006190850.o5J8o4Kw026816@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/147337; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/147337: commit references a PR
Date: Sat, 19 Jun 2010 08:42:43 +0000 (UTC)

 Author: brian
 Date: Sat Jun 19 08:42:29 2010
 New Revision: 209329
 URL: http://svn.freebsd.org/changeset/base/209329
 
 Log:
   Add a missing linefeed
   
   PR:		147337
   Submitted by:	cyberleo at cyberleo dot net
   MFC after:	1 week
 
 Modified:
   head/sys/dev/agp/agp_nvidia.c
 
 Modified: head/sys/dev/agp/agp_nvidia.c
 ==============================================================================
 --- head/sys/dev/agp/agp_nvidia.c	Sat Jun 19 08:36:12 2010	(r209328)
 +++ head/sys/dev/agp/agp_nvidia.c	Sat Jun 19 08:42:29 2010	(r209329)
 @@ -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;
  	}
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006190850.o5J8o4Kw026816>