1. 20 Oct, 2004 5 commits
  2. 19 Oct, 2004 9 commits
  3. 20 Oct, 2004 1 commit
    • Russell King's avatar
      [SERIAL] serial_reg.h update. · 40303111
      Russell King authored
      This includes a fuller definition of the 8250 and compatible bits,
      and adding notes where the definition varies between different
      chips.
      
      This also fixes the following build error:
      
      drivers/serial/8250.c:185: error: `UART_FCR_R_TRIG_10'
      40303111
  4. 19 Oct, 2004 22 commits
  5. 20 Oct, 2004 2 commits
  6. 19 Oct, 2004 1 commit
    • Bartlomiej Zolnierkiewicz's avatar
      [ide] add ide_hwif_t->dma_setup() · b925236d
      Bartlomiej Zolnierkiewicz authored
      * tag REQ_DRIVE_TASKFILE write requests with REQ_RW
      * split off ->dma_setup() from ->ide_dma_[read,write] functions
      * use ->dma_setup() directly in ATAPI drivers and remove media
        checks from ->ide_dma_[read,write]
      * ->ide_dma_[read,write,begin] cannot fail now
      * in Etrax ide.c setup DMA for ATAPI devices before sending
        command to drive (so setup order is the same as for disks)
      Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      b925236d