diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-10-12 20:40:36 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2002-10-12 20:40:36 +0000 |
| commit | a9945062b7c12977c9c0ed7bd9fee92219d978f6 (patch) | |
| tree | 75fc4b5a0f7cf63cdfce02337722b113055ba8d6 /sys/pci | |
| parent | 526a05f186e2dbea497f40d92fd64d34c1d6540b (diff) | |
Notes
Diffstat (limited to 'sys/pci')
| -rw-r--r-- | sys/pci/agp_amd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c index d855d985646d..26a0f3b5d4c2 100644 --- a/sys/pci/agp_amd.c +++ b/sys/pci/agp_amd.c @@ -125,8 +125,8 @@ agp_amd_alloc_gatt(device_t dev) gatt->ag_pdir = vtophys((vm_offset_t) gatt->ag_vdir); if(bootverbose) - device_printf(dev, "gatt -> ag_pdir %8x\n", - (vm_offset_t)gatt->ag_pdir); + device_printf(dev, "gatt -> ag_pdir %p\n", + (caddr_t)gatt->ag_pdir); /* * Allocate the gatt pages */ |
