Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ofw/
H A Dofdisk.c62 #define OFDF_ISFLOPPY 0x01 /* we are a floppy drive */ macro
64 #define OFDISK_FLOPPY_P(of) ((of)->sc_flags & OFDF_ISFLOPPY)
162 of->sc_flags |= OFDF_ISFLOPPY; in ofdisk_attach()