Changes in / [b4cbef1:3b3e776] in mainline
- Files:
-
- 53 added
- 5 deleted
- 4 edited
-
boot/arch/amd64/Makefile.inc (modified) (1 diff)
-
contrib/arch/uspace/lib/libc/devmap_device_connect (deleted)
-
contrib/arch/uspace/lib/libc/devmap_device_get_count (deleted)
-
contrib/arch/uspace/lib/libc/devmap_device_get_devices (deleted)
-
contrib/arch/uspace/lib/libc/devmap_device_get_handle (deleted)
-
contrib/arch/uspace/lib/libc/devmap_get_phone (deleted)
-
kernel/generic/src/ipc/irq.c (modified) (2 diffs)
-
readme.txt (added)
-
uspace/Makefile (modified) (3 diffs)
-
uspace/app/getterm/Makefile.build (added)
-
uspace/app/getterm/Makefile.common (added)
-
uspace/app/init/init.c (modified) (2 diffs)
-
uspace/app/lspci/COPYING (added)
-
uspace/app/lspci/Makefile (added)
-
uspace/app/lspci/libpci/Makefile (added)
-
uspace/app/lspci/libpci/VERSION (added)
-
uspace/app/lspci/libpci/access.c (added)
-
uspace/app/lspci/libpci/generic.c (added)
-
uspace/app/lspci/libpci/header.h (added)
-
uspace/app/lspci/libpci/i386-ports.c (added)
-
uspace/app/lspci/libpci/internal.h (added)
-
uspace/app/lspci/libpci/names.c (added)
-
uspace/app/lspci/libpci/pci.h (added)
-
uspace/app/lspci/libpci/pci_ids.h (added)
-
uspace/app/lspci/libpci/sysdep.h (added)
-
uspace/app/lspci/libpci/types.h (added)
-
uspace/app/lspci/libpci/us2.c (added)
-
uspace/app/lspci/pci.c (added)
-
uspace/app/lspci/update-ids (added)
-
uspace/app/shutters/Makefile (added)
-
uspace/app/shutters/shutters.c (added)
-
uspace/app/test_serial/Makefile (added)
-
uspace/app/test_serial/test_serial.c (added)
-
uspace/lib/libc/include/ipc/serial.h (added)
-
uspace/lib/libpci/Makefile.build (added)
-
uspace/lib/libpci/Makefile.common (added)
-
uspace/srv/bd/part/mbr_part/Makefile.build (added)
-
uspace/srv/bd/part/mbr_part/Makefile.common (added)
-
uspace/srv/dd/Makefile (added)
-
uspace/srv/dd/intel_method1.c (added)
-
uspace/srv/dd/intel_piix3.c (added)
-
uspace/srv/dd/intel_piix3.h (added)
-
uspace/srv/dd/isa.c (added)
-
uspace/srv/dd/isa.h (added)
-
uspace/srv/dd/main.c (added)
-
uspace/srv/dd/pci.c (added)
-
uspace/srv/dd/pci.h (added)
-
uspace/srv/dd/pci_bus.h (added)
-
uspace/srv/dd/pci_conf.h (added)
-
uspace/srv/dd/pci_regs.h (added)
-
uspace/srv/dd/pic.c (added)
-
uspace/srv/dd/pic.h (added)
-
uspace/srv/dd/psycho.c (added)
-
uspace/srv/dd/serial.c (added)
-
uspace/srv/dd/serial.h (added)
-
uspace/srv/hid/kbd/port/i8042.h (added)
-
uspace/srv/hw/bus/pci/Makefile.build (added)
-
uspace/srv/hw/bus/pci/Makefile.common (added)
-
uspace/srv/hw/cir/fhc/Makefile.build (added)
-
uspace/srv/hw/cir/fhc/Makefile.common (added)
-
uspace/srv/hw/cir/obio/Makefile.build (added)
-
uspace/srv/hw/cir/obio/Makefile.common (added)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
rb4cbef1 r3b3e776 30 30 31 31 RD_SRVS += \ 32 $(USPACEDIR)/srv/dd/dd \ 32 33 $(USPACEDIR)/srv/bd/ata_bd/ata_bd \ 33 34 $(USPACEDIR)/srv/hw/char/i8042/i8042 \ 34 $(USPACEDIR)/srv/hw/bus/pci/pci \35 # $(USPACEDIR)/srv/hw/bus/pci/pci \ 35 36 $(USPACEDIR)/srv/hid/char_mouse/char_ms 36 37 -
kernel/generic/src/ipc/irq.c
rb4cbef1 r3b3e776 149 149 (unative_t) devno 150 150 }; 151 152 printf("kernel ipc_irq_register() ... registering irq = %d\n", inr); 151 153 152 154 if (ucode) { … … 202 204 203 205 interrupts_restore(ipl); 206 207 printf("kernel ipc_irq_register() ... registering irq = %d was successful \n", inr); 208 204 209 return EOK; 205 210 } -
uspace/Makefile
rb4cbef1 r3b3e776 40 40 app/mkfat \ 41 41 app/redir \ 42 app/shutters \ 42 43 app/taskdump \ 43 44 app/tester \ 45 app/test_serial \ 44 46 app/tetris \ 45 47 app/trace \ … … 67 69 68 70 ifeq ($(UARCH),amd64) 69 DIRS += srv/hw/bus/pci 71 DIRS += srv/dd 72 # DIRS += srv/hw/bus/pci 70 73 endif 71 74 72 75 ifeq ($(UARCH),ia32) 73 DIRS += srv/hw/bus/pci 76 DIRS += srv/dd 77 # DIRS += srv/hw/bus/pci 74 78 endif 75 79 … … 80 84 ifeq ($(UARCH),sparc64) 81 85 DIRS += \ 86 srv/dd \ 82 87 srv/hw/cir/fhc \ 83 88 srv/hw/cir/obio -
uspace/app/init/init.c
rb4cbef1 r3b3e776 102 102 case EBUSY: 103 103 printf(NAME ": Device filesystem already mounted\n"); 104 104 105 return false; 105 106 case ELIMIT: 106 107 printf(NAME ": Unable to mount device filesystem\n"); 108 107 109 return false; 108 110 case ENOENT: 109 111 printf(NAME ": Unknown filesystem type (devfs)\n"); 112 110 113 return false; 111 114 default: 112 115 printf(NAME ": Error mounting device filesystem (%d)\n", rc); 116 113 117 return false; 114 118 } … … 310 314 getterm("term/vc6", "/app/klog"); 311 315 316 usleep(1000000); 317 spawn("/srv/dd"); 318 312 319 return 0; 313 320 }
Note:
See TracChangeset
for help on using the changeset viewer.
