FSConfig.py (5847:02e0e93d1ba7) FSConfig.py (5918:c3d88393a1f3)
1# Copyright (c) 2006-2008 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

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

256 interrupt_type = 'INT',
257 polarity = 'ConformPolarity',
258 trigger = 'ConformTrigger',
259 source_bus_id = 0,
260 source_bus_irq = 1,
261 dest_io_apic_id = 1,
262 dest_io_apic_intin = 1)
263 self.intel_mp_table.add_entry(assign_1_to_apic)
1# Copyright (c) 2006-2008 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

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

256 interrupt_type = 'INT',
257 polarity = 'ConformPolarity',
258 trigger = 'ConformTrigger',
259 source_bus_id = 0,
260 source_bus_irq = 1,
261 dest_io_apic_id = 1,
262 dest_io_apic_intin = 1)
263 self.intel_mp_table.add_entry(assign_1_to_apic)
264 assign_8259_4_to_apic = X86IntelMPIOIntAssignment(
265 interrupt_type = 'ExtInt',
266 polarity = 'ConformPolarity',
267 trigger = 'ConformTrigger',
268 source_bus_id = 0,
269 source_bus_irq = 4,
270 dest_io_apic_id = 1,
271 dest_io_apic_intin = 0)
272 self.intel_mp_table.add_entry(assign_8259_4_to_apic)
273 assign_4_to_apic = X86IntelMPIOIntAssignment(
274 interrupt_type = 'INT',
275 polarity = 'ConformPolarity',
276 trigger = 'ConformTrigger',
277 source_bus_id = 0,
278 source_bus_irq = 4,
279 dest_io_apic_id = 1,
280 dest_io_apic_intin = 4)
281 self.intel_mp_table.add_entry(assign_4_to_apic)
264 assign_8259_12_to_apic = X86IntelMPIOIntAssignment(
265 interrupt_type = 'ExtInt',
266 polarity = 'ConformPolarity',
267 trigger = 'ConformTrigger',
268 source_bus_id = 0,
269 source_bus_irq = 12,
270 dest_io_apic_id = 1,
271 dest_io_apic_intin = 0)

--- 141 unchanged lines hidden ---
282 assign_8259_12_to_apic = X86IntelMPIOIntAssignment(
283 interrupt_type = 'ExtInt',
284 polarity = 'ConformPolarity',
285 trigger = 'ConformTrigger',
286 source_bus_id = 0,
287 source_bus_irq = 12,
288 dest_io_apic_id = 1,
289 dest_io_apic_intin = 0)

--- 141 unchanged lines hidden ---