Deleted Added
sdiff udiff text old ( 10800:c0957cf9f606 ) new ( 10923:5fe05690d03d )
full compact
1# -*- mode:python -*-
2
3# Copyright (c) 2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

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

55Source('copy_engine.cc')
56Source('disk_image.cc')
57Source('dma_device.cc')
58Source('etherbus.cc')
59Source('etherdevice.cc')
60Source('etherdump.cc')
61Source('etherint.cc')
62Source('etherlink.cc')
63Source('etherpkt.cc')
64Source('ethertap.cc')
65Source('i2cbus.cc')
66Source('i8254xGBe.cc')
67Source('ide_ctrl.cc')
68Source('ide_disk.cc')
69Source('intel_8254_timer.cc')
70Source('mc146818.cc')

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

80Source('uart.cc')
81Source('uart8250.cc')
82
83DebugFlag('DiskImageRead')
84DebugFlag('DiskImageWrite')
85DebugFlag('DMA')
86DebugFlag('DMACopyEngine')
87DebugFlag('Ethernet')
88DebugFlag('EthernetCksum')
89DebugFlag('EthernetDMA')
90DebugFlag('EthernetData')
91DebugFlag('EthernetDesc')
92DebugFlag('EthernetEEPROM')
93DebugFlag('EthernetIntr')
94DebugFlag('EthernetPIO')
95DebugFlag('EthernetSM')

--- 19 unchanged lines hidden ---