Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1c11812 authored by Joe Perches's avatar Joe Perches Committed by Adrian Bunk
Browse files
parent f26fc4e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/* NCR53C9x.c:  Defines and structures for the NCR53C9x generic driver.
 *
 * Originaly esp.h:  Defines and structures for the Sparc ESP 
 * Originally esp.h:  Defines and structures for the Sparc ESP 
 *                   (Enhanced SCSI Processor) driver under Linux.
 *
 * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
+1 −1
Original line number Diff line number Diff line
@@ -417,7 +417,7 @@ ahd_targetcmd_offset(struct ahd_softc *ahd, u_int index)
	       - (uint8_t *)ahd->qoutfifo);
}

/*********************** Miscelaneous Support Functions ***********************/
/*********************** Miscellaneous Support Functions ***********************/
static __inline struct ahd_initiator_tinfo *
			ahd_fetch_transinfo(struct ahd_softc *ahd,
					    char channel, u_int our_id,
+1 −1
Original line number Diff line number Diff line
@@ -325,7 +325,7 @@ MODULE_PARM_DESC(aic79xx,
"	verbose			Enable verbose/diagnostic logging\n"
"	allow_memio		Allow device registers to be memory mapped\n"
"	debug			Bitmask of debug values to enable\n"
"	no_reset		Supress initial bus resets\n"
"	no_reset		Suppress initial bus resets\n"
"	extended		Enable extended geometry on all controllers\n"
"	periodic_otag		Send an ordered tagged transaction\n"
"				periodically to prevent tag starvation.\n"
+2 −2
Original line number Diff line number Diff line
@@ -979,7 +979,7 @@ ahd_aic790X_setup(struct ahd_softc *ahd)
			  |  AHD_FAINT_LED_BUG;

		/*
		 * IO Cell paramter setup.
		 * IO Cell parameter setup.
		 */
		AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29);

@@ -1006,7 +1006,7 @@ ahd_aic790X_setup(struct ahd_softc *ahd)
			ahd->bugs |= AHD_INTCOLLISION_BUG|AHD_ABORT_LQI_BUG;

		/*
		 * IO Cell paramter setup.
		 * IO Cell parameter setup.
		 */
		AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29);
		AHD_SET_SLEWRATE(ahd, AHD_SLEWRATE_DEF_REVB);
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ ahc_name(struct ahc_softc *ahc)
	return (ahc->name);
}

/*********************** Miscelaneous Support Functions ***********************/
/*********************** Miscellaneous Support Functions ***********************/

static __inline void	ahc_update_residual(struct ahc_softc *ahc,
					    struct scb *scb);
Loading