The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/drivers/dp8390/local.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*
    2 local.h
    3 */
    4 
    5 #define ENABLE_WDETH 1
    6 #define ENABLE_NE2000 1
    7 #define ENABLE_3C503 1
    8 #define ENABLE_PCI 1
    9 
   10 struct dpeth;
   11 
   12 /* 3c503.c */
   13 _PROTOTYPE( int el2_probe, (struct dpeth* dep)                          );
   14 
   15 /* dp8390.c */
   16 _PROTOTYPE( u8_t inb, (port_t port)                                     );
   17 _PROTOTYPE( u16_t inw, (port_t port)                                    );
   18 _PROTOTYPE( void outb, (port_t port, u8_t v)                            );
   19 _PROTOTYPE( void outw, (port_t port, u16_t v)                           );
   20 
   21 /* ne2000.c */
   22 _PROTOTYPE( int ne_probe, (struct dpeth *dep)                           );
   23 _PROTOTYPE( void ne_init, (struct dpeth *dep)                           );
   24 
   25 /* rtl8029.c */
   26 _PROTOTYPE( int rtl_probe, (struct dpeth *dep)                          );
   27 
   28 /* wdeth.c */
   29 _PROTOTYPE( int wdeth_probe, (struct dpeth* dep)                                );
   30 

Cache object: 43f24c0e517c1adeb7b4e28e6d131fdb


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.