diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-02-06 13:46:39 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-02-06 13:46:39 +0000 |
| commit | 0c3c54da638464af719bb78cb908236b87fabe19 (patch) | |
| tree | b7d7b0f2029f00a02738382ec1c9896806724b5e /sys/sparc64/isa | |
| parent | 32b80354675e2fc4bfb4856d47e0d0b4fd31fb0b (diff) | |
Notes
Diffstat (limited to 'sys/sparc64/isa')
| -rw-r--r-- | sys/sparc64/isa/isa_dma.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/sparc64/isa/isa_dma.c b/sys/sparc64/isa/isa_dma.c index 66d93fbee33f..19c464485a8e 100644 --- a/sys/sparc64/isa/isa_dma.c +++ b/sys/sparc64/isa/isa_dma.c @@ -84,6 +84,12 @@ isa_dmastatus(int chan) } int +isa_dmatc(int chan) +{ + return (0); +} + +int isa_dmastop(int chan) { return (0); |
