| plan 9 kernel history: overview | file list | diff list |
2000/0515/alphapc/sd.h (diff list | history)
| 2000/0515/sys/src/9/alphapc/sd.h:32,40 – 2000/0607/sys/src/9/alphapc/sd.h:32,39 (short | long | prev | next) | ||
| 2000/0515 | int nopen; /* of partitions on this unit */ int changed; | |
| 2000/0607 | Lock rawinuse; /* really just a test-and-set */ | |
| 2000/0515 | int state; | |
| 2000/0515/sys/src/9/alphapc/sd.h:91,96 – 2000/0607/sys/src/9/alphapc/sd.h:90,96 | ||
| 2000/0515 | }; enum { | |
| 2000/0607 | SDretry = -5, /* internal to controllers */ | |
| 2000/0515 | SDmalloc = -4, SDeio = -3, SDtimeout = -2, | |