1. 04 Apr, 2007 1 commit
    • Alan Cox's avatar
      ide-floppy: Fix unformatted media crash · feb26509
      Alan Cox authored
      A ZIP or similar with unformatted media will cause crashes when attempts
      are made to read/write it in some cases. This is because bs_factor is
      zero and we divide by it causing an oops.
      
      As the size of a non-accessible/non-existant media is really a bit of a
      zen question it doesn't matter if non-existant media is 512 bytes per
      sector or zero. Setting it to 1 causes us to generate 512 bytes/sector
      accesses and error properly.
      
      Based on a fix found lurking in an ancient bugzilla entry since about 2004 (ugghhh)
      Signed-off-by: default avatarAlan Cox <alan@redhat.com>
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      feb26509
  2. 03 Apr, 2007 1 commit
  3. 02 Apr, 2007 1 commit
    • David S. Miller's avatar
      [VIDEO] ffb: Fix two DAC handling bugs. · cceec518
      David S. Miller authored
      The determination of whether the DAC has inverted cursor logic is
      broken, import the version checks the X.org driver uses to fix this.
      
      Next, when we change the timing generator, borrow code from X.org that
      does 10 NOP reads of the timing generator register afterwards to make
      sure the video-enable transition occurs cleanly.
      
      Finally, use macros for the DAC registers and fields in order to
      provide documentation for the next person who reads this code.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      cceec518
  4. 31 Mar, 2007 1 commit
  5. 28 Mar, 2007 22 commits
  6. 26 Mar, 2007 8 commits
  7. 25 Mar, 2007 6 commits