| plan 9 kernel history: overview | file list | diff list |
1990/0324/power/boot.c (diff list | history)
| 1990/0227/sys/src/9/power/boot.c:16,27 – 1990/0324/sys/src/9/power/boot.c:16,27 (short | long | prev | next) | ||
| 1990/0227 | } Address; Address addr[] = { | |
| 1990/0324 | { "bitbootes", "bitconnect" }, | |
| 1990/0227 | { "ross", "connect 020701005eff" }, { "bootes", "connect 080069020205" }, { "helix", "connect 080069020427" }, { "spindle", "connect 0800690202df" }, { "r70", "connect 08002b04265d" }, | |
| 1990/0227/sys/src/9/power/boot.c:98,106 – 1990/0324/sys/src/9/power/boot.c:98,106 | ||
| 1990/0227 | close(fu); if(strcmp(scmd, "bitconnect") == 0){ | |
| 1990/0324 | fd = open("#3/bit3", ORDWR); | |
| 1990/0227 | if(fd < 0) | |
| 1990/0324 | error("opening #3/bit3"); | |
| 1990/0227 | goto Mesg; } | |