#
f40adf33 |
| 13-May-2002 |
jason <jason@openbsd.org> |
add BUS_DMA_24BIT flag (for braindead lance implementations)
|
#
4f9e30d0 |
| 14-Mar-2002 |
millert <millert@openbsd.org> |
Final __P removal plus some cosmetic fixups
|
#
c4071fd1 |
| 14-Mar-2002 |
millert <millert@openbsd.org> |
First round of __P removal in sys
|
#
85e281c7 |
| 07-Mar-2002 |
jason <jason@openbsd.org> |
Clean up BUS_DMA_* flags, and make sure all arch's define: BUS_DMA_READ, BUS_DMA_WRITE, and BUS_DMA_STREAMING
|
#
d20336bf |
| 19-Feb-2002 |
jason <jason@openbsd.org> |
From NetBSD: change some debug printfs to make gcc happy
|
#
5fdbebc0 |
| 05-Feb-2002 |
jason <jason@openbsd.org> |
Implement vgafb_mmap() fully From NetBSD: change bus_space_mmap() prototype to standard one
|
#
5cdd493a |
| 26-Sep-2001 |
jason <jason@openbsd.org> |
missed in previous merge with NetBSD: handle dma boundaries better
|
#
eae804c8 |
| 06-Sep-2001 |
art <art@openbsd.org> |
define BUS_DMA_RAW
|
#
a734b839 |
| 30-Aug-2001 |
jason <jason@openbsd.org> |
add __HAS_NEW_BUS_DMAMAP_SYNC
|
#
9e16bd50 |
| 23-Aug-2001 |
art <art@openbsd.org> |
fix args in stream -> raw conversion. I just love the knights who say NiH!
|
#
61c2c78f |
| 22-Aug-2001 |
art <art@openbsd.org> |
Some "raw" wrappers around "stream" methods.
Also, define __HAVE_NEW_BUS_DMAMAP_SYNC, we will have to start converting code to using the five-argument variant on bus_dmamap_sync.
|
#
af3f3b5c |
| 20-Aug-2001 |
jason <jason@openbsd.org> |
$OpenBSD$
|
#
bd12f793 |
| 18-Aug-2001 |
art <art@openbsd.org> |
More includes from NetBSD. No modifications.
|