.. |
dev
|
Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes
|
2012-07-22 14:32:49 +00:00 |
openbios
|
Don't include *pmap.h in assembly files. Get the needed definitions
|
2011-06-20 19:56:10 +00:00 |
pci
|
converting extent(9) from malloc(9) to kmem(9)
|
2012-01-27 18:52:47 +00:00 |
4xx_locore.S
|
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
2007-03-04 05:59:00 +00:00 |
4xx_trap_subr.S
|
+ Load TLB-miss-address from SRR0, if ITMISS.
|
2011-05-19 07:51:50 +00:00 |
board_prop.c
|
Use <sys/foo.h> instead of <machine/foo.h> if such a file exists.
|
2011-06-18 06:41:41 +00:00 |
clock.c
|
Reenable interrupt before was call pic_do_pending_int() by splx(), or KASSERT().
|
2012-01-09 06:25:55 +00:00 |
copyinstr.c
|
fix copy{in,out}{,str}() to return the error returned by uvm_fault().
|
2010-03-20 23:31:27 +00:00 |
copyoutstr.c
|
fix copy{in,out}{,str}() to return the error returned by uvm_fault().
|
2010-03-20 23:31:27 +00:00 |
cpu.c
|
Reap the ci_ev_soft* evcnts since every variant implements __HAVE_FAST_SOFTINTS
|
2011-06-21 04:21:16 +00:00 |
genassym.cf
|
Don't include *pmap.h in assembly files. Get the needed definitions
|
2011-06-20 19:56:10 +00:00 |
ibm4xx_autoconf.c
|
Use <sys/foo.h> instead of <machine/foo.h> if such a file exists.
|
2011-06-18 06:41:41 +00:00 |
ibm4xx_machdep.c
|
Remove white-spaces.
|
2011-12-12 11:38:26 +00:00 |
ibm40x_machdep.c
|
Use <sys/foo.h> instead of <machine/foo.h> if such a file exists.
|
2011-06-18 06:41:41 +00:00 |
pic_uic.c
|
Use kmem instead of malloc. Remove unneeded <sys/malloc.h> includes.
|
2012-02-01 09:54:02 +00:00 |
pmap.c
|
extending vmem(9) to be able to allocated resources for it's own needs.
|
2012-01-27 19:48:38 +00:00 |
trap_subr.S
|
Check PSL_PR instead of CI_IDEPTH in INTR_PROLOG.
|
2011-12-22 11:33:54 +00:00 |
trap.c
|
Add support for PPC FP emulation to BookE.
|
2012-07-23 04:13:06 +00:00 |