[BACK]Return to ata.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / ata

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/ata/ata.c between version 1.81 and 1.82

version 1.81, 2006/10/15 00:00:00 version 1.82, 2006/10/25 17:33:02
Line 176  atabusconfig(struct atabus_softc *atabus
Line 176  atabusconfig(struct atabus_softc *atabus
         struct atabus_initq *atabus_initq = NULL;          struct atabus_initq *atabus_initq = NULL;
   
         /* Probe for the drives. */          /* Probe for the drives. */
           /* XXX for SATA devices we will power up all drives at once */
         (*atac->atac_probe)(chp);          (*atac->atac_probe)(chp);
   
         ATADEBUG_PRINT(("atabusattach: ch_drive_flags 0x%x 0x%x\n",          ATADEBUG_PRINT(("atabusattach: ch_drive_flags 0x%x 0x%x\n",

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

CVSweb <webmaster@jp.NetBSD.org>