]> Zhao Yanbai Git Server - minix.git/commit
Block drivers: make IOCTL request unsigned long 66/966/2
authorDavid van Moolenbroek <david@minix3.org>
Tue, 10 Sep 2013 21:57:32 +0000 (23:57 +0200)
committerLionel Sambuc <lionel@minix3.org>
Wed, 19 Feb 2014 10:22:15 +0000 (11:22 +0100)
commit6700874debbd1371bc9121f52f79be8ce762c25d
treee8f941e9bd68b83a9cc72dfb4e464f2b9590c995
parent95624ae072fe1aad7bce9f6e144b7dc3b94abb71
Block drivers: make IOCTL request unsigned long

The block driver protocol and libblockdriver's bdr_ioctl hook are
changed, as well as the users of this hook. Other parts of the system
are expected to change accordingly eventually, since the ioctl(2)
prototype has been aligned with NetBSD's.

Change-Id: Ide46245b22cfa89ed267a38088fb0ab7696eba92
14 files changed:
drivers/ahci/ahci.c
drivers/at_wini/at_wini.c
drivers/cat24c256/cat24c256.c
drivers/fbd/fbd.c
drivers/filter/main.c
drivers/memory/memory.c
drivers/mmc/mmcblk.c
drivers/tda19988/tda19988.c
drivers/virtio_blk/virtio_blk.c
include/minix/blockdriver.h
include/minix/com.h
lib/libblockdriver/driver.c
lib/libblockdriver/trace.c
lib/libblockdriver/trace.h