Searched refs:AUXIO_FLPY_DCHG (Results 1 – 2 of 2) sorted by relevance
20 #define AUXIO_FLPY_DCHG 0x10 /* A disk change occurred. Read only. */ macro
118 return (get_auxio() & AUXIO_FLPY_DCHG)? 0x80: 0; in sun_82072_fd_inb()