diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-12-15 00:30:46 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-12-15 00:30:46 +0000 |
commit | bb62bf686330485daadce4065ac0a4d14115394c (patch) | |
tree | 2a358a1d718faae98289ef6fd7c225bf98144bc2 /sys/dev/pci/aeonreg.h | |
parent | f79ccd13be460a67ba58d2c83d637e7a3944ff9b (diff) |
nuke *vm_alloc_page_contig, use bus_dma
Diffstat (limited to 'sys/dev/pci/aeonreg.h')
-rw-r--r-- | sys/dev/pci/aeonreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/aeonreg.h b/sys/dev/pci/aeonreg.h index 77094ac21f7..5233eba9476 100644 --- a/sys/dev/pci/aeonreg.h +++ b/sys/dev/pci/aeonreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aeonreg.h,v 1.3 1999/02/24 06:09:45 deraadt Exp $ */ +/* $OpenBSD: aeonreg.h,v 1.4 1999/12/15 00:30:45 jason Exp $ */ /* * Invertex AEON driver @@ -125,6 +125,7 @@ struct aeon_softc { bus_space_handle_t sc_sh0, sc_sh1; bus_space_tag_t sc_st0, sc_st1; + bus_dma_tag_t sc_dmat; struct aeon_dma *sc_dma; }; |