diff options
author | Jack Meng <Jack.Meng@Sun.COM> | 2008-11-22 07:33:57 +0800 |
---|---|---|
committer | Jack Meng <Jack.Meng@Sun.COM> | 2008-11-22 07:33:57 +0800 |
commit | 6cefaae1e90a413ba01560575bb3998e1a3df40e (patch) | |
tree | c749b753f1ee011412736e0a48381d6e5bb58a34 /usr/src/uts/sparc/os/iscsi_boot.c | |
parent | 7bc22e45a20f905cdd06bb98c98a5c8be7fd25c0 (diff) | |
download | illumos-joyent-6cefaae1e90a413ba01560575bb3998e1a3df40e.tar.gz |
PSARC 2008/427 iSCSI Boot
PSARC 2008/640 iSCSI With DHCP
6701045 iSCSI boot on x86
6713364 iscsi needs to support PSARC 2008/337 scsi-self-identifying
6422549 delay nl7c_init() call until after the root is mounted
6751246 dhcp release the lease before sync is committed on iSCSI disk
6763891 device name of the same lun is different by different discovery mode, non MPxIO
6768382 Add dependency on netowrk/physical in local-fs service
Diffstat (limited to 'usr/src/uts/sparc/os/iscsi_boot.c')
-rw-r--r-- | usr/src/uts/sparc/os/iscsi_boot.c | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/usr/src/uts/sparc/os/iscsi_boot.c b/usr/src/uts/sparc/os/iscsi_boot.c new file mode 100644 index 0000000000..4a928c6a0e --- /dev/null +++ b/usr/src/uts/sparc/os/iscsi_boot.c @@ -0,0 +1,35 @@ +/* + * CDDL HEADER START + * + * The contents of this file are subject to the terms of the + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. + * + * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE + * or http://www.opensolaris.org/os/licensing. + * See the License for the specific language governing permissions + * and limitations under the License. + * + * When distributing Covered Code, include this CDDL HEADER in each + * file and include the License file at usr/src/OPENSOLARIS.LICENSE. + * If applicable, add the following below this CDDL HEADER, with the + * fields enclosed by brackets "[]" replaced with your own identifying + * information: Portions Copyright [yyyy] [name of copyright owner] + * + * CDDL HEADER END + */ +/* + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Use is subject to license terms. + */ + +#include <sys/bootprops.h> + +extern ib_boot_prop_t *iscsiboot_prop; + +void +ld_ib_prop() { + /* + * For sparc, do nothing now + */ +} |