Displaying 2 results from an estimated 2 matches for "achip".
Did you mean:
chip
2003 May 01
2
What' wrong?
...st <- function( catFile ) {
###############################################################
## Get the data sets from text file
catData <- read.table( catFile )
ncols <- length(catData)
nrows <- length(catData[,1])
ncol1 <- ncols - 1
probeNbr <- catData[1,]
Achip <- catData[,ncols]
for ( row in 2:nrows ) {
prob <- Achip[ row ] / Achip[ 1 ]
if ( prob <= 0 ) prob <- 0.0000001
if ( prob >= 1 ) prob <- 0.9999999
chip <- catData[row,]
for ( col in 1:ncol1 ) {
succ <- chip[col]
trial <- probeNbr[col]...
2003 Aug 11
2
cvs commit: src/sys/dev/twe twe.c twe_compat.h twe_freebsd.c twe_tables.h tweio.h twereg.h twevar.h
Hi,
Thank you for your work on this card! I have quite a few boxes
that run various 3wares cards with diverse firmware revs. Are there any
caveats with respect to models and firmware versions in terms of how they
might interact ?
---Mike
At 01:25 PM 10/08/2003 -0700, Paul Saab wrote:
>ps 2003/08/10 13:25:46 PDT
>
> FreeBSD src repository
>
>