Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2002 11:49:45 -0600
From:      "Adam Fladwood" <adam@wiredrave.com>
To:        "'Joe & Fhe Barbish'" <barbish@a1poweruser.com>
Cc:        <freebsd-questions@freebsd.org>
Subject:   RE: Intel SCB2 Server w/ FBSD 4.5
Message-ID:  <005401c1d8dc$71f28b10$0101000a@homer>
In-Reply-To: <LPBBIGIAAKKEOEJOLEGOAEKCCMAA.barbish@a1poweruser.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_0055_01C1D8AA.27581B10
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Thanks a lot!  I really appreciate the help!  I recompiled and
everything worked out great.

 

Does it run into that error simply because the board doesn't have a
parallel port?

 

Adam

 

-----Original Message-----
From: Joe & Fhe Barbish [mailto:barbish@a1poweruser.com] 
Sent: Sunday, March 31, 2002 8:39 AM
To: Adam Fladwood
Cc: FBSDQ
Subject: RE: Intel SCB2 Server w/ FBSD 4.5

 

Stray irq 7 messages

 

The FBSD FAQ says

 

5.24. What does ``stray IRQ'' mean?

 

Stray IRQs are indications of hardware IRQ glitches, mostly from
hardware that removes its interrupt request in the middle of the
interrupt request acknowledge cycle.

 

One has three options for dealing with this:

 

* Live with the warnings. 

  All except the first 5 per irq are suppressed anyway.

 

* Break the warnings by changing 5 to 0 in isa_strayintr() 

  so that all the warnings are suppressed.

 

* Break the warnings by installing parallel port hardware that uses irq
7 and the PPP driver for it (this happens on most systems), and install
an ide drive or other hardware that uses irq 15 and a suitable driver
for it.

 

 

 

To stop the annoying bogus stray irq 7 messages you can hack the source
where these messages originate from and change the counter value 5 to 0
so the messages will no longer be issued.

 

isa_strayintr lives in  /usr/src/sys/i386/isa/intr_machdep.c  

 

cd /usr/src/sys/i386/isa/

cp intr_machdep.c intr_machdep.c.org  # make bkup of original

ee intr_machdep.c

 

 

Find isa_strayintr to locate start of stray irq 7 logic

 

change this

 

      if (intrcnt[1 + intr] <= 5)

 

To  this

 

      if (intrcnt[1 + intr] <= 0)

 

 

Recompile your kernel source and those stray irq 7 messages are gone.
Document this some place for your self just in case you reinstall from
cdrom.

 

 

