Changeset 5ef13847 in mainline


Ignore:
Timestamp:
2012-03-31T09:56:45Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9d5003e0
Parents:
b3db669
Message:

RTC: move the rtc driver under drv/time/cmos-rtc

Files:
2 added
2 edited
1 moved

Legend:

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

    rb3db669 r5ef13847  
    4242        char/ps2mouse \
    4343        char/xtkbd \
     44        time/cmos-rtc \
    4445        bus/usb/ehci\
    4546        bus/usb/ohci \
  • uspace/Makefile

    rb3db669 r5ef13847  
    126126        drv/nic/e1k \
    127127        drv/nic/rtl8139 \
    128         drv/time
    129128
    130129ifeq ($(CONFIG_PCC),y)
     
    150149                drv/bus/isa \
    151150                drv/char/ns8250 \
     151                drv/time/cmos-rtc \
    152152                srv/hw/irc/apic \
    153153                srv/hw/irc/i8259
     
    160160                drv/bus/isa \
    161161                drv/char/ns8250 \
     162                drv/time/cmos-rtc \
    162163                srv/hw/irc/apic \
    163164                srv/hw/irc/i8259
  • uspace/drv/time/cmos-rtc/cmos-rtc.c

    rb3db669 r5ef13847  
    4646#include <devman.h>
    4747
    48 #define NAME "RTC"
     48#define NAME "cmos-rtc"
    4949
    5050typedef struct rtc {
Note: See TracChangeset for help on using the changeset viewer.