Searched refs:hd_info (Results 1 – 1 of 1) sorted by relevance
99 static struct hd_i_struct hd_info[] = { HD_TYPE }; variable100 static int NR_HD = ((sizeof (hd_info))/(sizeof (struct hd_i_struct)));102 static struct hd_i_struct hd_info[MAX_HD]; variable154 if (hd_info[0].head != 0) in hd_setup()156 hd_info[hdind].head = ints[2]; in hd_setup()157 hd_info[hdind].sect = ints[3]; in hd_setup()158 hd_info[hdind].cyl = ints[1]; in hd_setup()159 hd_info[hdind].wpcom = 0; in hd_setup()160 hd_info[hdind].lzone = ints[1]; in hd_setup()161 hd_info[hdind].ctl = (ints[2] > 8 ? 8 : 0); in hd_setup()[all …]