wd33c93.c (c1f3ee120bb61045b1c0a3ead620d1d65af47130) | wd33c93.c (be3cb3d84bb8dffecb7c5570355866075caa7e95) |
---|---|
1/* 2 * Copyright (c) 1996 John Shifflett, GeoLog Consulting 3 * john@geolog.com 4 * jshiffle@netcom.com 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2, or (at your option) --- 1959 unchanged lines hidden (view full) --- 1968 hostdata->state = S_UNCONNECTED; 1969 hostdata->dma = D_DMA_OFF; 1970 hostdata->level2 = L2_BASIC; 1971 hostdata->disconnect = DIS_ADAPTIVE; 1972 hostdata->args = DEBUG_DEFAULTS; 1973 hostdata->incoming_ptr = 0; 1974 hostdata->outgoing_len = 0; 1975 hostdata->default_sx_per = DEFAULT_SX_PER; | 1/* 2 * Copyright (c) 1996 John Shifflett, GeoLog Consulting 3 * john@geolog.com 4 * jshiffle@netcom.com 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2, or (at your option) --- 1959 unchanged lines hidden (view full) --- 1968 hostdata->state = S_UNCONNECTED; 1969 hostdata->dma = D_DMA_OFF; 1970 hostdata->level2 = L2_BASIC; 1971 hostdata->disconnect = DIS_ADAPTIVE; 1972 hostdata->args = DEBUG_DEFAULTS; 1973 hostdata->incoming_ptr = 0; 1974 hostdata->outgoing_len = 0; 1975 hostdata->default_sx_per = DEFAULT_SX_PER; |
1976 hostdata->no_sync = 0xff; /* sync defaults to off */ | |
1977 hostdata->no_dma = 0; /* default is DMA enabled */ | 1976 hostdata->no_dma = 0; /* default is DMA enabled */ |
1978 hostdata->fast = 0; /* default is Fast SCSI transfers disabled */ 1979 hostdata->dma_mode = CTRL_DMA; /* default is Single Byte DMA */ | |
1980 1981#ifdef PROC_INTERFACE 1982 hostdata->proc = PR_VERSION | PR_INFO | PR_STATISTICS | 1983 PR_CONNECTED | PR_INPUTQ | PR_DISCQ | PR_STOP; 1984#ifdef PROC_STATISTICS 1985 hostdata->dma_cnt = 0; 1986 hostdata->pio_cnt = 0; 1987 hostdata->int_cnt = 0; --- 254 unchanged lines hidden --- | 1977 1978#ifdef PROC_INTERFACE 1979 hostdata->proc = PR_VERSION | PR_INFO | PR_STATISTICS | 1980 PR_CONNECTED | PR_INPUTQ | PR_DISCQ | PR_STOP; 1981#ifdef PROC_STATISTICS 1982 hostdata->dma_cnt = 0; 1983 hostdata->pio_cnt = 0; 1984 hostdata->int_cnt = 0; --- 254 unchanged lines hidden --- |