Changes in / [72d120e:334bf28] in mainline
- Files:
-
- 5 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r72d120e r334bf28 138 138 nic/e1k \ 139 139 nic/rtl8139 \ 140 nic/rtl8169 \141 140 block/ahci 142 141 -
uspace/Makefile
r72d120e r334bf28 153 153 drv/nic/ne2k \ 154 154 drv/nic/e1k \ 155 drv/nic/rtl8139 \ 156 drv/nic/rtl8169 155 drv/nic/rtl8139 157 156 158 157 ## Platform-specific hardware support -
uspace/drv/bus/isa/isa.dev
r72d120e r334bf28 14 14 irq 12 15 15 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 16 29 17 30 cmos-rtc:
Note:
See TracChangeset
for help on using the changeset viewer.