1. 05 7月, 2005 2 次提交
    • C
      [SPARC]: bpp: remove sleep_on usage · 06326e40
      Christoph Hellwig 提交于
      Use schedule_timeout() instead of sleep_on + timer.  Totally untested
      due to lack of hardware, but the changes are rather trivial.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      06326e40
    • R
      [SPARC64/COMPAT]: Add some compat ioctl for ppdev · e7270dec
      Raphael Assenat 提交于
      The following patch adds some ioctls to include/linux/compat_ioctl.h
      to allow using ppdev from the 32 bit user space on sparc64.
      
      This patch also adds the PPDEV option in the sparc64 menu, near Parallel
      printer support in the 'General machine setup' submenu.
      
      All those ioctls seem to be compatible, since (correct me if I'm wrong)
      they dont use the 'long' type. See include/linux/ppdev.h.
      
      The application I used to test the new ioctls only used the following:
      PPEXCL
      PPCLAIM
      PPNEGOT
      PPGETMODES
      PPRCONTROL
      PPWCONTROL
      PPDATADIR
      PPWDATA
      PPRDATA
      
      But I beleive that the other ioctls will work fine.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e7270dec
  2. 04 7月, 2005 6 次提交
  3. 03 7月, 2005 18 次提交
  4. 01 7月, 2005 14 次提交