diff options
author | Brian Somers <brian@FreeBSD.org> | 2010-06-19 08:42:29 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2010-06-19 08:42:29 +0000 |
commit | 5d6d222816934f962a4f6c6fae61d5215d94f210 (patch) | |
tree | ed43a308011379e214317269f2c086b9aab3afc4 /sys/dev/agp | |
parent | 7150e67191aa71c317edb51c435a40f8ef5f6ca3 (diff) | |
download | src-5d6d222816934f962a4f6c6fae61d5215d94f210.tar.gz src-5d6d222816934f962a4f6c6fae61d5215d94f210.zip |
Notes
Diffstat (limited to 'sys/dev/agp')
-rw-r--r-- | sys/dev/agp/agp_nvidia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/agp/agp_nvidia.c b/sys/dev/agp/agp_nvidia.c index 105f8a6ff827..6db87c625bf9 100644 --- a/sys/dev/agp/agp_nvidia.c +++ b/sys/dev/agp/agp_nvidia.c @@ -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; } |