mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 09:01:24 +03:00
eth_ntoa and compilation warnings fixes
This commit is contained in:
@@ -50,8 +50,8 @@ static int prism2_find_plx ( hfa384x_t *hw, struct pci_device *p )
|
||||
/* Fill out hw structure */
|
||||
hw->membase = attr_mem;
|
||||
hw->iobase = iobase;
|
||||
printf ( "PLX9052 has local config registers at %#hx\n", plx_lcr );
|
||||
printf ( "Prism2 has attribute memory at %#x and I/O base at %#hx\n", attr_mem, iobase );
|
||||
printf ( "PLX9052 has local config registers at %#lx\n", plx_lcr );
|
||||
printf ( "Prism2 has attribute memory at %#lx and I/O base at %#lx\n", attr_mem, iobase );
|
||||
|
||||
/* Search for CIS strings */
|
||||
printf ( "Searching for PCMCIA card...\n" );
|
||||
@@ -90,8 +90,7 @@ static int prism2_plx_probe ( struct nic *nic, struct pci_device *pci ) {
|
||||
return prism2_probe ( nic, hw );
|
||||
}
|
||||
|
||||
static void prism2_plx_disable ( struct nic *nic,
|
||||
struct pci_device *pci __unused ) {
|
||||
static void prism2_plx_disable ( struct nic *nic ) {
|
||||
prism2_disable ( nic );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user