DragonFly commits List (threaded) for 2007-02
DragonFly BSD
DragonFly commits List (threaded) for 2007-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/disk/nata ata-disk.c


From: "Thomas E. Spanjaard" <tgen@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 5 Feb 2007 10:10:14 -0800 (PST)

tgen        2007/02/05 10:10:14 PST

DragonFly src repository

  Modified files:
    sys/dev/disk/nata    ata-disk.c 
  Log:
  Make natadisk's ad_dump() actually work. Ditch the fake bio/buf scheme to
  pass information to ad_strategy() in favour of calling ata_queue_request()
  directly. This way, we avoid hairy bio stuff and request callbacks.
  
  Revision  Changes    Path
  1.2       +22 -29    src/sys/dev/disk/nata/ata-disk.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/nata/ata-disk.c.diff?r1=1.1&r2=1.2&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]