Changes in / [af2a76c:78192cc7] in mainline


Ignore:
Files:
5 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

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

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

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