diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-12 07:42:34 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-12 07:42:34 +0000 |
| commit | 67467625e25c699bf06ba4193999e8ebd5bd3e95 (patch) | |
| tree | 2b6fa5568c7b09e143eb085d13fffdf9f44ec201 /sys/dev/hfa/fore_command.c | |
| parent | 6f1214d91833ea199c7b4bc7a12e2bd944f6e90b (diff) | |
Notes
Diffstat (limited to 'sys/dev/hfa/fore_command.c')
| -rw-r--r-- | sys/dev/hfa/fore_command.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/hfa/fore_command.c b/sys/dev/hfa/fore_command.c index 5823a3623c5d..75df3eca0e22 100644 --- a/sys/dev/hfa/fore_command.c +++ b/sys/dev/hfa/fore_command.c @@ -94,7 +94,6 @@ fore_cmd_allocate(fup) } fup->fu_stats = (Fore_stats *) memp; -#ifdef FORE_PCI /* * Allocate memory for PROM buffer */ @@ -103,7 +102,6 @@ fore_cmd_allocate(fup) return (1); } fup->fu_prom = (Fore_prom *) memp; -#endif return (0); } @@ -312,7 +310,6 @@ fore_cmd_drain(fup) wakeup((caddr_t)&fup->fu_stats); break; -#ifdef FORE_PCI case CMD_GET_PROM: if (*hcp->hcq_status & QSTAT_ERROR) { /* @@ -353,7 +350,6 @@ fore_cmd_drain(fup) DMA_FREE_ADDR(fup->fu_prom, fup->fu_promd, sizeof(Fore_prom), 0); break; -#endif /* FORE_PCI */ default: log(LOG_ERR, "fore_cmd_drain: unknown command %ld\n", @@ -418,7 +414,6 @@ fore_cmd_free(fup) fup->fu_stats = NULL; } -#ifdef FORE_PCI /* * Free the PROM buffer */ @@ -426,7 +421,6 @@ fore_cmd_free(fup) atm_dev_free(fup->fu_prom); fup->fu_prom = NULL; } -#endif /* * Free the status words |