-----Original Message-----
From: owner-freebsd-questions@FreeBSD.ORG
[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Adam Fladwood
Sent: Sunday, March 31, 2002 12:48 AM
To: freebsd-questions@freebsd.org
Subject: Intel SCB2 Server w/ FBSD 4.5

 

Hey Everyone,

 

I was curious if anyone has had any problems with the Intel SCB2 boards
in FreeBSD.  I got a dual board, case, the whole works for the most part
from Intel and put FreeBSD on it, no problems there.  (I figured that
there might be with the hot swap drives and all, but to my surprise,
everything was fine.)

 

The only real problem, well, 'bug' that I'm noticing is after boot, I
get a bunch if "Stray IRQ 7" messages in the logs.  

 

I checked over the system, bios, scsi controller (Adaptec AIC7899), and
none of those have anything on IRQ 7.  I checked out the dmesg.boot and
the only thing I can find even close to 7 is:

 

ahc0: <Adaptec.blah blah> port . mem .. irq 3 at device 7.0 on pci1

ahc0: <Adaptec.blah blah> port . mem .. irq 9 at device 7.1 on pci1

 

Thanks in advance for any help on this!

 

Thanks again,

Adam

 


------=_NextPart_000_0055_01C1D8AA.27581B10
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html>

<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">


<meta name=3DGenerator content=3D"Microsoft Word 10 (filtered)">

<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:"MS Mincho";
	panose-1:2 2 6 9 4 2 5 8 3 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:"\@MS Mincho";
	panose-1:2 2 6 9 4 2 5 8 3 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Courier New";}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
span.emailstyle17
	{font-family:Tahoma;
	color:windowtext;
	font-weight:normal;
	font-style:normal;
	text-decoration:none none;}
span.EmailStyle20
	{font-family:"Courier New";
	color:blue;
	font-weight:normal;
	font-style:normal;}
span.EmailStyle21
	{font-family:Tahoma;
	color:black;
	font-weight:normal;
	font-style:normal;
	text-decoration:none none;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
	{page:Section1;}
-->
</style>

</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple>

<div class=3DSection1>

<p class=3DMsoNormal><font size=3D2 color=3Dblack face=3DTahoma><span =
style=3D'font-size:
10.0pt;font-family:Tahoma;color:black'>Thanks a lot!&nbsp; I really =
appreciate the
help! &nbsp;I recompiled and everything worked out =
great.</span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dblack face=3DTahoma><span =
style=3D'font-size:
10.0pt;font-family:Tahoma;color:black'>&nbsp;</span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dblack face=3DTahoma><span =
style=3D'font-size:
10.0pt;font-family:Tahoma;color:black'>Does it run into that error =
simply
because the board doesn&#8217;t have a parallel port?</span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dblack face=3DTahoma><span =
style=3D'font-size:
10.0pt;font-family:Tahoma;color:black'>&nbsp;</span></font></p>

<div>

<p class=3DMsoAutoSig><font size=3D2 color=3Dblack face=3DTahoma><span
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>Adam</span></fo=
nt></p>

</div>

<p class=3DMsoNormal><font size=3D2 color=3Dblack face=3DTahoma><span =
style=3D'font-size:
10.0pt;font-family:Tahoma;color:black'>&nbsp;</span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3DTahoma><span =
style=3D'font-size:10.0pt;
font-family:Tahoma'>-----Original Message-----<br>
<b><span style=3D'font-weight:bold'>From:</span></b> Joe &amp; Fhe =
Barbish
[mailto:barbish@a1poweruser.com] <br>
<b><span style=3D'font-weight:bold'>Sent:</span></b> </span></font><font =
size=3D2 face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma'>Sunday, March
 31, 2002</span></font><font size=3D2 face=3DTahoma><span =
style=3D'font-size:10.0pt;
font-family:Tahoma'> </span></font><font size=3D2 face=3DTahoma><span
 style=3D'font-size:10.0pt;font-family:Tahoma'>8:39 =
AM</span></font><font size=3D2
face=3DTahoma><span style=3D'font-size:10.0pt;font-family:Tahoma'><br>
<b><span style=3D'font-weight:bold'>To:</span></b> Adam Fladwood<br>
<b><span style=3D'font-weight:bold'>Cc:</span></b> FBSDQ<br>
<b><span style=3D'font-weight:bold'>Subject:</span></b> RE: Intel SCB2 =
Server w/
FBSD 4.5</span></font></p>

<p class=3DMsoNormal><font size=3D3 face=3D"Times New Roman"><span =
style=3D'font-size:
12.0pt'>&nbsp;</span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dblue face=3D"Courier =
New"><span
style=3D'font-size:10.0pt;font-family:"Courier New";color:blue'>Stray =
irq 7
messages</span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3D"Courier New"><span =
style=3D'font-size:10.0pt;
font-family:"Courier New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal><font size=3D2 color=3Dblue face=3D"Courier =
New"><span
style=3D'font-size:10.0pt;font-family:"Courier New";color:blue'>The FBSD =
FAQ says</span></font></p>

<p class=3DMsoNormal><font size=3D2 face=3D"Courier New"><span =
style=3D'font-size:10.0pt;
font-family:"Courier New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>5.24. What does ``stray IRQ'' mean?</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>Stray IRQs are indications of hardware IRQ glitches, mostly =
from
hardware that removes its interrupt request in the middle of the =
interrupt request
acknowledge cycle.</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoPlainText style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span style=3D'font-size:10.0pt;color:blue'>One has =
three
options for dealing with this:</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>* Live with the warnings. </span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>&nbsp; All except the first 5 per irq are suppressed =
anyway.</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>* Break the warnings by changing 5 to 0 in isa_strayintr() =
</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>&nbsp; so that all the warnings are =
suppressed.</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>* Break the warnings by installing parallel port hardware =
that uses
irq 7 and the PPP driver for it (this happens on most systems), and =
install an
ide drive or other hardware that uses irq 15 and a suitable driver for =
it.</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>To stop the annoying bogus stray irq 7 messages you can hack =
the
source where these messages originate from and change the counter value =
5 to 0
so the messages will no longer be issued.</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>isa_strayintr lives in&nbsp; =
/usr/src/sys/i386/isa/intr_machdep.c&nbsp; </span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>cd /usr/src/sys/i386/isa/</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>cp intr_machdep.c intr_machdep.c.org&nbsp; # make bkup of =
original</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>ee intr_machdep.c</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>Find isa_strayintr to locate start of stray irq 7 =
logic</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>change this</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoPlainText><font size=3D2 color=3Dblue face=3D"Courier =
New"><span
style=3D'font-size:10.0pt;color:blue'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if =
(intrcnt[1 + intr] &lt;=3D 5)</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>To&nbsp; this</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoPlainText style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;color:blue'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if
(intrcnt[1 + intr] &lt;=3D 0)</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
face=3D"Courier New"><span
style=3D'font-size:10.0pt;font-family:"Courier =
New"'>&nbsp;</span></font></p>

<p class=3DMsoPlainText><font size=3D2 face=3D"Courier New"><span =
style=3D'font-size:
10.0pt'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'text-autospace:none'><font size=3D2 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:10.0pt;font-family:"Courier New";
color:blue'>Recompile your kernel source and those stray irq 7 messages =
are
gone. Document this some place for your self just in case you reinstall =
from
cdrom.</span></font></p>

<p class=3DMsoNormal><span class=3DEmailStyle20><font size=3D3 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:12.0pt'>&nbsp;</span></font></span></p>

<p class=3DMsoNormal><span class=3DEmailStyle20><font size=3D3 =
color=3Dblue
face=3D"Courier New"><span =
style=3D'font-size:12.0pt'>&nbsp;</span></font></span></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D3 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:12.0pt;font-family:Tahoma;color:black'>-----Original
Message-----<br>
<b><span style=3D'font-weight:bold'>From:</span></b>
owner-freebsd-questions@FreeBSD.ORG =
[mailto:owner-freebsd-questions@FreeBSD.ORG]<b><span
style=3D'font-weight:bold'>On Behalf Of </span></b>Adam Fladwood<br>
<b><span style=3D'font-weight:bold'>Sent:</span></b> </span></font><font =
color=3Dblack face=3DTahoma><span =
style=3D'font-family:Tahoma;color:black'>Sunday, March
 31, 2002</span></font><font color=3Dblack face=3DTahoma><span =
style=3D'font-family:
Tahoma;color:black'> </span></font><font color=3Dblack =
face=3DTahoma><span
 style=3D'font-family:Tahoma;color:black'>12:48 AM</span></font><font
color=3Dblack face=3DTahoma><span =
style=3D'font-family:Tahoma;color:black'><br>
<b><span style=3D'font-weight:bold'>To:</span></b> =
freebsd-questions@freebsd.org<br>
<b><span style=3D'font-weight:bold'>Subject:</span></b> Intel SCB2 =
Server w/ FBSD
4.5</span></font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D3 =
face=3D"Times New Roman"><span
style=3D'font-size:12.0pt'>&nbsp;</span></font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>Hey
Everyone,</span></font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>&nbsp;</span></=
font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>I was
curious if anyone has had any problems with the Intel SCB2 boards in
FreeBSD.&nbsp; I got a dual board, case, the whole works for the most =
part from
Intel and put FreeBSD on it, no problems there.&nbsp; (I figured that =
there
might be with the hot swap drives and all, but to my surprise, =
everything was
fine.)</span></font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>&nbsp;</span></=
font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>The only
real problem, well, &#8216;bug&#8217; that I&#8217;m noticing is after =
boot, I get a bunch if
&#8220;Stray IRQ 7&#8221; messages in the logs.&nbsp; </span></font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>&nbsp;</span></=
font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>I
checked over the system, bios, scsi controller (Adaptec AIC7899), and =
none of
those have anything on IRQ 7.&nbsp; I checked out the dmesg.boot and the =
only
thing I can find even close to 7 is:</span></font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>&nbsp;</span></=
font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>ahc0:
&lt;Adaptec&#8230;blah blah&gt; port &#8230; mem &#8230;. irq 3 at =
device 7.0 on pci1</span></font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>ahc0:
&lt;Adaptec&#8230;blah blah&gt; port &#8230; mem &#8230;. irq 9 at =
device 7.1 on pci1</span></font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>&nbsp;</span></=
font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>Thanks
in advance for any help on this!</span></font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>&nbsp;</span></=
font></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>Thanks
again,</span></font></p>

<p class=3DMsoAutoSig style=3D'margin-left:.5in'><font size=3D2 =
color=3Dblack
face=3DTahoma><span =
style=3D'font-size:10.0pt;font-family:Tahoma;color:black'>Adam</span></fo=
nt></p>

<p class=3DMsoNormal style=3D'margin-left:.5in'><font size=3D3 =
color=3Dblack
face=3D"Times New Roman"><span =
style=3D'font-size:12.0pt;color:black'>&nbsp;</span></font></p>

</div>

</body>

</html>

------=_NextPart_000_0055_01C1D8AA.27581B10--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005401c1d8dc$71f28b10$0101000a>