LAN9118 emulation
Add SMSC LAN9118 ethernet emulation. Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
		
							parent
							
								
									e90e795e8c
								
							
						
					
					
						commit
						2a42499017
					
				| @ -288,6 +288,7 @@ obj-arm-y += framebuffer.o | ||||
| obj-arm-y += syborg.o syborg_fb.o syborg_interrupt.o syborg_keyboard.o | ||||
| obj-arm-y += syborg_serial.o syborg_timer.o syborg_pointer.o syborg_rtc.o | ||||
| obj-arm-y += syborg_virtio.o | ||||
| obj-arm-y += lan9118.o | ||||
| 
 | ||||
| obj-sh4-y = shix.o r2d.o sh7750.o sh7750_regnames.o tc58128.o | ||||
| obj-sh4-y += sh_timer.o sh_serial.o sh_intc.o sh_pci.o sm501.o serial.o | ||||
|  | ||||
| @ -6,6 +6,9 @@ | ||||
| /* smc91c111.c */ | ||||
| void smc91c111_init(NICInfo *, uint32_t, qemu_irq); | ||||
| 
 | ||||
| /* lan9118.c */ | ||||
| void lan9118_init(NICInfo *, uint32_t, qemu_irq); | ||||
| 
 | ||||
| /* tsc210x.c */ | ||||
| uWireSlave *tsc2102_init(qemu_irq pint); | ||||
| uWireSlave *tsc2301_init(qemu_irq penirq, qemu_irq kbirq, qemu_irq dav); | ||||
|  | ||||
							
								
								
									
										1093
									
								
								hw/lan9118.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1093
									
								
								hw/lan9118.c
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Paul Brook
						Paul Brook