|
|
1.1 ! root 1: #include <sys/coherent.h> ! 2: #include <stddef.h> ! 3: ! 4: #include <sys/haiscsi.h> ! 5: ! 6: extern dca_t sddca; /* Fixed disk control routines */ ! 7: extern dca_t ctdca; /* Cartridge tape control routines */ ! 8: ! 9: dca_t mdca[MAXDEVS] = { ! 10: &sddca, /* Fixed disk */ ! 11: NULL, /* No device */ ! 12: &ctdca, /* Cartridge tape drive */ ! 13: NULL, /* No device */ ! 14: NULL, /* No device */ ! 15: NULL, /* No device */ ! 16: NULL, /* No device */ ! 17: NULL /* No device */ ! 18: }; ! 19: ! 20: /* End of file */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.