fdc.c (3ba0c6b127172366eee40a53973719101999ad8d) | fdc.c (8fe457d6874e39dfecd73bd06cac999b6830a8ae) |
---|---|
1/*- 2 * Copyright (c) 2004 Poul-Henning Kamp 3 * Copyright (c) 1990 The Regents of the University of California. 4 * All rights reserved. 5 * 6 * This code is derived from software contributed to Berkeley by 7 * Don Ahn. 8 * --- 159 unchanged lines hidden (view full) --- 168 * Order must match enum fd_drivetype in <sys/fdcio.h>. 169 */ 170static struct fd_type *fd_native_types[] = { 171 NULL, /* FDT_NONE */ 172 fd_searchlist_360k, /* FDT_360K */ 173 fd_searchlist_12m, /* FDT_12M */ 174 fd_searchlist_720k, /* FDT_720K */ 175 fd_searchlist_144m, /* FDT_144M */ | 1/*- 2 * Copyright (c) 2004 Poul-Henning Kamp 3 * Copyright (c) 1990 The Regents of the University of California. 4 * All rights reserved. 5 * 6 * This code is derived from software contributed to Berkeley by 7 * Don Ahn. 8 * --- 159 unchanged lines hidden (view full) --- 168 * Order must match enum fd_drivetype in <sys/fdcio.h>. 169 */ 170static struct fd_type *fd_native_types[] = { 171 NULL, /* FDT_NONE */ 172 fd_searchlist_360k, /* FDT_360K */ 173 fd_searchlist_12m, /* FDT_12M */ 174 fd_searchlist_720k, /* FDT_720K */ 175 fd_searchlist_144m, /* FDT_144M */ |
176 fd_searchlist_288m, /* FDT_288M_1 (mapped to FDT_288M) */ |
|
176 fd_searchlist_288m, /* FDT_288M */ 177}; 178 179/* 180 * Internals start here 181 */ 182 183/* registers */ --- 1800 unchanged lines hidden --- | 177 fd_searchlist_288m, /* FDT_288M */ 178}; 179 180/* 181 * Internals start here 182 */ 183 184/* registers */ --- 1800 unchanged lines hidden --- |