i82094aa.hh (14290:fa11f961ae4e) i82094aa.hh (14291:722551795497)
1/*
2 * Copyright (c) 2008 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;

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

77 static const uint8_t TableSize = 24;
78 // This implementation is based on version 0x11, but 0x14 avoids having
79 // to deal with the arbitration and APIC bus guck.
80 static const uint8_t APICVersion = 0x14;
81
82 RedirTableEntry redirTable[TableSize];
83 bool pinStates[TableSize];
84
1/*
2 * Copyright (c) 2008 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;

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

77 static const uint8_t TableSize = 24;
78 // This implementation is based on version 0x11, but 0x14 avoids having
79 // to deal with the arbitration and APIC bus guck.
80 static const uint8_t APICVersion = 0x14;
81
82 RedirTableEntry redirTable[TableSize];
83 bool pinStates[TableSize];
84
85 std::vector<::IntSinkPin<I82094AA> *> inputs;
85 std::vector *> inputs;
86
87 public:
88 typedef I82094AAParams Params;
89
90 const Params *
91 params() const
92 {
93 return dynamic_cast<const Params *>(_params);

--- 30 unchanged lines hidden ---
86
87 public:
88 typedef I82094AAParams Params;
89
90 const Params *
91 params() const
92 {
93 return dynamic_cast<const Params *>(_params);

--- 30 unchanged lines hidden ---