Home
last modified time | relevance | path

Searched defs:biosdisk_extinfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/i386/stand/lib/
H A Dbiosdisk_ll.h68 struct biosdisk_extinfo { struct
69 uint16_t size; /* size of buffer, set on call */
70 uint16_t flags; /* flags, see below */
71 uint32_t cyl; /* # of physical cylinders */
72 uint32_t head; /* # of physical heads */
73 uint32_t sec; /* # of physical sectors per track */
74 uint64_t totsec; /* total number of sectors */
75 uint16_t sbytes; /* # of bytes per sector */
78 uint32_t edd_cfg; /* EDD configuration parameters */
81 uint16_t devpath_sig; /* 0xbedd if path info present */
[all …]