Index: uspace/srv/bd/hr/hr.c
===================================================================
--- uspace/srv/bd/hr/hr.c	(revision 241c3f65ad390b16501fdfa8f7e6f3fe3cb9fac9)
+++ uspace/srv/bd/hr/hr.c	(revision 4066371f8e1923393b0b2f23b0ae8124945e1d55)
@@ -366,4 +366,5 @@
 		info.bsize = vol->bsize;
 		info.status = vol->status;
+		info.RLQ = vol->RLQ;
 
 		if (!async_data_read_receive(&call, &size)) {
Index: uspace/srv/bd/hr/var.h
===================================================================
--- uspace/srv/bd/hr/var.h	(revision 241c3f65ad390b16501fdfa8f7e6f3fe3cb9fac9)
+++ uspace/srv/bd/hr/var.h	(revision 4066371f8e1923393b0b2f23b0ae8124945e1d55)
@@ -80,15 +80,4 @@
 	hr_vol_status_t status;
 	hr_level_t level;
-	/*
-	 * SNIA
-	 * Common RAID Disk Data Format
-	 * Specification
-	 * Version 2.0 Revision 19
-	 */
-#define HR_RLQ_RAID4_0	0x00 /* RAID-4 Non-Rotating Parity 0 */
-#define HR_RLQ_RAID4_N	0x01 /* RAID-4 Non-Rotating Parity N */
-#define HR_RLQ_RAID5_0R	0x00 /* RAID-5 Rotating Parity 0 with Data Restart */
-#define HR_RLQ_RAID5_NR	0x02 /* RAID-5 Rotating Parity N with Data Restart */
-#define HR_RLQ_RAID5_NC	0x03 /* RAID-5 Rotating Parity N with Data Continuation */
 	uint8_t RLQ; /* RAID Level Qualifier */
 	char devname[HR_DEVNAME_LEN];
