Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/atari/stand/ahdilabel/
Dprivahdi.h40 #define AHDI_IGN_CKSUM 0x08 /* Ignore checksum mismatch on root sector */ macro
Dread.c119 if ((cksum != newcksum) && !(flags & AHDI_IGN_CKSUM)) { in read_rsec()
Dahdilabel.c68 flags = AHDI_IGN_CKSUM; in main()