From 54ce1ed6b9fcb3b8d77c43dd4b3533e70cade414 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 10 Aug 2020 07:51:02 +0200 Subject: sys/linux: switch to the new .const format This reduces number of const files/lines from 1288/96599 to 158/11603. Const files are generated on next-20200813. Update #1983 --- sys/linux/dev_floppy_riscv64.const | 57 -------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 sys/linux/dev_floppy_riscv64.const (limited to 'sys/linux/dev_floppy_riscv64.const') diff --git a/sys/linux/dev_floppy_riscv64.const b/sys/linux/dev_floppy_riscv64.const deleted file mode 100644 index c95f449a1..000000000 --- a/sys/linux/dev_floppy_riscv64.const +++ /dev/null @@ -1,57 +0,0 @@ -# AUTOGENERATED FILE -FDCLRPRM = 577 -FDDEFPRM = 1075839555 -FDEJECT = 602 -FDFLUSH = 587 -FDFMTBEG = 583 -FDFMTEND = 585 -FDFMTTRK = 1074528840 -FDGETDRVPRM = 2155872785 -FDGETDRVSTAT = 2152727058 -FDGETDRVTYP = 2148532751 -FDGETFDCSTAT = 2150105621 -FDGETMAXERRS = 2148794894 -FDGETPRM = 2149581316 -FDMSGOFF = 582 -FDMSGON = 581 -FDPOLLDRVSTAT = 2152727059 -FDRAWCMD = 600 -FDRESET = 596 -FDSETDRVPRM = 1082131088 -FDSETEMSGTRESH = 586 -FDSETMAXERRS = 1075053132 -FDSETPRM = 1075839554 -FDTWADDLE = 601 -FDWERRORCLR = 598 -FDWERRORGET = 2150105623 -FD_BROKEN_DCL = 32 -FD_DEBUG = 2 -FD_DISK_CHANGED_BIT = 4 -FD_DISK_NEWCHANGE_BIT = 2 -FD_DISK_WRITABLE_BIT = 5 -FD_INVERTED_DCL = 128 -FD_NEED_TWADDLE_BIT = 0 -FD_OPEN_SHOULD_FAIL_BIT = 6 -FD_RAW_DISK_CHANGE = 4 -FD_RAW_FAILURE = 65536 -FD_RAW_HARDFAILURE = 131072 -FD_RAW_INTR = 8 -FD_RAW_MORE = 256 -FD_RAW_NEED_DISK = 64 -FD_RAW_NEED_SEEK = 128 -FD_RAW_NO_MOTOR = 4 -FD_RAW_NO_MOTOR_AFTER = 32 -FD_RAW_READ = 1 -FD_RAW_SOFTFAILURE = 2048 -FD_RAW_SPIN = 16 -FD_RAW_STOP_IF_FAILURE = 512 -FD_RAW_STOP_IF_SUCCESS = 1024 -FD_RAW_WRITE = 2 -FD_RESET_ALWAYS = 2 -FD_RESET_IF_NEEDED = 0 -FD_RESET_IF_RAWCMD = 1 -FD_SILENT_DCL_CLEAR = 4 -FD_UNUSED_BIT = 3 -FD_VERIFY_BIT = 1 -FTD_MSG = 16 -__NR_ioctl = 29 -- cgit mrf-deployment