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
/
powerpc
/
powermac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the BUS_CONFIG_INTR() method to the platform and to
marcel
2008-03-07
1
-0
/
+1
*
Add PIC support for IPIs. When registering an interrupt handler,
marcel
2008-02-12
2
-1
/
+10
*
One of my powerbooks has this chip in it..
julian
2008-01-26
1
-0
/
+1
*
Add a new 'why' argument to kdb_enter(), and a set of constants to use
rwatson
2007-12-25
1
-1
/
+1
*
Apply missing s/rv/res/g in previous commit.
marcel
2007-12-21
3
-3
/
+3
*
MFamd64/ia64/i386: Only set the rman bus tags and handles in
jhb
2007-12-20
3
-6
/
+3
*
Redefine bus_space_tag_t on PowerPC from a 32-bit integral to
marcel
2007-12-19
3
-15
/
+6
*
Make the PCI code aware of PCI domains (aka PCI segments) so we can
marius
2007-09-30
2
-2
/
+6
*
Revamp the interrupt handling in support of INTR_FILTER. This includes:
marcel
2007-08-11
3
-479
/
+125
*
When writing to PCI configuration registers, don't immediately
marcel
2007-04-01
1
-3
/
+0
*
Make pswitch_intr() returns interrupt handling status.
piso
2007-03-02
1
-2
/
+3
*
Catch up with bus_setup_intr() modification and garbage collect a
piso
2007-02-25
1
-2
/
+2
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-4
/
+5
*
Set the rid for any resource obtained from rman_resource_reserve.
imp
2006-04-20
4
-0
/
+4
*
Convert to use the recently introduced set of ofw_bus_gen_get_*() for
marius
2005-12-03
2
-93
/
+40
*
The end values passed to rman_manage_region() for PCI i/o and mem
grehan
2005-05-29
1
-2
/
+2
*
Remove incorrect configuration setting that limited the Kauai ATA controller
grehan
2005-05-14
1
-1
/
+1
*
Catch up with latest ATA newbus commits.
grehan
2005-05-01
2
-4
/
+4
*
Get order right when initializing task file bus resources. ATA drives are
grehan
2005-04-20
2
-4
/
+4
*
Catch up with ATA mkIII definitions for registers that have different
grehan
2005-04-18
2
-2
/
+4
*
Introduce channel-level setmode newbus method.
grehan
2005-04-01
2
-0
/
+25
*
Catch up with ATA-mkIII
grehan
2005-03-31
2
-36
/
+2
*
- allow a device hint to disable probing a slot on a Uninorth PCI bus.
grehan
2005-01-11
1
-5
/
+12
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
12
-12
/
+12
*
Return correct value in the lock routine.
grehan
2005-01-07
1
-2
/
+2
*
Stay up to date with the latest ATA developments, where
ssouhlal
2004-11-02
2
-2
/
+4
*
Add sc_iostart to softc and unbreak the build.
gallatin
2004-09-27
1
-0
/
+1
*
Add support for i/o-ports. This was cut and pasted from grackle.c
gallatin
2004-09-26
1
-3
/
+26
*
Instead of "OpenFirmware", "openfirmware", etc. use the official spelling
marius
2004-08-16
4
-5
/
+5
*
- Introduce an ofw_bus kobj-interface for retrieving the OFW node and a
marius
2004-08-12
5
-87
/
+79
*
- Use the rman_get_* functions instead of reaching into struct resource.
marius
2004-08-11
5
-11
/
+8
*
Make this compile: add sys/module.h and KDBify.
gallatin
2004-07-22
1
-5
/
+3
*
Catch up with __RMAN_RESOURCE_VISIBLE change
grehan
2004-07-01
5
-0
/
+15
*
Move soft structs back to C files to avoid exposing rman fields
grehan
2004-07-01
1
-11
/
+1
*
Catchup to now-required <sys/module.h> for PowerPC
grehan
2004-06-25
5
-0
/
+5
*
- Catch up with recent ATA changes.
grehan
2004-04-23
2
-6
/
+9
*
Match the specific MPC106 host bridge PCI ID rather than all
grehan
2004-04-01
1
-6
/
+3
*
The end argument to bus_alloc_resource() should have been ~0 and
grehan
2004-03-31
1
-2
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
2
-2
/
+2
*
Bring to working PIO state.
grehan
2004-02-29
1
-3
/
+12
*
Work-in-progress for the 'Kauai' ATA device in Mac notebooks. The
grehan
2004-02-12
1
-0
/
+190
*
- remove trailing whitespace
grehan
2004-02-11
1
-11
/
+13
*
- removed debug printf that was a false positive on non-OpenPIC systems
grehan
2004-02-04
1
-7
/
+5
*
Use device alias "mpic" to locate the macio OpenPIC. This works
grehan
2004-02-03
1
-6
/
+5
*
Catch up with ATA UMA changes
grehan
2004-01-15
1
-0
/
+1
*
Use a device identify entry point to attach to nexus, since the
grehan
2004-01-13
1
-9
/
+27
*
Make the OpenPic driver bus-independent, with attachments for
grehan
2004-01-13
1
-0
/
+231
*
Catch up with ATA changes by including <sys/sema.h>
grehan
2004-01-13
1
-0
/
+1
*
imac revA-D and beige G3 OpenFirmware uses the "ide" string for
grehan
2003-12-10
1
-1
/
+2
*
Widen the enable/disable helper function's argument in line with the
peter
2003-11-17
1
-4
/
+4
[next]