[BACK]Return to files.ata CVS log [TXT][DIR] Up to [local] / sys / dev / ata

Annotation of sys/dev/ata/files.ata, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: files.ata,v 1.3 2007/02/19 11:44:24 dlg Exp $
        !             2: #      $NetBSD: files.ata,v 1.3 1998/10/12 16:09:16 bouyer Exp $
        !             3: #
        !             4: # Config file and device description for machine-independent devices
        !             5: # which attach to ATA busses.  Included by ports that need it.  Ports
        !             6: # that use it must provide their own "major" declarations for the
        !             7: # appropriate devices.
        !             8:
        !             9: # ATA disks
        !            10: device wd: disk
        !            11: attach wd at ata
        !            12: file   dev/ata/wd.c                            wd needs-flag
        !            13: file   dev/ata/ata_wdc.c                       wd & wdc_base
        !            14:
        !            15: file   dev/ata/ata.c                           (ata | atapi) & wdc_base
        !            16:
        !            17: file   dev/ata/atascsi.c                       atascsi

CVSweb