From 6a3f255a84d93f3e621319fd81f355416e385c8c Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 31 Jan 2009 23:33:54 -0800 Subject: X86: Rework interrupt pins to allow one to many connections. --- src/dev/x86/i8254.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dev/x86/i8254.hh') diff --git a/src/dev/x86/i8254.hh b/src/dev/x86/i8254.hh index e6860b2c4..7de20dfd4 100644 --- a/src/dev/x86/i8254.hh +++ b/src/dev/x86/i8254.hh @@ -38,7 +38,7 @@ namespace X86ISA { -class IntPin; +class IntSourcePin; class I8254 : public BasicPioDevice { @@ -64,7 +64,7 @@ class I8254 : public BasicPioDevice X86Intel8254Timer pit; - IntPin *intPin; + IntSourcePin *intPin; void counterInterrupt(unsigned int num); -- cgit v1.2.3