tsunami_io.hh (9338:97b4a2be1e5b) tsunami_io.hh (9557:8666e81607a6)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 37 unchanged lines hidden (view full) ---

46#include "sim/eventq.hh"
47
48/**
49 * Tsunami I/O device is a catch all for all the south bridge stuff we care
50 * to implement.
51 */
52class TsunamiIO : public BasicPioDevice
53{
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 37 unchanged lines hidden (view full) ---

46#include "sim/eventq.hh"
47
48/**
49 * Tsunami I/O device is a catch all for all the south bridge stuff we care
50 * to implement.
51 */
52class TsunamiIO : public BasicPioDevice
53{
54 private:
55 struct tm tm;
56
57 protected:
58
59 class RTC : public MC146818
60 {
61 public:
62 Tsunami *tsunami;
63 RTC(const std::string &n, const TsunamiIOParams *p);

--- 95 unchanged lines hidden ---
54
55 protected:
56
57 class RTC : public MC146818
58 {
59 public:
60 Tsunami *tsunami;
61 RTC(const std::string &n, const TsunamiIOParams *p);

--- 95 unchanged lines hidden ---