diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-08-29 10:28:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-08-29 10:28:10 +0000 |
| commit | 1961e4302a04fcf581559676f73eb703e3076614 (patch) | |
| tree | 236eba0807d81cfaf038638f0c3ab5d33b7cad59 /sys/dev | |
| parent | 684f9417a29f683a5e1d93ab352f38f85f7c4062 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/hfa/fore_init.c | 2 | ||||
| -rw-r--r-- | sys/dev/hfa/fore_load.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hfa/fore_init.c b/sys/dev/hfa/fore_init.c index 1594f3e6b06e..d0e6192ff479 100644 --- a/sys/dev/hfa/fore_init.c +++ b/sys/dev/hfa/fore_init.c @@ -214,7 +214,7 @@ fore_initialize_complete(fup) log(LOG_ERR, "fore initialization failed: intf=%s%d, hbeat=0x%lx\n", fup->fu_pif.pif_name, fup->fu_pif.pif_unit, - CP_READ(aap->aali_heartbeat)); + (u_long)CP_READ(aap->aali_heartbeat)); return; } diff --git a/sys/dev/hfa/fore_load.c b/sys/dev/hfa/fore_load.c index bdb42cabfb30..5db01f9db2b1 100644 --- a/sys/dev/hfa/fore_load.c +++ b/sys/dev/hfa/fore_load.c @@ -1008,7 +1008,7 @@ fore_pci_attach(config_id, unit) } else if ( --err_count == 0 ) { log(LOG_ERR, "%s%d: unable to boot - status=0x%lx\n", FORE_DEV_NAME, unit, - CP_READ(fup->fu_mon->mon_bstat)); + (u_long)CP_READ(fup->fu_mon->mon_bstat)); goto failed; } DELAY ( BOOT_DELAY ); |
