Changes in / [72d120e:334bf28] in mainline


Ignore:
Files:
5 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

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

    r72d120e r334bf28  
    153153        drv/nic/ne2k \
    154154        drv/nic/e1k \
    155         drv/nic/rtl8139 \
    156         drv/nic/rtl8169
     155        drv/nic/rtl8139
    157156
    158157## Platform-specific hardware support
  • uspace/drv/bus/isa/isa.dev

    r72d120e r334bf28  
    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.