Changes in / [e6ed0b18:089901e] in mainline
- Files:
-
- 18 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
.bzrignore
re6ed0b18 r089901e 125 125 uspace/dist/drv/e1k/ 126 126 uspace/dist/drv/ehci/ 127 uspace/dist/drv/hdaudio/ 127 128 uspace/dist/drv/i8042/ 128 129 uspace/dist/drv/isa/ … … 182 183 uspace/dist/srv/udf 183 184 uspace/dist/srv/udp 185 uspace/drv/audio/hdaudio/hdaudio 184 186 uspace/drv/audio/sb16/sb16 185 187 uspace/drv/block/ahci/ahci -
boot/arch/amd64/Makefile.inc
re6ed0b18 r089901e 45 45 46 46 RD_DRVS_NON_ESSENTIAL += \ 47 audio/hdaudio \ 47 48 char/ns8250 \ 48 49 time/cmos-rtc \ -
tools/ew.py
re6ed0b18 r089901e 137 137 if is_override('nosnd'): 138 138 return '' 139 return ' - soundhw sb16'139 return ' -device intel-hda -device hda-duplex' 140 140 141 141 def qemu_run(platform, machine): -
uspace/Makefile
re6ed0b18 r089901e 131 131 srv/hw/char/s3c24xx_uart \ 132 132 srv/hid/rfb \ 133 drv/audio/hdaudio \ 133 134 drv/audio/sb16 \ 134 135 drv/root/root \
Note:
See TracChangeset
for help on using the changeset viewer.