aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2002-04-20 01:35:45 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2002-04-20 01:35:45 +0000
commitf1db38534e949a9b9ba4a19c99c390c494db39c6 (patch)
treefc2a498d5176c197dcb1ab8683f1b26b34793293 /sys/dev
parent0537668b9bdb443c29ef181f0e3a57d4104b9917 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/tdfx/tdfx_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c
index b94eedf82abc1..31849253c1819 100644
--- a/sys/dev/tdfx/tdfx_pci.c
+++ b/sys/dev/tdfx/tdfx_pci.c
@@ -390,8 +390,8 @@ tdfx_setmtrr(device_t dev) {
*/
#ifdef DEBUG
if(retval == 0) {
- device_printf(dev, "MTRR Set Type Uncacheable
- %x\n", (u_int32_t)tdfx_info->mrdesc.mr_base);
+ device_printf(dev, "MTRR Set Type Uncacheable %x\n",
+ (u_int32_t)tdfx_info->mrdesc.mr_base);
} else {
device_printf(dev, "Couldn't Set MTRR\n");
}