1. 15 Jun, 2002 10 commits
    • François Romieu's avatar
      [PATCH] 2.5.21 - hdlc drivers fixes · ae2e9fea
      François Romieu authored
      - (compilation fix) plain old typo in struct member naming.
      ae2e9fea
    • François Romieu's avatar
      [PATCH] 2.5.21 - hdlc drivers fixes · 0d9124dc
      François Romieu authored
      - (compilation fix) missing init.h include;
      - (compilation fix) multiple pointers can't be set to NULL in one line if their
        type differ.
      0d9124dc
    • François Romieu's avatar
      [PATCH] 2.5.21 - hdlc drivers fixes · 9eccc1de
      François Romieu authored
      Courtesy of Kevin Curtis <kevin.curtis@farsite.co.uk>, posted
      on l-k the 2002/04/15.
      
      Description
      - (compilation fix) removal of deprecated fields in net_device;
      - (bug) early pci_enable_device.
      9eccc1de
    • Andries E. Brouwer's avatar
      [PATCH] SCSI stuff part 2 · 0b2c0d4f
      Andries E. Brouwer authored
      Below a patch removing the list of sense codes from usb/storage/debug.h
      since the same list is already found in scsi/constants.c.
      This also brings this list up to date with SCSI-3.
      0b2c0d4f
    • Andries E. Brouwer's avatar
      [PATCH] scsi stuff · a19bafa6
      Andries E. Brouwer authored
      The patch below cleans up some SCSI stuff.
      
      The main purpose is to avoid trying to read the partition table
      of a removable disk when the drive has told us that no media
      are present. (Right now we try to read a 4K block and fail and
      retry and fail, and give an I/O error on the first sector,
      then try to read the second sector and fail and retry ...)
      
      Unused fields  sector_bit_size  and  sector_bit_shift  in
      struct scsi_disk were removed. The field  has_part_table
      (that has nothing to do with partition tables) was
      renamed to  has_been_registered . The field  ready  was
      renamed to  media_present .
      The overly long  sd_init_onedisk()  was split up.
      
      When we notice that no media are present anymore, the
      partitions are removed from /proc/partitions, but the
      drive remains, with size 0.
      
      A future patch will remove the field  capacity  - there are
      all too many places where capacities are stored - but the
      present patch is large enough already.
      
      There is also a quite independent patch in scsi_error.c
      (yesterday someone had an infinite loop retrying to read
      bad media) - this patch honours the SCpnt->retries.
      In case you applied this already, just ignore the scsi_error.c part.
      
      Also some "Overrides for Emacs" were removed.
      a19bafa6
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/mingo/BK/linux-2.5-misc/ · 2b4b6c20
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      2b4b6c20
    • Ingo Molnar's avatar
    • Linus Torvalds's avatar
      Merge http://gkernel.bkbits.net/net-drivers-2.5 · 56970f58
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      56970f58
    • Linus Torvalds's avatar
      Merge http://gkernel.bkbits.net/irda-2.5 · 39412eff
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      39412eff
    • Linus Torvalds's avatar
      Merge http://gkernel.bkbits.net/misc-2.5 · 079f066a
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      079f066a
  2. 14 Jun, 2002 30 commits