Home
last modified time | relevance | path

Searched refs:primaryDrives (Results 1 – 1 of 1) sorted by relevance

/sys/dev/x86/
Dide.c83 IDEDrive primaryDrives[2]; variable
246 primaryDrives[drive].ide = &primary; in IDE_Identify()
247 primaryDrives[drive].drive = drive; in IDE_Identify()
248 primaryDrives[drive].lba48 = (ident.lbaSectors > (1 << 24)); in IDE_Identify()
249 primaryDrives[drive].size = ident.lbaSectors; in IDE_Identify()
257 disk->handle = &primaryDrives[drive]; in IDE_Identify()