/* * Setup kernel for a Sun3x machine * * (C) 1999 Thomas Bogendoerfer (tsbogend@alpha.franken.de) * * based on code from Oliver Jowett <oliver@jowett.manawatu.gen.nz> */ #include <linux/types.h> #include <linux/mm.h> #include <linux/seq_file.h> #include <linux/console.h> #include <linux/init.h> #include <asm/machdep.h> #include <asm/irq.h> #include <asm/sun3xprom.h> #include <asm/sun3ints.h> #include <asm/setup.h> #include <asm/oplib.h> #include "time.h" volatile char *clock_va; extern void sun3_get_model(char *model);
void sun3_leds(unsigned int i) { }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
pre-git | pre-git | 5 | 62.50% | 1 | 50.00% |
linus torvalds | linus torvalds | 3 | 37.50% | 1 | 50.00% |
Total | 8 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
alexey dobriyan | alexey dobriyan | 6 | 27.27% | 1 | 25.00% |
geert uytterhoeven | geert uytterhoeven | 6 | 27.27% | 1 | 25.00% |
pre-git | pre-git | 5 | 22.73% | 1 | 25.00% |
linus torvalds | linus torvalds | 5 | 22.73% | 1 | 25.00% |
Total | 22 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
pre-git | pre-git | 34 | 56.67% | 2 | 40.00% |
linus torvalds | linus torvalds | 20 | 33.33% | 1 | 20.00% |
roman zippel | roman zippel | 5 | 8.33% | 1 | 20.00% |
stephen warren | stephen warren | 1 | 1.67% | 1 | 20.00% |
Total | 60 | 100.00% | 5 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
pre-git | pre-git | 73 | 51.41% | 2 | 28.57% |
linus torvalds | linus torvalds | 36 | 25.35% | 1 | 14.29% |
geert uytterhoeven | geert uytterhoeven | 18 | 12.68% | 1 | 14.29% |
alexey dobriyan | alexey dobriyan | 9 | 6.34% | 1 | 14.29% |
roman zippel | roman zippel | 5 | 3.52% | 1 | 14.29% |
stephen warren | stephen warren | 1 | 0.70% | 1 | 14.29% |
Total | 142 | 100.00% | 7 | 100.00% |