SouthBridge.py (5643:2b1611137af4) SouthBridge.py (5651:7f0c8006c3d7)
1# Copyright (c) 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

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

67 self.speaker.i8254 = self.pit
68 # Connect to the bus
69 self.cmos.pio = bus.port
70 self.pic1.pio = bus.port
71 self.pic2.pio = bus.port
72 self.pit.pio = bus.port
73 self.speaker.pio = bus.port
74 self.io_apic.pio = bus.port
1# Copyright (c) 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

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

67 self.speaker.i8254 = self.pit
68 # Connect to the bus
69 self.cmos.pio = bus.port
70 self.pic1.pio = bus.port
71 self.pic2.pio = bus.port
72 self.pit.pio = bus.port
73 self.speaker.pio = bus.port
74 self.io_apic.pio = bus.port
75 self.io_apic.int_port = bus.port