david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src
Michael Brown 1588b9336e [netdevice] Simplify link-down status message
For devices that start in a link-down state, the user will see a
message such as:

  [Link status: The socket is not connected (http://ipxe.org/38086001)]
  Waiting for link-up on net0...

This is potentially misleading, since it suggests that there is a
genuine problem.  Add a dedicated error message for "link down",
giving instead:

  [Link status: Down (http://ipxe.org/38086101)]
  Waiting for link-up on net0...

Reported-by: Tal Aloni <tal.aloni.il@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2011-03-30 12:45:12 +01:00
..
arch [linux] Avoid unused-but-set variable warning in gcc 4.6 2011-03-28 14:48:16 +01:00
bin Rename .cvsignore files to .gitignore 2007-06-09 22:57:00 +01:00
config [console] Add keyboard map selection 2011-03-16 12:03:00 +00:00
core [main] Add the "scriptlet" setting 2011-03-28 18:50:27 +01:00
crypto [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files 2010-12-03 23:38:15 +00:00
doc [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
drivers [forcedeth] Never change the NVREG_TRANSMITPOLL_MAC_ADDR_REV flag 2011-03-30 00:34:09 +01:00
hci [settings] Display "delete" option only for locally-originated settings 2011-03-28 19:08:01 +01:00
image [efi] Ensure that all drivers are shut down before the OS boots 2011-03-29 22:08:05 +01:00
include [main] Add the "scriptlet" setting 2011-03-28 18:50:27 +01:00
interface [bofm] Use BOFM protocol version 2 if available 2011-03-30 02:00:59 +01:00
libgcc [build] Mark __intel_new_proc_init with __libgcc rather than cdecl 2009-08-03 15:56:10 +01:00
net [netdevice] Simplify link-down status message 2011-03-30 12:45:12 +01:00
tests [uri] Avoid unused variable warning in gcc 4.6 2011-03-16 20:21:08 +00:00
usr [image] Use image_set_name() only if name != NULL 2011-03-27 19:22:45 +01:00
util [build] Generate hybrid ISO images if isohybrid is available 2011-03-27 22:37:04 +01:00
.gitignore [build] Add support for local configuration files 2010-03-26 19:07:22 +00:00
Makefile [build] Include ipxe.lkrn in default build 2011-03-26 14:23:21 +00:00
Makefile.housekeeping [build] Fix compilation when gcc is patched to default to -fPIE -Wl,-pie 2011-03-29 15:33:28 +01:00
doxygen.cfg [build] Remove PACKED macro 2010-05-29 23:49:47 +01:00