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
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide for multiple, cascaded PICs on PowerPC systems, and extend the
nwhitehorn
2010-06-18
4
-4
/
+4
*
- Enable DMA write parity error interrupts on Schizo with a working
marius
2010-05-14
3
-41
/
+91
*
Add missing copyright shebang.
marius
2010-04-10
1
-1
/
+1
*
Add sbbc(4), a driver for the BootBus controller found in Serengeti and
marius
2010-04-10
1
-0
/
+1074
*
Use device_get_nameunit(9) rather than device_get_name(9) so one can
marius
2010-03-31
2
-5
/
+5
*
Don't re-implement device_get_nameunit(9).
marius
2010-03-31
1
-14
/
+10
*
- Take advantage of the INTCLR_* macros.
marius
2010-03-31
2
-18
/
+18
*
- Add quirk handling for Sun Fire V1280. The firmware of these machines
marius
2010-03-17
2
-5
/
+29
*
- Zero the MSI/MSI-X queue argument, otherwise mtx_init(9) can panic
marius
2010-01-27
1
-3
/
+3
*
When setting up MSIs with a filter ensure that the event queue interrupt
marius
2010-01-10
1
-2
/
+10
*
- According to OpenSolaris it's sufficient to align the MSIs of a
marius
2010-01-10
1
-52
/
+95
*
- Preserve the PROM IOMMU in order to allow OFW drivers to continue to
marius
2010-01-02
4
-4
/
+25
*
- Remove a redundant variable and an unnecessary cast.
marius
2009-12-29
1
-6
/
+5
*
- Prefer i and j over i and n for temporary integer variables.
marius
2009-12-29
2
-111
/
+120
*
Account for firmware versions which include the CDMA interrupts in
marius
2009-12-28
1
-19
/
+32
*
Add a driver for the `Fire' JBus to PCIe bridges found in at least
marius
2009-12-27
3
-0
/
+3224
*
- Hook up the default implementations of the MSI/MSI-X pcib_if methods
marius
2009-12-25
1
-2
/
+39
*
Merge from amd64/i386:
marius
2009-12-24
2
-0
/
+28
*
- Add quirk handling for ALi M5229, mainly setting the magic "force
marius
2009-12-23
1
-3
/
+24
*
- Sort the prototypes.
marius
2009-12-23
1
-24
/
+23
*
Add structures for OFW MSI/MSI-X support. These are identical for
marius
2009-12-23
1
-0
/
+25
*
Enroll these drivers in multipass probing. The motivation behind this
marius
2009-12-22
3
-3
/
+5
*
Provide and consume missing module dependency information.
marius
2009-12-21
2
-0
/
+2
*
Factor out the duplicated macro for the device type used in the
marius
2009-09-13
3
-6
/
+6
*
Bring the implementation of the pnpinfo string function more in
marius
2009-03-19
1
-8
/
+6
*
- Ensure we find no unexpected partner.
marius
2009-03-19
2
-53
/
+60
*
- Take advantage of KOBJMETHOD_END.
marius
2009-03-19
1
-9
/
+13
*
Take advantage of KOBJMETHOD_END.
marius
2009-03-19
1
-1
/
+1
*
- Sort device methods.
marius
2009-03-19
2
-4
/
+4
*
- Failing to register as interrupt controller during attach shouldn't
marius
2008-12-18
1
-10
/
+35
*
Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,
nwhitehorn
2008-12-15
7
-7
/
+19
*
- According to OpenSolaris, CDMA flushing/syncing for Tomatillos
marius
2008-11-20
3
-70
/
+213
*
- Turn off interrupts instead of only entering a critical section
marius
2008-10-28
1
-14
/
+10
*
Add a driver for `Schizo' Fireplane/Safari to PCI 2.1 and `Tomatillo'
marius
2008-09-28
3
-0
/
+1649
*
Clear any possibly pending PCI error bits left by the firmware. These
marius
2008-09-18
2
-64
/
+56
*
Announce the speed of the PCI bus for informational purpose.
marius
2008-08-24
1
-3
/
+6
*
The PCI specifications don't explain the details on how to calculate
marius
2008-08-24
1
-20
/
+58
*
cosmetic changes and style fixes
marius
2008-08-22
3
-24
/
+31
*
- Use the name returned by device_get_nameunit(9) for the name of the
marius
2008-05-07
1
-25
/
+19
*
Remove an header which is unused for sun4v.
marius
2008-05-02
1
-1
/
+3
*
Remove the MD isa_irq_pending() and the underlying PCI-specific
marius
2008-04-26
3
-74
/
+0
*
o Rename ic_eoi to ic_clear to emphasize the functions it points
marius
2008-04-23
1
-3
/
+15
*
On sparc64 machines with multiple host-PCI-bridges these bridges
marius
2008-04-17
8
-149
/
+21
*
Add a new 'why' argument to kdb_enter(), and a set of constants to use
rwatson
2007-12-25
1
-1
/
+1
*
Fix a non-fatal off-by-one error in the previous revision.
marius
2007-12-01
1
-1
/
+1
*
- Add the PCI side of the HOST-PCI bridge itself to the bus. This
marius
2007-11-30
3
-14
/
+76
*
Make the PCI code aware of PCI domains (aka PCI segments) so we can
marius
2007-09-30
3
-4
/
+12
*
- Use the actual clock frequency of the PCI bus instead of assuming
marius
2007-09-26
1
-17
/
+16
*
o Revamp the sparc64 interrupt code in order to be able to interface
marius
2007-09-06
2
-172
/
+215
*
- Divorce the IOTSBs, which so far where handled via a global list
marius
2007-08-05
2
-7
/
+16
[next]