index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
alpha
/
include
/
bus.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Begin all license/copyright comments with /*- or #-
imp
2005-01-05
1
-1
/
+1
*
Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() in
scottl
2003-11-07
1
-0
/
+4
*
Implement the bus_space_map() function to allocate resources and initialize
nyan
2003-09-23
1
-0
/
+18
*
- Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed
mux
2003-07-27
1
-0
/
+1
*
Mega busdma API commit.
scottl
2003-07-01
1
-1
/
+18
*
Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.
hmp
2003-05-30
1
-1
/
+1
*
Bring back bus_dmasync_op_t. It is now a typedef to an int, though the
scottl
2003-05-27
1
-1
/
+2
*
De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.
scottl
2003-05-26
1
-6
/
+0
*
Change the operation parameter of bus_dmamap_sync() from an
mux
2003-04-10
1
-9
/
+5
*
Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.
mux
2003-02-26
1
-1
/
+1
*
Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() as
scottl
2003-01-29
1
-0
/
+6
*
Cast pointers in mem*_io() compat macros to uintptr_t so that they can be
jhb
2002-11-08
1
-5
/
+5
*
Wrap ()'s around an argument before casting it to a void *. If the
jhb
2002-11-06
1
-6
/
+6
*
Add a bus_space_unmap() for the puc (and possibly other) drivers.
gallatin
2002-10-21
1
-0
/
+14
*
give alpha a bus_space_subregion() so that ahd_pci compiles and moves
gallatin
2002-10-20
1
-0
/
+20
*
New bus_dma interfaces for use by crypto device drivers:
sam
2002-10-04
1
-0
/
+23
*
Add the following functions/macros to support byte order conversions and
tmm
2002-02-27
1
-0
/
+64
*
The alpha architecture is 64 bits, so bus_addr_t && bus_size_t should really
mjacob
2001-01-09
1
-4
/
+5
*
Axe the barrier_{read,write,rw}() helper functions as this method of
jhb
2000-10-20
1
-12
/
+0
*
Add in a simple API for memory barriers to machine/bus.h:
jhb
2000-10-18
1
-0
/
+12
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
1
-931
/
+268
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Improve compatibility with other systems by changing the default
imp
1999-07-03
1
-1
/
+10
*
* Implement ISA dma (only for CIA now but more chipsets to follow).
dfr
1999-06-05
1
-3
/
+3
*
Port i386 bus_space and bus_dma to alpha.
dfr
1998-09-16
1
-476
/
+1023
*
Add initial support for the FreeBSD/alpha kernel. This is very much a
dfr
1998-06-10
1
-0
/
+620