Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/rtl8169/driver.h

    r320bd52 r59b3095  
    5555        /** The irq assigned */
    5656        int irq;
    57         /** PCI Vendor and Product ids */
    58         uint16_t pci_vid;
    59         uint16_t pci_pid;
    6057        /** Mask of the turned interupts (IMR value) */
    6158        uint16_t int_mask;
     
    8683        size_t tx_used;
    8784
    88         /** Receive Control Register masks */
    89         uint32_t rcr_ucast;
    90         uint32_t rcr_mcast;
    91 
    9285        /** Lock for receiver */
    9386        fibril_mutex_t rx_lock;
Note: See TracChangeset for help on using the changeset viewer.