Changeset e2cc9a0 in mainline for kernel/arch/sparc64/Makefile.inc


Ignore:
Timestamp:
2006-10-06T22:37:15Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
33b1903
Parents:
233af8c5
Message:

Add support for interrupt mapping in the Sabre PCI controller.
Add support for PCI and EBUS interrupt mapping via the OpenFirmware device tree.
Unfortunatelly, the code is not capable enough to earn single ns16550 interrupt.
I suspect something needs to be enabled in the EBUS registers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/Makefile.inc

    r233af8c5 re2cc9a0  
    101101        arch/$(ARCH)/src/drivers/tick.c \
    102102        arch/$(ARCH)/src/drivers/kbd.c \
    103         arch/$(ARCH)/src/drivers/scr.c
     103        arch/$(ARCH)/src/drivers/scr.c \
     104        arch/$(ARCH)/src/drivers/pci.c
    104105
    105106ifeq ($(CONFIG_SMP),y)
Note: See TracChangeset for help on using the changeset viewer.