Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/fd/
H A Dfd.c689 int error, ic_type; in fdc_probe() local
721 if (fd_cmd(fdc, 1, NE7CMD_VERSION, 1, &ic_type) == 0) { in fdc_probe()
722 ic_type = (u_char)ic_type; in fdc_probe()
723 switch (ic_type) { in fdc_probe()