Changeset 2fc487f in mainline


Ignore:
Timestamp:
2011-09-17T20:03:12Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
53738d3
Parents:
069b80d
Message:

audio/sb16: Initial commit

Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/amd64/Makefile.inc

    r069b80d r2fc487f  
    3838
    3939RD_DRVS += \
     40        audio/sb16 \
     41        char/ns8250 \
    4042        infrastructure/rootpc \
    4143        bus/pci/pciintel \
    4244        bus/isa \
    43         char/ns8250 \
    4445        bus/usb/ehci\
    4546        bus/usb/ohci \
  • uspace/Makefile

    r069b80d r2fc487f  
    102102        srv/net/nil/nildummy \
    103103        srv/net/net \
     104        drv/audio/sb16 \
    104105        drv/infrastructure/root \
    105106        drv/infrastructure/rootvirt \
  • uspace/drv/bus/isa/isa.dev

    r069b80d r2fc487f  
    1313        irq 1
    1414        io_range 060 10
    15        
     15
     16sb16:
     17        match 100 isa/sb16
     18        irq 5
     19        io_range 220 20
     20        io_range 330 2
Note: See TracChangeset for help on using the changeset viewer.