i8259.hh (5657:7539092b28ac) i8259.hh (5686:f33045b4dbee)
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;

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

68
69 bool edgeTriggered;
70 bool readIRR;
71
72 // State machine information for reading in initialization control words.
73 bool expectICW4;
74 int initControlWord;
75
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;

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

68
69 bool edgeTriggered;
70 bool readIRR;
71
72 // State machine information for reading in initialization control words.
73 bool expectICW4;
74 int initControlWord;
75
76 void requestInterrupt(int line);
77 void handleEOI(int line);
78
76 public:
77 typedef I8259Params Params;
78
79 const Params *
80 params() const
81 {
82 return dynamic_cast<const Params *>(_params);
83 }

--- 19 unchanged lines hidden ---
79 public:
80 typedef I8259Params Params;
81
82 const Params *
83 params() const
84 {
85 return dynamic_cast<const Params *>(_params);
86 }

--- 19 unchanged lines hidden ---