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
/
sparc64
/
sbus
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Don't register the over-temperature and power-fail interrupt
marius
2007-06-16
1
-20
/
+14
*
Teach the bridge wrapper how to handle the filter+ithread case.
piso
2007-06-06
1
-12
/
+25
*
Rototill the sparc64 nexus(4) (actually this brings in the code the
marius
2007-03-07
1
-42
/
+40
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-15
/
+25
*
- Use bus_get_dma_tag() to obtain the parent DMA tag so dma(4) will
marius
2007-01-20
1
-6
/
+6
*
Check the return value of bus_setup_intr() when setting up the
marius
2007-01-15
1
-10
/
+12
*
- Merge sys/sparc64/pci/psycho.c rev. 1.8:
marius
2006-06-08
1
-7
/
+26
*
Set the rid for any resource obtained from rman_reserve_resource.
imp
2006-04-20
1
-0
/
+1
*
o lsi64854_enet_intr():
marius
2006-01-31
2
-32
/
+31
*
Revert the part of rev. 1.3 which enabled the chaining of the DMA engine
marius
2006-01-30
1
-21
/
+1
*
- Register the generic implementations for the device shutdown, suspend
marius
2006-01-26
2
-8
/
+6
*
- Convert these bus drivers to make use of the newly introduced set of
marius
2005-11-22
2
-222
/
+126
*
- Try to not leak resources in the attach functions of the esp(4) SBus
marius
2005-05-19
3
-14
/
+540
*
- Add an IVAR for retrieving the interrupt group number of the parent Sbus
marius
2005-05-19
2
-9
/
+55
*
Fix compilation when DEBUG is defined.
marius
2005-04-18
1
-1
/
+1
*
Style and minor changes:
marius
2005-04-17
3
-121
/
+102
*
Re-commit the following changes which were committed to these files
marius
2005-04-17
2
-13
/
+13
*
- Split the bus probe function into a bus probe and a bus attach function
marius
2005-04-17
1
-57
/
+70
*
Some clean-up announced in rev. 1.31:
marius
2005-04-17
1
-80
/
+67
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
3
-4
/
+4
*
Fix paths after repocopies done by scottl
trhodes
2004-11-10
1
-2
/
+2
*
- Introduce an ofw_bus kobj-interface for retrieving the OFW node and a
marius
2004-08-12
2
-33
/
+67
*
These don't need RMAN_RESOURCE_VISIBLE now that rman is visible
imp
2004-07-03
1
-1
/
+0
*
These need __RMAN_RESOURCE_VISIBLE, too.
marius
2004-06-30
1
-0
/
+2
*
Port the NetBSD esp(4) driver. This only includes the sbus front-end, so
scottl
2004-06-10
3
-0
/
+1041
*
Add missing <sys/module.h> #includes
phk
2004-06-04
1
-0
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
2
-8
/
+0
*
The compatibility specification property is named "compatible", not
tmm
2004-03-27
1
-1
/
+1
*
Don't confuse NULL with 0.
obrien
2003-12-26
1
-3
/
+3
*
s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/dev
imp
2003-08-23
1
-1
/
+1
*
Mega busdma API commit.
scottl
2003-07-01
1
-1
/
+1
*
Further cleanup of the sparc64 busdma implementation:
tmm
2003-06-18
1
-9
/
+2
*
Remove the psycho and sbus iommu function stubs, and put the pointer
tmm
2003-06-11
1
-125
/
+19
*
Bring back bus_dmasync_op_t. It is now a typedef to an int, though the
scottl
2003-05-27
1
-2
/
+3
*
De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.
scottl
2003-05-26
1
-25
/
+0
*
- Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB were
tmm
2003-05-02
1
-1
/
+1
*
fix typo in the previous commit.
simokawa
2003-04-12
1
-1
/
+1
*
Change the operation parameter of bus_dmamap_sync() from an
mux
2003-04-10
1
-3
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Fix some more missing dt_ prefixes for dma tag fields.
scottl
2003-01-29
1
-2
/
+2
*
Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() as
scottl
2003-01-29
1
-0
/
+25
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Change the iommu code to be able to handle more than one DVMA area per
tmm
2003-01-06
1
-0
/
+28
*
Bump the IOMMU TSB size to 32kB, to match the default size on PCI
tmm
2003-01-06
1
-1
/
+1
*
Prefix the members of struct bus_space_tag and struct bus_dma_tag with
tmm
2003-01-06
1
-18
/
+18
*
1.) fix a copy-and-paste-o in a panic() message
tmm
2003-01-06
1
-14
/
+36
*
Always initialize the UPA target module id in the interrupt mapping
tmm
2002-12-01
1
-9
/
+9
*
Remove some long-dead cruft in the interrupt handling code which was
tmm
2002-12-01
1
-44
/
+31
*
Typo fix.
mux
2002-08-19
1
-1
/
+1
*
Set interrupt clear pointer for SBus slots to point to correct spot.
mjacob
2002-07-25
1
-2
/
+2
[next]