Changeset 4cf89a8 in rtems


Ignore:
Timestamp:
08/31/98 23:09:17 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
251f8b1
Parents:
d9d75fc
Message:

Fixed spacing. More comments from Eric Norum need to be addressed.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libnetworking/rtems/rtems_bsdnet.h

    rd9d75fc r4cf89a8  
    7070        int             xbuf_count;
    7171
    72   /*
    73   * For external ethernet controller board the following
    74   * parameters are needed
    75   */
    76   unsigned int                  port;   /* port of the board */
    77   unsigned int                  irno;   /* irq of the board */
    78   unsigned int                  bpar;   /* memory of the board */
     72        /*
     73        * For external ethernet controller board the following
     74        * parameters are needed
     75        */
     76        unsigned int    port;   /* port of the board */
     77        unsigned int    irno;   /* irq of the board */
     78        unsigned int    bpar;   /* memory of the board */
    7979
    8080};
  • c/src/lib/libnetworking/rtems/rtems_bsdnet.h

    rd9d75fc r4cf89a8  
    7070        int             xbuf_count;
    7171
    72   /*
    73   * For external ethernet controller board the following
    74   * parameters are needed
    75   */
    76   unsigned int                  port;   /* port of the board */
    77   unsigned int                  irno;   /* irq of the board */
    78   unsigned int                  bpar;   /* memory of the board */
     72        /*
     73        * For external ethernet controller board the following
     74        * parameters are needed
     75        */
     76        unsigned int    port;   /* port of the board */
     77        unsigned int    irno;   /* irq of the board */
     78        unsigned int    bpar;   /* memory of the board */
    7979
    8080};
  • c/src/libnetworking/rtems/rtems_bsdnet.h

    rd9d75fc r4cf89a8  
    7070        int             xbuf_count;
    7171
    72   /*
    73   * For external ethernet controller board the following
    74   * parameters are needed
    75   */
    76   unsigned int                  port;   /* port of the board */
    77   unsigned int                  irno;   /* irq of the board */
    78   unsigned int                  bpar;   /* memory of the board */
     72        /*
     73        * For external ethernet controller board the following
     74        * parameters are needed
     75        */
     76        unsigned int    port;   /* port of the board */
     77        unsigned int    irno;   /* irq of the board */
     78        unsigned int    bpar;   /* memory of the board */
    7979
    8080};
  • cpukit/libnetworking/rtems/rtems_bsdnet.h

    rd9d75fc r4cf89a8  
    7070        int             xbuf_count;
    7171
    72   /*
    73   * For external ethernet controller board the following
    74   * parameters are needed
    75   */
    76   unsigned int                  port;   /* port of the board */
    77   unsigned int                  irno;   /* irq of the board */
    78   unsigned int                  bpar;   /* memory of the board */
     72        /*
     73        * For external ethernet controller board the following
     74        * parameters are needed
     75        */
     76        unsigned int    port;   /* port of the board */
     77        unsigned int    irno;   /* irq of the board */
     78        unsigned int    bpar;   /* memory of the board */
    7979
    8080};
Note: See TracChangeset for help on using the changeset viewer.