rtsx: purge EOL release compatibility
Remove support for FreeBSD 11 and earlier Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/603 Differential Revision: https://reviews.freebsd.org/D35560
This commit is contained in:
parent
1c5e687117
commit
263261e519
@ -28,10 +28,6 @@
|
||||
#ifndef _RTSXREG_H_
|
||||
#define _RTSXREG_H_
|
||||
|
||||
#if __FreeBSD_version < 1200000
|
||||
#define IO_SEND_OP_COND 5
|
||||
#endif
|
||||
|
||||
/* Host command buffer control register. */
|
||||
#define RTSX_HCBAR 0x00
|
||||
#define RTSX_HCBCTLR 0x04
|
||||
|
Loading…
Reference in New Issue
Block a user