Changes in / [78192cc7:af2a76c] in mainline


Ignore:
Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r78192cc7 raf2a76c  
    138138        nic/e1k \
    139139        nic/rtl8139 \
     140        nic/rtl8169 \
    140141        block/ahci
    141142
  • uspace/Makefile

    r78192cc7 raf2a76c  
    154154        drv/nic/ne2k \
    155155        drv/nic/e1k \
    156         drv/nic/rtl8139
     156        drv/nic/rtl8139 \
     157        drv/nic/rtl8169
    157158
    158159## Platform-specific hardware support
  • uspace/drv/bus/isa/isa.dev

    r78192cc7 raf2a76c  
    1414        irq 12
    1515        io_range 060 5
    16 
    17 ne2k:
    18         match 100 isa/ne2k
    19         irq 5
    20         io_range 300 20
    21 
    22 sb16:
    23         match 100 isa/sb16
    24         io_range 220 20
    25         io_range 330 2
    26         irq 5
    27         dma 1
    28         dma 5
    2916
    3017cmos-rtc:
Note: See TracChangeset for help on using the changeset viewer.