Deleted Added
sdiff udiff text old ( 5323:75f7e6366a41 ) new ( 5330:a1db38b0d8e8 )
full compact
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

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

179
180 # Serial port and console
181 self.console = SimConsole()
182 self.com_1 = Uart8250()
183 self.com_1.pio_addr = x86IOAddress(0x3f8)
184 self.com_1.pio = self.iobus.port
185 self.com_1.sim_console = self.console
186
187 # Platform
188 self.opteron = Opteron()
189
190 self.intrctrl = IntrControl()
191
192 return self
193
194

--- 83 unchanged lines hidden ---