]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[block] Remove spurious comments
authorMichael Brown <mcb30@ipxe.org>
Fri, 3 Mar 2017 17:31:33 +0000 (17:31 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 7 Mar 2017 13:40:35 +0000 (13:40 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/sanboot.h

index c651364cbed58ec789d29d526a3020de4b2acb57..1c68a58ca2dc399b9d2892e742e78b01bdebf375 100644 (file)
@@ -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 );