Pc.py (5833:5a07c4e3249b) Pc.py (7523:9c8fdcdae976)
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

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

74 self.i_dont_exist.pio = bus.port
75 self.behind_pci.pio = bus.port
76 self.com_1.pio = bus.port
77 self.fake_com_2.pio = bus.port
78 self.fake_com_3.pio = bus.port
79 self.fake_com_4.pio = bus.port
80 self.fake_floppy.pio = bus.port
81 self.pciconfig.pio = bus.default
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

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

74 self.i_dont_exist.pio = bus.port
75 self.behind_pci.pio = bus.port
76 self.com_1.pio = bus.port
77 self.fake_com_2.pio = bus.port
78 self.fake_com_3.pio = bus.port
79 self.fake_com_4.pio = bus.port
80 self.fake_floppy.pio = bus.port
81 self.pciconfig.pio = bus.default
82 bus.responder_set = True
83 bus.responder = self.pciconfig
82 bus.use_default_range = True