|
|
1.1 root 1: /*
2: * @(#)confxx.c 1.1 86/02/03 Copyright (c) 1985 by Sun Microsystems, Inc.
3: */
4:
5: /*
6: * Device configuration table and interface for standalone I/O system.
7: *
8: * This version contains exactly one driver; it is used in the boot block
9: * (first 15 sectors after label) of disk drives.
10: */
11:
12: #include "saio.h"
13:
14: /*
15: * Throughout this module, "xx" is replaced by the name
16: * of the particular device being booted from.
17: */
18: extern struct boottab xxdriver;
19:
20: struct boottab *(devsw[]) = {
21: &xxdriver,
22: (struct boottab *)0,
23: };
24:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.