View | Details | Raw Unified | Return to bug 29454
Collapse All | Expand All

(-)dev/buslogic/btreg.h (-1 / +1 lines)
Lines 112-118 Link Here
112
#define GEOMETRY_REG			0x03
112
#define GEOMETRY_REG			0x03
113
#define		DISK0_GEOMETRY		0x03
113
#define		DISK0_GEOMETRY		0x03
114
#define		DISK1_GEOMETRY		0x0c
114
#define		DISK1_GEOMETRY		0x0c
115
#define		EXTENDED_TRANSLATION	0x10
115
#define		EXTENDED_TRANSLATION	0x80
116
#define		GEOMETRY_DISK0(g_reg) (greg & DISK0_GEOMETRY)
116
#define		GEOMETRY_DISK0(g_reg) (greg & DISK0_GEOMETRY)
117
#define		GEOMETRY_DISK1(g_reg) ((greg & DISK1_GEOMETRY) >> 2)
117
#define		GEOMETRY_DISK1(g_reg) ((greg & DISK1_GEOMETRY) >> 2)

Return to bug 29454