i8259.hh (5686:f33045b4dbee) i8259.hh (5688:e18928b6b108)
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 // Whether or not the PIC is in auto EOI mode.
77 bool autoEOI;
78
76 void requestInterrupt(int line);
77 void handleEOI(int line);
78
79 public:
80 typedef I8259Params Params;
81
82 const Params *
83 params() const

--- 22 unchanged lines hidden ---
79 void requestInterrupt(int line);
80 void handleEOI(int line);
81
82 public:
83 typedef I8259Params Params;
84
85 const Params *
86 params() const

--- 22 unchanged lines hidden ---