diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-03-31 05:43:55 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-03-31 05:43:55 +0000 |
commit | 973d088d991a4086542ac604336cbf1321b73512 (patch) | |
tree | 77703b70f0e8665c8717dcc5fbcf96e344a8ec3e /sys/arch/powerpc | |
parent | 30e86a12ec30f9ef51a0315ab98c1b674de645da (diff) |
Remove unnecessary debug printf.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/pci/macobio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/powerpc/pci/macobio.c b/sys/arch/powerpc/pci/macobio.c index b2c7f3964fc..60fd121b0a7 100644 --- a/sys/arch/powerpc/pci/macobio.c +++ b/sys/arch/powerpc/pci/macobio.c @@ -128,7 +128,6 @@ obio_attach(parent, self, aux) /* always ??? */ heathrow_FCR = mapiodev(reg[2] + HEATHROW_FCR_OFFSET, 4); - printf("heathrow fcr, %x\n", heathrow_FCR); } break; case 0x22: /* keylargo */ |