mirror of https://github.com/ipxe/ipxe.git
[block] Remove spurious comments
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/58/merge
parent
0e0e0321a5
commit
530ec83011
|
@ -7,13 +7,6 @@
|
||||||
*
|
*
|
||||||
* The sanboot API provides methods for hooking, unhooking,
|
* The sanboot API provides methods for hooking, unhooking,
|
||||||
* describing, and booting from SAN devices.
|
* 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 );
|
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
|
Loading…
Reference in New Issue