Sign in
qemu-android
/
qemu-android
/
d6034a3a61235042a0d79dcc1dfed0fbf461fb18
/
hw
/
eepro100.c
befeac4
Merge remote-tracking branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
ad03502
eepro100: convert to PCIDeviceInfo to initialize ids
by Isaku Yamahata
· 14 years ago
ebabb67
Fix typo in code and comments
by Stefan Weil
· 14 years ago
5300f1a
Merge remote branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
072476e
eepro100: Support 32 bit read/write access to flash register
by Stefan Weil
· 14 years ago
a39bd01
eepro100: Support byte read access to general control register
by Stefan Weil
· 14 years ago
0113f48
eepro100: Support byte/word read/write access to MDI control register
by Stefan Weil
· 14 years ago
27a0500
eepro100: Support byte/word writes to pointer register
by Stefan Weil
· 14 years ago
3fd3d0b
eepro100: Support byte/word writes to port address
by Stefan Weil
· 14 years ago
e5e23ab
eepro100: Fix endianness issues
by Stefan Weil
· 14 years ago
792f1d6
eepro100: Pad received short frames
by Stefan Weil
· 14 years ago
27112f1
eepro100: Remove unused structure element
by Stefan Weil
· 14 years ago
77bee84
eepro100: Remove type casts which are no longer needed
by Stefan Weil
· 14 years ago
1b4f97d
eepro100: Avoid duplicate debug messages
by Stefan Weil
· 14 years ago
5ee8ad7
PXE: Use consistent naming for PXE ROMs
by Alex Williamson
· 14 years ago
22ec609
eepro100: convert to pci_register_bar_simple()
by Avi Kivity
· 14 years ago
1ca4d09
Add bootindex parameter to net/block/fd device
by Gleb Natapov
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
0389ced
eepro100: Use a single rom file for all i825xx devices
by Stefan Weil
· 14 years ago
b907b69
Merge branch 'pci' into for_anthony
by Michael S. Tsirkin
· 14 years ago
ef47606
eepro100: initialize a variable in all cases
by Blue Swirl
· 14 years ago
010ec62
eepro100: Add support for multiple individual addresses (multiple IA)
by Stefan Weil
· 15 years ago
ca77089
pci: consolidate pci_add_capability_at_offset() into pci_add_capability().
by Isaku Yamahata
· 15 years ago
5fce2b3
eepro100: Add a dev field to eeprom new/free functions
by Alex Williamson
· 15 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
1116582
Move stdbool.h
by Paul Brook
· 15 years ago
8bbd1ce
eepro100: convert to new capability API
by Michael S. Tsirkin
· 15 years ago
f62719c
eepro100: fix PCI interrupt pin configuration regression
by Stefan Weil
· 15 years ago
269eba0
eepro100: fix mapping of flash memory
by Stefan Weil
· 15 years ago
ae543b4
eepro100: Set power management capability using pci_reserve_capability
by Stefan Weil
· 15 years ago
3dec59a
eepro100: Set configuration bit for standard TCB
by Stefan Weil
· 15 years ago
db667a1
eepro100: Add new device variant i82801
by Stefan Weil
· 15 years ago
558c863
eepro100: Simplified device instantiation
by Stefan Weil
· 15 years ago
75f5a6c
eepro100: Simplify status handling
by Stefan Weil
· 15 years ago
e74818f
eepro100: Don't allow writing SCBStatus
by Stefan Weil
· 15 years ago
15e89f5
eepro100: address pci todo's, use pci_set_xx
by Michael S. Tsirkin
· 15 years ago
78728c9
eepro100: Keep includes sorted
by Stefan Weil
· 15 years ago
e7493b2
eepro100: Remove C++ comments
by Stefan Weil
· 15 years ago
f80a7fc
eepro100: Add diagnose command
by Stefan Weil
· 15 years ago
3d0f4b9
eepro100: New function for reading command block
by Stefan Weil
· 15 years ago
ec1d02d
eepro100: Use tx.status
by Stefan Weil
· 15 years ago
cc02c66
eepro100: Prettify code (no functional changes)
by Stefan Weil
· 15 years ago
cb25a3f
eepro100: Fix CU Start command
by Stefan Weil
· 15 years ago
e824012
eepro100: Support RNR interrupt
by Stefan Weil
· 15 years ago
e715c8e
eepro100: Replace variable name to fix a compiler warning
by Stefan Weil
· 15 years ago
b1e8701
eepro100: Use symbolic names for bits in EEPROM id
by Stefan Weil
· 15 years ago
c5bac30
eepro100: Remove old unused code
by Stefan Weil
· 15 years ago
ced5296
eepro100: Use symbolic names and BIT macros in binary operations
by Stefan Weil
· 15 years ago
762401e
eepro100: Add device descriptions
by Stefan Weil
· 15 years ago
230a167
eepro100: Update copyright notice
by Stefan Weil
· 15 years ago
ba19f2d
eepro100: Add TODO list
by Stefan Weil
· 15 years ago
da51e79
eepro100: Support gpxe boot for all eepro100 devices
by Stefan Weil
· 15 years ago
6cded3a
eepro100: Fix PXE boot
by Stefan Weil
· 15 years ago
0908bba
eepro100: Add missing SCB register names
by Stefan Weil
· 15 years ago
ce0e58b
eepro100: Fix compiler errors from debug messages
by Stefan Weil
· 15 years ago
7b8737d
eepro100: Fix multicast support
by Stefan Weil
· 15 years ago
f3a52e5
eepro100: Restructure code (new function tx_command)
by Stefan Weil
· 15 years ago
938a632
eepro100: Update ROM file support
by Stefan Weil
· 15 years ago
6170240
eepro100: Fix initial value for PCI_STATUS
by Stefan Weil
· 15 years ago
508cc6b
eepro100: symbolic names for pci registers
by Michael S. Tsirkin
· 15 years ago
b8f6ba0
eepro100: Improve debug messages
by Stefan Weil
· 15 years ago
ec16928
eepro100: Allocate a larger buffer for regname()
by David Benjamin
· 15 years ago
e00e365
net: convert eepro100 to NICState
by Mark McLoughlin
· 15 years ago
6a90e30
eepro100: Add missing .exit initialisation
by Stefan Weil
· 15 years ago
4e9df06
eepro100: Fix boot ROM support
by Stefan Weil
· 15 years ago
ba42b64
eepro100: Improve support for different devices
by Stefan Weil
· 15 years ago
89e8b13
pci: introduce FMT_PCIBUS for printf format for pcibus_t.
by Isaku Yamahata
· 15 years ago
6e355d9
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
by Isaku Yamahata
· 15 years ago
0392a01
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
by Isaku Yamahata
· 15 years ago
151b298
eepro100: port to vmstate
by Juan Quintela
· 15 years ago
508ef93
eepro100: use qdev properties for configuration.
by Gerd Hoffmann
· 15 years ago
5fa9a0a
eepro100: Restructure code
by Stefan Weil
· 15 years ago
3706c43
eepro100: Remove unused device status entries
by Stefan Weil
· 15 years ago
dbbaaff
eepro100: support 16 bit read from SCBCmd (== 2)
by =?UTF-8?q?Reimar=20D=C3=B6ffinger?=
· 16 years ago
f4e94df
Set revision in eeprom correctly for 82557 versions.
by =?UTF-8?q?Reimar=20D=C3=B6ffinger?=
· 16 years ago
7f1e9d4
eepro100: Don't allow guests to fail assertions
by Kevin Wolf
· 16 years ago
e3936fa
pci: move unregister from PCIDevice to PCIDeviceInfo
by Gerd Hoffmann
· 16 years ago
4e3db91
Revert "eepro100: Remove unused device status entries"
by Aurelien Jarno
· 15 years ago
c4c270e
eepro100: Add more i825xx devices
by Stefan Weil
· 16 years ago
3031efa
eepro100: Remove unused device status entries
by Stefan Weil
· 16 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 16 years ago
99a0949
Get rid of _t suffix
by malc
· 16 years ago
067d01d
eepro100: Fix format strings in debug messages
by Stefan Weil
· 16 years ago
41cbc23
eepro100: Replace sprintf by snprintf
by Stefan Weil
· 16 years ago
fd9ae2e
eepro100: Remove unused code
by Stefan Weil
· 16 years ago
aac443e
eepro100: Enhanced logging and comments
by Stefan Weil
· 16 years ago
6a0b9cc
Make string arrays used to convert numbers to strings when DEBUG_EEPRO100 is enabled const.
by Reimar Döffinger
· 16 years ago
0859df6
Fix for commit 3f9cb1c14dc368f41447db5f78d6248c4f100ad4
by Naphtali Sprei
· 16 years ago
d6fd1e6
eepro100: Clean code which sets the PCI device id
by Stefan Weil
· 16 years ago
b84a5c6
Remove typedef for bool from eepro100.c
by Amit Shah
· 16 years ago
273a214
eepro100: Remove unused indirection of PCIDevice
by Juan Quintela
· 16 years ago
769cf7a
eepro100: cast a void * makes no sense
by Juan Quintela
· 16 years ago
d986bd5
eepro100: convert casts to DO_UPCAST()
by Juan Quintela
· 16 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 16 years ago
24e6f35
fix stack buffer overflows in eepro100.c tx
by Reimar Döffinger
· 16 years ago
3f9cb1c
hw/eepro100.c: Use extended TBD only where applicable
by Naphtali Sprei
· 16 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
0aab0d3
qdev: update pci device registration.
by Gerd Hoffmann
· 16 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
Next »