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
/
aim
/
nexus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-4
/
+4
*
Remove unused variables. Spotted by a cppcheck
andreast
2011-01-06
1
-3
/
+0
*
Make AIM early-boot code function correctly without Open Firmware.
nwhitehorn
2010-11-09
1
-3
/
+3
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
1
-2
/
+2
*
Make nexus report name and compat fields as pnpinfo for devices on the
mav
2010-09-05
1
-0
/
+2
*
Remove an unnecessary include of opt_psim.h, which is not present on
nwhitehorn
2010-07-09
1
-1
/
+0
*
Configure interrupts on SMP systems to be distributed among all online
nwhitehorn
2010-06-23
1
-0
/
+27
*
Provide for multiple, cascaded PICs on PowerPC systems, and extend the
nwhitehorn
2010-06-18
1
-1
/
+1
*
Get nexus(4) out of the RTC business. The interface used by nexus(4)
nwhitehorn
2010-03-23
1
-60
/
+0
*
Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. This
nwhitehorn
2008-10-14
1
-1
/
+7
*
Switch to using genclock. Have nexus double as clock device for
marcel
2008-04-21
1
-9
/
+77
*
Revamp the interrupt handling in support of INTR_FILTER. This includes:
marcel
2007-08-11
1
-41
/
+54
*
Add ofw bus methods to the ppc nexus driver. This will be used in future
grehan
2007-04-20
1
-0
/
+56
*
Update openpic to support the new bus_setup_intr() syntax.
piso
2007-03-07
1
-4
/
+4
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Instead of "OpenFirmware", "openfirmware", etc. use the official spelling
marius
2004-08-16
1
-3
/
+3
*
Catchup to now-required <sys/module.h> for PowerPC
grehan
2004-06-25
1
-0
/
+1
*
- constify devinfo strings to eliminate compile warning
grehan
2004-02-11
1
-9
/
+9
*
Allow child devices to set the OpenFirmware device node ivar
grehan
2004-02-04
1
-2
/
+5
*
Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probe
grehan
2004-01-13
1
-55
/
+64
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
psim device support
grehan
2002-09-19
1
-0
/
+5
*
Remove some diagnostic code that snuck in.
benno
2002-07-10
1
-6
/
+0
*
- Add the "compatible" property to the list that we keep in ivars.
benno
2002-07-09
1
-23
/
+196
*
Add a nexus device.
benno
2002-04-15
1
-0
/
+233