[BusyBox-cvs] busybox/miscutils hdparm.c,1.3,1.4
Erik Andersen
andersen at busybox.net
Fri Aug 8 22:13:44 UTC 2003
Update of /var/cvs/busybox/miscutils
In directory winder:/tmp/cvs-serv26534/miscutils
Modified Files:
hdparm.c
Log Message:
quiet some noise
Index: hdparm.c
===================================================================
RCS file: /var/cvs/busybox/miscutils/hdparm.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- hdparm.c 6 Aug 2003 08:57:34 -0000 1.3
+++ hdparm.c 8 Aug 2003 22:13:41 -0000 1.4
@@ -1039,7 +1039,9 @@
static unsigned long set_readonly = 0, get_readonly = 0, readonly = 0;
static unsigned long set_unmask = 0, get_unmask = 0, unmask = 0;
static unsigned long set_mult = 0, get_mult = 0, mult = 0;
+#ifdef CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA
static unsigned long set_dma = 0, get_dma = 0, dma = 0;
+#endif
static unsigned long set_dma_q = 0, get_dma_q = 0, dma_q = 0;
static unsigned long set_nowerr = 0, get_nowerr = 0, nowerr = 0;
static unsigned long set_keep = 0, get_keep = 0, keep = 0;
More information about the busybox-cvs
mailing list