1. 24 Mar, 2004 3 commits
    • Jeff Garzik's avatar
      [libata] consolidate data transfer mode handling · 263924d7
      Jeff Garzik authored
      The various ways you can send data to/from your ATA device is
      known as the ATA taskfile protocol:  PIO single sector, PIO
      multiple sector, DMA, DMA TCQ, DMA NCQ, ...
      
      Prior to this change, the data direction (read/write) was encoded
      implicitly into the ATA_PROT_xxx value itself.  This increased
      complexity in some areas, and inhibited flexibility in others.
      
      This change separates data direction from taskfile protocol, and also
      moves the data direction flag (ATA_QCFLAG_WRITE) down to a lower
      level (ATA_TFLAG_WRITE).
      263924d7
    • Jeff Garzik's avatar
      [libata] set up some of the per-command data beforehand · 3b64bb0c
      Jeff Garzik authored
      The data transfer mode and the set of read/write commands we generate
      during normal operation remains constant until we change the data
      transfer mode.
      
      This removes a series of branches in the read/write fast path,
      and in general cleans up that particular spot of code.
      3b64bb0c
    • Jeff Garzik's avatar
      [libata sata_promise] check for PATA port on PDC20375 · afca2f69
      Jeff Garzik authored
      We don't handle it yet, but this prints out a message in its presence,
      permitting verification of the check and informing users why their
      PATA device is not recognized.
      afca2f69
  2. 23 Mar, 2004 4 commits
  3. 22 Mar, 2004 21 commits
  4. 21 Mar, 2004 12 commits
    • Wim Van Sebroeck's avatar
      [WATCHDOG] v2.6.5-rc2 pcwd.c-patch1 · 84d1e7b7
      Wim Van Sebroeck authored
      Version 1.14 of pcwd.c - Changes that were made are:
      * Extract the start code in a seperate function (pcwd_start)
      * Extract the stop code in a seperate function (pcwd_stop)
      * Extract the get_temperature code in a seperate function (pcwd_get_temperature)
      * Make /dev/watchdog and /dev/temperature to different misc devices with their own fops
      * Small clean-up's
      
      Tested on pcwd card with temperature option.
      84d1e7b7
    • David S. Miller's avatar
      Merge davem@nuts.davemloft.net:/disk1/BK/net-2.6 · 7b8dd6a0
      David S. Miller authored
      into kernel.bkbits.net:/home/davem/net-2.6
      7b8dd6a0
    • David S. Miller's avatar
      Merge http://bk.skbuff.net:10772 · 684a493b
      David S. Miller authored
      into nuts.davemloft.net:/disk1/BK/net-2.6
      684a493b
    • David S. Miller's avatar
      Merge http://linux-mh.bkbits.net/bluetooth-2.6 · 2650e5a8
      David S. Miller authored
      into nuts.davemloft.net:/disk1/BK/net-2.6
      2650e5a8
    • Martin Devera's avatar
      [NET_SCHED]: HTB scheduler updates. · 4f51388a
      Martin Devera authored
      Fixes:
      * Fix to htb_requeue routine.
      * Debug mode related oops fixes.
      4f51388a
    • David S. Miller's avatar
      Merge davem@nuts.davemloft.net:/disk1/BK/sparc-2.6 · 219edaf1
      David S. Miller authored
      into kernel.bkbits.net:/home/davem/sparc-2.6
      219edaf1
    • Jon Oberheide's avatar
      87471ca3
    • David S. Miller's avatar
      Merge bk://kernel.bkbits.net/wesolows/sparc32-2.6 · c0ddb45e
      David S. Miller authored
      into nuts.davemloft.net:/disk1/BK/sparc-2.6
      c0ddb45e
    • James Morris's avatar
      [CRYPTO]: Add Michael MIC algorithm. · 1aa2cc52
      James Morris authored
      From Jouni Malinen <jkmaline@cc.hut.fi>
      
      Added Michael MIC keyed digest for TKIP (IEEE 802.11i/WPA). This algorithm
      is quite weak due to the requirements for compatibility with old legacy
      wireless LAN hardware that does not have much CPU power. Consequently, this
      should not really be used with anything else than TKIP.
      
      Michael MIC is calculated over the payload of the IEEE 802.11 header which
      makes it easier to add TKIP support for old wireless LAN cards. An additional
      authenticated data area is used (but not send separately) to authenticate
      source and destination addresses.
      1aa2cc52
    • James Morris's avatar
      [CRYPTO]: Add setkey operation for digests. · 5654cd6c
      James Morris authored
      From Jouni Malinen <jkmaline@cc.hut.fi>
      
      Added support for using keyed digest with an optional dit_setkey handler.
      This does not change the behavior of the existing digest algorithms, but
      allows new ones to add setkey handler that can be used to initialize the
      algorithm with a key or seed. setkey is to be called after init, but before
      any of the update call(s).
      5654cd6c
    • Wim Van Sebroeck's avatar
      [WATCHDOG] v2.6.5-rc2 softdog.c-patch · 6582e43d
      Wim Van Sebroeck authored
      Version 0.07 of softdog.c - Changes that were made are:
      * Extract the start/keepalive code in a seperate function (softdog_keepalive)
      * Extract the stop code in a seperate function (softdog_stop)
      * Add notifier support
      * Extract softdog_set_heartbeat code to seperate subroutine
      * Small clean-up's
      6582e43d
    • Linus Torvalds's avatar
      Remove stale legacy ISDN files. · ed407526
      Linus Torvalds authored
      From Armin Schindler <armin@melware.de>:
      
        "These files were added in the first place for the compat
         driver to the legacy isdn4linux module. Since the Eicon
         driver now uses CAPI only, these files are obsolete."
      ed407526