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
/
ia64
/
include
/
bus.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r216134. This checkin broke platforms where bus_space are macros:
brucec
2010-12-03
1
-31
/
+24
*
Disallow passing in a count of zero bytes to the bus_space(9) functions.
brucec
2010-12-02
1
-24
/
+31
*
Remove clauses 3 and 4, per changes to NetBSD versions of these files.
imp
2010-09-25
1
-7
/
+0
*
Some code churn:
marcel
2010-02-14
1
-20
/
+6
*
Change BUS_SPACE_MAXADDR from 2^32-1 to 2^64-1. 2^32-1 is representative
marcel
2010-01-02
1
-1
/
+1
*
Revamp bus_space access functions:
marcel
2009-12-30
1
-388
/
+399
*
Make sure bus space accesses use unorder memory loads and stores.
marcel
2009-12-03
1
-76
/
+76
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-11
/
+0
*
Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_.
marcel
2005-05-10
1
-3
/
+0
*
Break out the definition of bus_space_{tag,handle}_t and a few other types
imp
2005-04-18
1
-13
/
+1
*
Refactor the bus_dma header files so that the interface is described in
scottl
2005-03-14
1
-194
/
+1
*
Add bus_dmamap_load_mbuf_sg() to ia64
scottl
2005-01-15
1
-0
/
+2
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
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
-5
/
+12
*
- 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
/
+17
*
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
*
Revamp the newbus functions:
marcel
2003-04-29
1
-829
/
+584
*
I deserve a big pointy hat for having missed all those references
mux
2003-04-10
1
-9
/
+5
*
Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.
mux
2003-02-26
1
-1
/
+1
*
Provide a null-implementation for bus_space_unmap, like i386.
marcel
2003-01-05
1
-2
/
+5
*
Implement bus_space_subregion(). Identical to i386.
marcel
2002-11-29
1
-3
/
+8
*
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
*
Axe the barrier_{read,write,rw}() helper functions as this method of
jhb
2000-10-20
1
-23
/
+0
*
Add in a simple API for memory barriers to machine/bus.h:
jhb
2000-10-18
1
-0
/
+22
*
This is the first snapshot of the FreeBSD/ia64 kernel. This kernel will
dfr
2000-09-29
1
-0
/
+1173