003 File Manager
Current Path:
/usr/src/sys/dev/ida
usr
/
src
/
sys
/
dev
/
ida
/
📁
..
📄
ida.c
(19.57 KB)
📄
ida_disk.c
(5.7 KB)
📄
ida_pci.c
(7.7 KB)
📄
idaio.h
(438 B)
📄
idareg.h
(10.12 KB)
📄
idavar.h
(5.5 KB)
Editing: idaio.h
/* * $FreeBSD$ */ #include <sys/ioccom.h> struct ida_user_command { int command; int drive; u_int32_t blkno; union { struct ida_drive_info di; struct ida_drive_info_ext die; struct ida_controller_info ci; struct ida_drive_status ds; struct ida_phys_drv_info pdi; struct ida_blink_drv_leds bdl; struct ida_label_logical ll; u_int8_t buf; } d; }; #define IDAIO_COMMAND _IOWR('I', 100, struct ida_user_command)
Upload File
Create Folder