Changeset 98cc364d in rtems


Ignore:
Timestamp:
04/17/05 07:32:42 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7440440
Parents:
471745e
Message:

Partial update from FreeBSD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libnetworking/net/netisr.h

    r471745e r98cc364d  
    1111 *    notice, this list of conditions and the following disclaimer in the
    1212 *    documentation and/or other materials provided with the distribution.
    13  * 3. All advertising materials mentioning features or use of this software
    14  *    must display the following acknowledgement:
    15  *      This product includes software developed by the University of
    16  *      California, Berkeley and its contributors.
    1713 * 4. Neither the name of the University nor the names of its contributors
    1814 *    may be used to endorse or promote products derived from this software
     
    3228 *
    3329 *      @(#)netisr.h    8.1 (Berkeley) 6/10/93
     30 * $FreeBSD: src/sys/net/netisr.h,v 1.33 2005/01/07 01:45:35 imp Exp $
     31 */
     32
     33/*
    3434 * $Id$
    3535 */
     
    4646 * at timeout time).
    4747 */
    48 #if defined(vax) || defined(tahoe)
    49 #define setsoftnet()    mtpr(SIRR, 12)
    50 #endif
    5148
    5249/*
     
    5956#define NETISR_IP       2               /* same as AF_INET */
    6057#define NETISR_IMP      3               /* same as AF_IMPLINK */
    61 #define NETISR_NS       6               /* same as AF_NS */
    6258#define NETISR_ISO      7               /* same as AF_ISO */
    6359#define NETISR_CCITT    10              /* same as AF_CCITT */
Note: See TracChangeset for help on using the changeset viewer.