Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/disk/nata/
H A Data-all.c83 int ata_wc = 1; variable
97 TUNABLE_INT("hw.ata.wc", &ata_wc);
98 SYSCTL_INT(_hw_ata, OID_AUTO, ata_wc, CTLFLAG_RW, &ata_wc, 0,
H A Data-all.h546 extern int ata_wc;
H A Data-disk.c444 if (ata_wc) in ad_init()