Re: [PATCH] boot: remove the ourdevice hack

2014-04-12 Thread Samuel Thibault
Justus Winter, le Fri 11 Apr 2014 09:39:45 +0200, a écrit : > Previously, the device definitions were filtered using sed to replace > the device_t type with mach_port_send_t to make the device argument of > device_open polymorphic. Rather than doing that, which makes it > impossible to use transla

[PATCH] boot: remove the ourdevice hack

2014-04-11 Thread Justus Winter
Previously, the device definitions were filtered using sed to replace the device_t type with mach_port_send_t to make the device argument of device_open polymorphic. Rather than doing that, which makes it impossible to use translation functions, the definition of device_open has been amended. * b