| plan 9 kernel history: overview | file list | diff list |
1999/0514/alphapc/main.c (diff list | history)
| 1999/0511/sys/src/9/alphapc/main.c:27,32 – 1999/0514/sys/src/9/alphapc/main.c:27,33 (short | long | prev | next) | ||
| 1999/0415 | confinit(); archinit(); savefpregs(&initfp); | |
| 1999/0514 | fpenab(0); | |
| 1999/0415 | mmuinit(); xinit(); printinit(); | |
| 1999/0511/sys/src/9/alphapc/main.c:273,282 – 1999/0514/sys/src/9/alphapc/main.c:274,281 | ||
| 1999/0415 | { "ether0", "scsi0", | |
| 1999/0507 |
| |
| 1999/0504 | "audio0", | |
| 1999/0415 | ||
| 1999/0514 | "ether1", | |
| 1999/0415 | }; char *confval[] = | |
| 1999/0511/sys/src/9/alphapc/main.c:283,291 – 1999/0514/sys/src/9/alphapc/main.c:282,289 | ||
| 1999/0415 | { | |
| 1999/0507 | "type=2114x", "type=ata", | |
| 1999/0504 | "type=sb16", | |
| 1999/0514 | "type=2114x", | |
| 1999/0415 | }; int nconf = nelem(confname); | |