Changeset b229062 in mainline
- Timestamp:
- 2014-08-13T13:16:48Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7978d1e7
- Parents:
- 238869ca
- Files:
-
- 9 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.bzrignore
r238869ca rb229062 123 123 uspace/dist/drv/e1k/ 124 124 uspace/dist/drv/ehci/ 125 uspace/dist/drv/hdaudio/ 125 126 uspace/dist/drv/i8042/ 126 127 uspace/dist/drv/isa/ … … 180 181 uspace/dist/srv/udf 181 182 uspace/dist/srv/udp 183 uspace/drv/audio/hdaudio/hdaudio 182 184 uspace/drv/audio/sb16/sb16 183 185 uspace/drv/block/ahci/ahci -
boot/arch/amd64/Makefile.inc
r238869ca rb229062 45 45 46 46 RD_DRVS_NON_ESSENTIAL += \ 47 audio/hdaudio \ 47 48 char/ns8250 \ 48 49 time/cmos-rtc \ -
uspace/Makefile
r238869ca rb229062 130 130 srv/hw/char/s3c24xx_uart \ 131 131 srv/hid/rfb \ 132 drv/audio/hdaudio \ 132 133 drv/audio/sb16 \ 133 134 drv/infrastructure/root \
Note:
See TracChangeset
for help on using the changeset viewer.