Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/ahci/ahci_hw.h

    r7c3fb9b rd1582b50  
    3636#include <stdint.h>
    3737
    38 /*----------------------------------------------------------------------------*/
    39 /*-- AHCI standard constants -------------------------------------------------*/
    40 /*----------------------------------------------------------------------------*/
     38/*
     39 * AHCI standard constants
     40 */
    4141
    4242/** AHCI standard 1.3 - maximum ports. */
    4343#define AHCI_MAX_PORTS  32
    4444
    45 /*----------------------------------------------------------------------------*/
    46 /*-- AHCI PCI Registers ------------------------------------------------------*/
    47 /*----------------------------------------------------------------------------*/
     45/*
     46 * AHCI PCI Registers
     47 */
    4848
    4949/** AHCI PCI register Identifiers offset. */
     
    296296} ahci_pcireg_mlat_t;
    297297
    298 /*----------------------------------------------------------------------------*/
    299 /*-- AHCI Memory Registers ---------------------------------------------------*/
    300 /*----------------------------------------------------------------------------*/
     298/*
     299 * AHCI Memory Registers
     300 */
    301301
    302302/** Number of pages for ahci memory registers. */
Note: See TracChangeset for help on using the changeset viewer.