1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00
freebsd/sys/mips/sibyte
Neel Natu c3f7e882dc Reimplement all functions to access the system control unit in C.
The only reason we need to have the sb_load64() and sb_store64()
functions in assembly is to cheat the compiler and generate the
'ld' and 'sd' instructions which it otherwise will not do when
compiling for a 32-bit architecture. There are some 64-bit
registers in the SCD unit that must be accessed using 64-bit
load and store instructions.
2010-02-05 03:20:47 +00:00
..
ata_zbbus.c
files.sibyte With this commit our friend RMI will now compile. I have 2009-10-30 08:53:11 +00:00
sb_asm.S Reimplement all functions to access the system control unit in C. 2010-02-05 03:20:47 +00:00
sb_machdep.c Install the XTLB exception handler for Sibyte processors. 2010-01-26 03:39:10 +00:00
sb_scd.c Reimplement all functions to access the system control unit in C. 2010-02-05 03:20:47 +00:00
sb_scd.h Reimplement all functions to access the system control unit in C. 2010-02-05 03:20:47 +00:00
sb_zbbus.c Reimplement all functions to access the system control unit in C. 2010-02-05 03:20:47 +00:00
sb_zbpci.c style: don't need to use braces for single line control statements. 2010-02-05 02:40:42 +00:00