setup_ethernet.inc
This commit is contained in:
parent
85ad36939f
commit
710b5a4d21
2 changed files with 0 additions and 15 deletions
|
|
@ -1 +0,0 @@
|
|||
object southbridge.o
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* This early setup is a handy place to enable the Ethernet if the user wants
|
||||
* it.
|
||||
*/
|
||||
enable_eth:
|
||||
movl $CONFIG_ADDR(0, SUPERIO_DEVFN, 0x50), %eax
|
||||
PCI_READ_CONFIG_DWORD
|
||||
|
||||
/* Turn on just the Ethernet and disable modem */
|
||||
orl $0x1080, %eax
|
||||
mov %eax, %ecx
|
||||
|
||||
movl $CONFIG_ADDR(0, SUPERIO_DEVFN, 0x50), %eax
|
||||
PCI_WRITE_CONFIG_DWORD
|
||||
Loading…
Add table
Add a link
Reference in a new issue