Ignore:
File:
1 edited

Legend:

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

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