From 9f528bbcc8a3d94c9be27a0eecc12022d4b3bfaa Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Fri, 1 Feb 2019 01:08:17 +0100 Subject: sys/linux: rename dev descriptions files Prefix file names of descriptions of /dev/* files with dev_. And give some of them more appropriate names. --- sys/linux/floppy_arm64.const | 56 -------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 sys/linux/floppy_arm64.const (limited to 'sys/linux/floppy_arm64.const') diff --git a/sys/linux/floppy_arm64.const b/sys/linux/floppy_arm64.const deleted file mode 100644 index 775d29216..000000000 --- a/sys/linux/floppy_arm64.const +++ /dev/null @@ -1,56 +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 -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