head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.36 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.34 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.32 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.30 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.28 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.26 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.24 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.22 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.20 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.18 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.16 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.14 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.12 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.10 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.1.1.0.2 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2006.02.09.17.19.39; author agc; state dead; branches; next 1.1; 1.1 date 2005.10.30.21.02.57; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.10.30.21.02.57; author agc; state Exp; branches; next ; desc @@ 1.2 log @Remove the old intel-iscsi package - it has been superceded by netbsd-iscsi. @ text @$NetBSD: patch-ab,v 1.1 2005/10/30 21:02:57 agc Exp $ --- include/parameters.h 8 Oct 2005 22:21:15 -0000 1.1.1.1 +++ include/parameters.h 8 Oct 2005 22:36:27 -0000 1.2 @@@@ -69,11 +69,11 @@@@ * frequently accessed on an active session */ typedef struct iscsi_sess_param_t { - __u32 max_burst_length; - __u32 first_burst_length; - __u32 max_data_seg_length; - __u8 initial_r2t; - __u8 immediate_data; + uint32_t max_burst_length; + uint32_t first_burst_length; + uint32_t max_data_seg_length; + uint8_t initial_r2t; + uint8_t immediate_data; } ISCSI_SESS_PARAM_T; typedef struct iscsi_parameter_t { @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of Intel's reference implementation of an iSCSI target (with a userlevel iSCSI test-quality initiator). This project is Intel Lab's software reference implementation of iSCSI. It has been tested to interoperate with the Cisco initiator, and conforms to RFC 3720. There are 3 forms of the iSCSI target that are produced: ufsdisk - standard iSCSI target ufsdisk_mmap - an mmap(2)-based iSCSI target uramdisk - a ramdisk iSCSI target and a testing-quality user-level iSCSI initiator called utest, which can exercise the targets above. @ text @@