index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
evbppc
/
walnut
Age
Commit message (
Expand
)
Author
2003-12-30
Replace the traditional buffer memory management -- based on fixed per buffer
pk
2003-10-10
White space nit.
simonb
2003-10-10
Need to rename dsrtc to ds1743rtc here too.
simonb
2003-10-06
Rename dsrtc to avoid clashing with the MI i2c ds1307 driver.
scw
2003-10-06
Whitespace nits.
simonb
2003-08-18
Do not rely on an address from one particular firmware version.
eeh
2003-08-18
Use the only documented method to get the board data from the firmware.
eeh
2003-08-12
Nuke ci_curpm and curpm. Nuke pcb_pmreal. Those were use for spill stacks
matt
2003-08-03
The firmware actually passes the info block pointer in the link register.
eeh
2003-08-03
Use %r<n> for register names.
eeh
2003-07-29
Fix an off-by-one error in pci_iot.
scw
2003-07-25
Adapt to the new ibm4xx bus(9) world order.
scw
2003-07-25
Add back an accidentally deleted 'return'.
scw
2003-07-25
Switch ibm4xx ports to common powerpc bus_space/bus_dma code.
scw
2003-07-16
Correct a comment.
simonb
2003-07-16
Only need to call consinit() once...
simonb
2003-07-15
__KERNEL_RCSID()
lukem
2003-07-14
Use wrteei to disable interrupts; easier assembly and saves a temporary
simonb
2003-07-14
Re-include "com.h" since we check NCOM in softserial(). Serial console
simonb
2003-07-04
Set the mac-addr property of the on-chip emac device.
thorpej
2003-07-04
Use device_register() to set the "frequency" property on the UART.
thorpej
2003-07-04
Add device_register().
thorpej
2003-06-15
Handle 64bit DMA addresses on PCI for platforms that can (currently only
fvdl
2003-06-14
Also pass a type argument to comcnattach() and com_kgdb_attach().
thorpej
2003-04-27
Preserve the symbol table in the LKM || KSYMS cases also.
ragge
2003-04-26
Call ksyms_init() instead of ddb_init() in case of
ragge
2003-04-02
Use PAGE_SIZE rather than NBPG.
thorpej
2003-03-11
Add support for the IBM 403GCX cpu. Enabled with "options PPC_IBM403".
hannken
2003-03-04
Re-arrange things in evbppc & powerpc to support OEA-based eval boards
matt
2003-02-24
Zero bss in start, not in initppc.
matt
2003-02-02
Perform a rototill of the powerpc code. Mandate use of SPRG0 to store
matt
2003-01-30
Load SPRG0 with &cpu_info_store.
matt
2003-01-17
Merge the nathanw_sa branch.
thorpej
2003-01-04
Make this compile without DDB.
thorpej
2003-01-04
Remove KERNFS silliness.
thorpej
2003-01-01
Use aprint_normal() for cfprint routines.
thorpej
2002-12-19
Merge the IBM 4xx into the common powerpc/locore_subr.S, and
thorpej
2002-12-09
New umbrella-port for PowerPC-based evaluation boards.
scw