summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2017-03-03 18:31:33 +0100
committerMichael Brown2017-03-07 14:40:35 +0100
commit530ec8301180de6c094e6f99369450d9a70b91af (patch)
treeb5eb34fd61c4fd2a36804092f56716431499b7b7 /src/include
parent[efi] Add missing SANBOOT_PROTO_HTTP to EFI default configuration (diff)
downloadipxe-530ec8301180de6c094e6f99369450d9a70b91af.tar.gz
ipxe-530ec8301180de6c094e6f99369450d9a70b91af.tar.xz
ipxe-530ec8301180de6c094e6f99369450d9a70b91af.zip
[block] Remove spurious comments
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/sanboot.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/ipxe/sanboot.h b/src/include/ipxe/sanboot.h
index c651364c..1c68a58c 100644
--- a/src/include/ipxe/sanboot.h
+++ b/src/include/ipxe/sanboot.h
@@ -7,13 +7,6 @@
*
* The sanboot API provides methods for hooking, unhooking,
* describing, and booting from SAN devices.
- *
- * The standard methods (readl()/writel() etc.) do not strictly check
- * the type of the address parameter; this is because traditional
- * usage does not necessarily provide the correct pointer type. For
- * example, code written for ISA devices at fixed I/O addresses (such
- * as the keyboard controller) tend to use plain integer constants for
- * the address parameter.
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );