spec_getpages error in current kernel from last night

1999-09-03 Thread Rob Snow
Just got this message while in cvsup: Sep 3 02:01:09 basil /kernel: spec_getpages: I/O read failure: (error code=0) bp 0xc44a3158 vp 0xc9e071c0 Sep 3 02:01:09 basil /kernel: size: 0, resid: 0, a_count: 803, valid: 0x0 Sep 3 02:01:09 basil /kernel: nread: 0, reqpage: 0, pindex: 0, pcount: 1

Re: spec_getpages error in current kernel from last night

1999-09-03 Thread Poul-Henning Kamp
can we have: uname -a, time of last cvsup/ctm and dmesg output please ? In message [EMAIL PROTECTED], Rob Snow writes: Just got this message while in cvsup: Sep 3 02:01:09 basil /kernel: spec_getpages: I/O read failure: (error code=0) bp 0xc44a3158 vp 0xc9e071c0

USB errors (was: Re: Failure of new PCM code to pickup my CS4236.)

1999-09-03 Thread Nick Hibma
uhci0: VIA 83C572 USB controller irq 10 at device 7.2 on pci0 usb0: VIA 83C572 USB controller on uhci0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhub0: port 1 error, restarting uhub0: port 2 error, restarting Did you

Re: spec_getpages error in current kernel from last night

1999-09-03 Thread Rob Snow
basil# uname -a FreeBSD basil.dympna.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Thu Sep 2 19:58:43 CDT 1999 [EMAIL PROTECTED]:/stripe/current/src/sys/compile/Basil-SMP-Current i386 Last cvsup was 2:03 on Sept 2 dmesg output: (I've snipped out non-existent di's and left the stuff from my

Re: Support for 3Com 3CCFE574BT 10/100 LAN Card

1999-09-03 Thread David O'Brien
I notice that -current supports the 3C574, but not the newer 3C574B. Is anyone working on support for this card? Is the 3c574B PCCARD (old-style PCIMCA), or CARDBUS? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Problems with the sound card.

1999-09-03 Thread Doug Rabson
On Thu, 2 Sep 1999, Luoqi Chen wrote: That's exactly what I have. This is just so weird. I am now reading the debug register chapter of intel's manual, it is virtually impossible to pinpoint the location by single-stepping through the code... The debug register trick worked, and the

Re: Problems with the sound card.

1999-09-03 Thread Doug Rabson
On Thu, 2 Sep 1999, Ollivier Robert wrote: According to Doug Rabson: changing over to the pcm driver. Since your card is a PnP one, you should be able to put just "device pcm0" in your kernel config. Even for ISA ones ? I though only PCI sound cards let you use the shorter form... The

Re: Failure of new PCM code to pickup my CS4236.

1999-09-03 Thread Doug Rabson
On Fri, 3 Sep 1999, Stephen Hocking-Senior Programmer PGS Perth wrote: A dmesg from it is as follows - note that the old PCM code used to find it. The voxware stuff needs a couple of delays inserted to find it. ... unknown1: WSS/SB at port 0x534-0x537,0x388-0x38b,0x220-0x22f irq 5 drq 1,0

Re: spec_getpages error in current kernel from last night

1999-09-03 Thread Julian Elischer
As Poul says.. first thing.. do a cvsup now and try a very modern kernel. if that fails we'll have some more things to try by then. (my workstation just croaked so I'm busy rerouting around the problem) julian On Fri, 3 Sep 1999, Rob Snow wrote: basil# uname -a FreeBSD basil.dympna.com

Re: Problems with the sound card.

1999-09-03 Thread Nick Hibma
What about documenting what you do here? It's not quite obvious to me why the dev is not the parent of the child in some cases. Cheers, Nick pcicfgregs *cfg = dinfo-cfg; +int passthrough = (device_get_parent(child) != dev); int map = 0; -- ISIS/STA, T.P.270, Joint

Re: Problems with the sound card.

1999-09-03 Thread Doug Rabson
On Fri, 3 Sep 1999, Nick Hibma wrote: What about documenting what you do here? It's not quite obvious to me why the dev is not the parent of the child in some cases. It may be a great-grandchild. For instance in this case, the child is isab0, the grandchild is isa0 and the great-grandchild

make depend if_ed.c pnp.h

1999-09-03 Thread Valentin S. Chopov
error after make depend . there is a #include i386/isa/pnp.h in sys/i386/isa/if_ed.c , but there is not pnp.h in the sys tree. Val __ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com To Unsubscribe: send mail to [EMAIL

Re: Still can't install current via ftp!

1999-09-03 Thread Brian Somers
I just downloaded the latest floppies from current (19990827) and tried installing current on a different machine that did not have a previous version of FreeBSD on it. As before (search for vty3 and Alt-F3), once I went through the novice installation and got to the part to connect to

Re: NAT speed?

1999-09-03 Thread Randy Bush
Did anyone make any kind of benchmarking on the NAT? I am interested in number of connections per hour / total simultaneous connections and any other perfomance related experience you may have had with it? if you intend to work on this, for measurement criteria, you may want to look at

start xdm on a particular vty

1999-09-03 Thread Luoqi Chen
There have been discussions about the xdm entry /etc/ttys does not guarantee the X server being started on the particular vty. So I wrote a shell script to explicitly tell xdm to start X server on a specific vty. It's been working great. I'd like to share it with you, maybe we could include it in

cvs commit: src/sys/modules/linux Makefile (fwd)

1999-09-03 Thread Blaz Zupan
Shouldn't /usr/bin/svr4 and /usr/bin/ibcs2 be moved to /usr/sbin as well? Blaz Zupan, [EMAIL PROTECTED], http://www.herbie.amis.net Medinet d.o.o., Linhartova 21, 2000 Maribor, Slovenia -- Forwarded message -- Date: Fri, 3 Sep 1999 00:15:39 -0700 (PDT) From: Marcel Moolenaar

Re: recent apm changes (FYI)

1999-09-03 Thread Oscar Bonilla
On Thu, Sep 02, 1999 at 10:21:14PM -0600, Warner Losh wrote: In message [EMAIL PROTECTED] Oscar Bonilla writes: : Sep 2 08:43:28 voyager pccardd[24601]: No free configuration for card 3Com : : Then I kill pccardd and restart it and I get: : : ep0: No connectors or MII. : ep0: [*UTP*]

Re: start xdm on a particular vty

1999-09-03 Thread Sheldon Hearn
On Fri, 03 Sep 1999 10:41:12 -0400, Luoqi Chen wrote: There have been discussions about the xdm entry /etc/ttys does not guarantee the X server being started on the particular vty. So I wrote a shell script to explicitly tell xdm to start X server on a specific vty. It's been working

Re: recent apm changes (FYI)

1999-09-03 Thread Warner Losh
In message [EMAIL PROTECTED] Oscar Bonilla writes: : Aug. 27th. Want me to make world again? I also have a 3C589D and it happens : with it too. No. Aug 27 is new enough to be good. I'm swamped right now with a dozen other things at the moment, but if you could write me in about a week I'd be

pnp.h missing

1999-09-03 Thread Andrew Kenneth Milton
../../i386/isa/if_ed.c:84: i386/isa/pnp.h: No such file or directory cvsupped twice four hours apart. World builds and installs ok. find /sys -name pnp.h returns only the pnp in my build directory. -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew The Internet (Aust)

Fixed sound card problem.

1999-09-03 Thread Arthur H. Johnson II
I fixed the sound card problem I was having. I just commented out the pnp driver. I know I will run into problems later if I ever get pnp devices, but its a temporary fix. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

Re: Sound card problems with -current.

1999-09-03 Thread Sheldon Hearn
On Fri, 03 Sep 1999 11:27:55 -0400, "Arthur H. Johnson II" wrote: Well, I got rid of the old Voxware drivers and went with the pnp drivers and still nothing. Here is the dmesg: What does "still nothing" mean? I can't see anything in your e-mail message which indicates what you're doing to

September snapshots?

1999-09-03 Thread Michael A. Endsley
I am looking for the latest snapshot, but under ftp://current.FreeBSD.org/pub/FreeBSD/snapshots/i386, the last listed snapshot is for 19990827. Have the snapshots for later dates (Sept) been moved? Thanks again, Michael A. Endsley To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: Sound card problems with -current.

1999-09-03 Thread Arthur H. Johnson II
That didnt work. When I ran mpg123 it said can't access /dev/dsp but the mixer worked. And yes, i did run makedev. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Fri, 3 Sep 1999, Sheldon Hearn wrote: On Fri, 03 Sep 1999 11:27:55 -0400, "Arthur H.

Re: Sound card problems with -current.

1999-09-03 Thread Mike Hoskins
On Fri, 3 Sep 1999, Arthur H. Johnson II wrote: That didnt work. When I ran mpg123 it said can't access /dev/dsp but the mixer worked. And yes, i did run makedev. What are the permissions on /dev/dsp*? Are other deamons running that are attempting to access /dev/dsp? As an example, I ran

Re: Sound card problems with -current.

1999-09-03 Thread Arthur H. Johnson II
Well, i recompiled with the Voxware drivers and commented out the pnp0 device, and now it works. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Fri, 3 Sep 1999, Mike Hoskins wrote: On Fri, 3 Sep 1999, Arthur H. Johnson II wrote: That didnt work. When

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
In article [EMAIL PROTECTED], Dmitrij Tejblum [EMAIL PROTECTED] wrote: Pascal Hofstee wrote: Perl seems to be broken for about 3 consecutive days now Anybody have any idea what might be causing this ? I suspect it is the recent changes in rtld. Hmm, could be. Can one of you please

Re: recent apm changes (FYI)

1999-09-03 Thread Oscar Bonilla
On Fri, Sep 03, 1999 at 09:33:29AM -0600, Warner Losh wrote: In message [EMAIL PROTECTED] Oscar Bonilla writes: : Aug. 27th. Want me to make world again? I also have a 3C589D and it happens : with it too. No. Aug 27 is new enough to be good. I'm swamped right now with a dozen other

i386/isa/pnp.h is absent!

1999-09-03 Thread Andrey A. Chernov
Many drivers tries to include #include i386/isa/pnp.h which is absent now, please fix ASAP, kernel build fails on "make depend" -- Andrey A. Chernov http://nagual.pp.ru/~ache/ MTH/SH/HE S-- W-- N+ PEC+ D A a++ C G+ QH+(++) 666+++ Y To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread Pascal Hofstee
On Fri, 3 Sep 1999, John Polstra wrote: Hmm, could be. Can one of you please give it a try with the older ld-elf.so.1 and see if it works again? I recommend trying the dynamic linker from August 25. If it works with the older dynamic linker, please send me (preferably simple :-)

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
Pascal Hofstee wrote: On Fri, 3 Sep 1999, John Polstra wrote: Hmm, could be. Can one of you please give it a try with the older ld-elf.so.1 and see if it works again? I recommend trying the dynamic linker from August 25. If it works with the older dynamic linker, please send me

Re: start xdm on a particular vty

1999-09-03 Thread Luoqi Chen
There have been discussions about the xdm entry /etc/ttys does not guarantee the X server being started on the particular vty. So I wrote a shell script to explicitly tell xdm to start X server on a specific vty. I *like* it. I think you should share it with the XFree86 folks, and I

Re: start xdm on a particular vty

1999-09-03 Thread Nate Williams
There have been discussions about the xdm entry /etc/ttys does not guarantee the X server being started on the particular vty. So I wrote a shell script to explicitly tell xdm to start X server on a specific vty. I *like* it. I think you should share it with the XFree86 folks, and I

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
Oops, I said: 1. Make a backup copy of "/usr/libexec/rtld-elf.so.1". but I meant "/usr/libexec/ld-elf.so.1". John -- John Polstra [EMAIL PROTECTED] John D. Polstra Co., Inc.Seattle, Washington USA "No matter how

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread Brian Handy
I was hoping for something simpler that wouldn't require me to figure out how to configure mirror-script. :-( I haven't paid much attention, but I'm running a recent version of -current. (Sorry I can't specify the date, everything's out of sync.) However, that aside, mirror-script is easy:

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
Brian Handy wrote: I was hoping for something simpler that wouldn't require me to figure out how to configure mirror-script. :-( I haven't paid much attention, but I'm running a recent version of -current. (Sorry I can't specify the date, everything's out of sync.) However, that aside,

Re: make depend if_ed.c pnp.h

1999-09-03 Thread Doug Rabson
On Fri, 3 Sep 1999, Valentin S. Chopov wrote: error after make depend . there is a #include i386/isa/pnp.h in sys/i386/isa/if_ed.c , but there is not pnp.h in the sys tree. This will be fixed very soon when the if_ed driver is updated to use the new PnP code. -- Doug Rabson

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread Anton Berezin
On Fri, Sep 03, 1999 at 01:04:53PM -0600, Brian Handy wrote: I was hoping for something simpler that wouldn't require me to figure out how to configure mirror-script. :-( The simplest thing I've come up with (as I wrote some days before) is $ perl -MIO -e '' I.e. *any* use of IO::File and

Re: Sound card problems with -current.

1999-09-03 Thread Doug Rabson
On Fri, 3 Sep 1999, Arthur H. Johnson II wrote: Well, I got rid of the old Voxware drivers and went with the pnp drivers and still nothing. Here is the dmesg: -- pcm0: SoundBlaster 16 4.13 at port 0x220-0x22f irq 5 drq 5 flags 0x15 on isa0 unknown0: Game on isa0 unknown1: Audio at port

Re: Fixed sound card problem.

1999-09-03 Thread Arthur H. Johnson II
I tried using snd1. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Fri, 3 Sep 1999, Ollivier Robert wrote: According to Arthur H. Johnson II: I fixed the sound card problem I was having. I just commented out the pnp driver. I know I will run into

my new motherboard

1999-09-03 Thread gene
My new mb(Asus P5A) has lots of new stuff, but one item on my dmesg is puzzling. pci0: unknown card DST5000 (vendor=0x1274, dev=0x5000) at 10.0 irq 5 Anybody know what a DST5000 is or who makes it? Or more importantly why FreeBSD doesn't know. Gene Martin To Unsubscribe: send mail to [EMAIL

Re: Perl still broken in 4.0-CURRENT

1999-09-03 Thread John Polstra
Anton Berezin wrote: On Fri, Sep 03, 1999 at 01:04:53PM -0600, Brian Handy wrote: I was hoping for something simpler that wouldn't require me to figure out how to configure mirror-script. :-( The simplest thing I've come up with (as I wrote some days before) is $ perl -MIO -e ''

Re: Sound card problems with -current.

1999-09-03 Thread Doug Rabson
On Fri, 3 Sep 1999, Arthur H. Johnson II wrote: Okay. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] Now I'm really confused. It looks like you have an explicit line for the soundcard in your config (e.g. "device pcm0 at isa? port ? ...") but the config

Re: Fixed sound card problem.

1999-09-03 Thread Doug Rabson
On Fri, 3 Sep 1999, Ollivier Robert wrote: According to Arthur H. Johnson II: I fixed the sound card problem I was having. I just commented out the pnp driver. I know I will run into problems later if I ever get pnp devices, but its a temporary fix. Something to remember: if you have

Re: Sound card problems with -current.

1999-09-03 Thread Arthur H. Johnson II
Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] On Fri, 3 Sep 1999, Doug Rabson wrote: On Fri, 3 Sep 1999, Arthur H. Johnson II wrote: Okay. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager [EMAIL PROTECTED] Now I'm really

Need testers for aha driver change

1999-09-03 Thread Doug Rabson
I have just taken a pass through the aha_isa driver to convert it to newbus and to make it use the new pnp system. Unfortunately I don't own the hardware so I need testers, preferably both with non-pnp and pnp cards. The code does compile but I have not tested it at all. Here is the patch:

Re: my new motherboard

1999-09-03 Thread Matthew N. Dodd
On Fri, 3 Sep 1999, gene wrote: My new mb(Asus P5A) has lots of new stuff, but one item on my dmesg is puzzling. pci0: unknown card DST5000 (vendor=0x1274, dev=0x5000) at 10.0 irq 5 Anybody know what a DST5000 is or who makes it? Or more importantly why FreeBSD doesn't know. {

Re: start xdm on a particular vty

1999-09-03 Thread John-Mark Gurney
Luoqi Chen scribbled this message on Sep 3: There have been discussions about the xdm entry /etc/ttys does not guarantee the X server being started on the particular vty. So I wrote a shell script to explicitly tell xdm to start X server on a specific vty. It's been working great. I'd like to

multipatch #11 available - commit candidate

1999-09-03 Thread Matthew Dillon
Another resynchronization now that the issues over the weekend has been mostly resolved. No new features have been added. The patchset is now a commit candidate. http://www.backplane.com/FreeBSD4/ -Matt

Re: Fixed sound card problem.

1999-09-03 Thread Andrew Reilly
On Fri, Sep 03, 1999 at 09:08:59PM +0100, Doug Rabson wrote: This is no longer necessary (in fact it causes much confusion for the driver). The correct declaration for a pnp soundcard is 'device pcm0'. How do you set flags for particular cards, now? I used to have to use the flags option to

the pcm driver and the bktr device

1999-09-03 Thread Kenneth Culver
It seems I have the classic IRQ conflict going on here. I have 4 devices that all seem to want the same irq. For some reason the USB port, the pcm driver, the bktr driver, and one other thing (I havn't figured out what) all want IRQ 11. The pcm driver is driving an aureal vortex right now. I have

Re: the pcm driver and the bktr device

1999-09-03 Thread Mike Smith
It seems I have the classic IRQ conflict going on here. I have 4 devices that all seem to want the same irq. For some reason the USB port, the pcm driver, the bktr driver, and one other thing (I havn't figured out what) all want IRQ 11. This is your BIOS' fault. You need to either move the

Re: i386/isa/pnp.h is absent!

1999-09-03 Thread Mike Hoskins
On Fri, 3 Sep 1999, Andrey A. Chernov wrote: Many drivers tries to include #include i386/isa/pnp.h which is absent now, please fix ASAP, kernel build fails on "make depend" I noticed this with with some NIC code too. /sys/pci/if_xl.c attempts to include "miibus_if.h" which doesn't exist

cds disappeared

1999-09-03 Thread Randy Bush
i upgraded from mid-april to current and my cdrom drives went away. e.g. xmcd says CD audio: SCSI command fault on /dev/rcd0c: Status=0x16 # ls -lg /dev/cd* /dev/rcd* brw-r- 1 root operator6, 0 Sep 3 16:52 /dev/cd0a brw-r- 1 root operator6, 2 Sep 3 16:52

Re: i386/isa/pnp.h is absent!

1999-09-03 Thread Mike Hoskins
On Fri, 3 Sep 1999, FreeBSD mailing list wrote: I found this in the LINT file: Thanks for ending my stupidity. Not sure why I didn't check LINT, since it's always a good thing to do after a cvsup. Problem solved... Later, -Mike To

pcm, bktr, etc....

1999-09-03 Thread Kenneth Culver
Well, as it turns out, my ethernet, and my bktr device have no problem shareing IRQ's, but my soundcard has plenty of problems, even when it gets it's own irq... it plays sound through the sound-in just fine, but the dsp doesn't work quit right: Applications can play sound (although it plays a

Re: pcm, bktr, etc....

1999-09-03 Thread Matthew N. Dodd
On Fri, 3 Sep 1999, Kenneth Culver wrote: Also, my bios is really freaky. It refuses to assign any irqs except 10 and 11 to installed PCI devices. I can't figure it out. I've completely rearranged everything and it still refuses to work properly. The BIOS usually lets you mark IRQs as

Re: pcm, bktr, etc....

1999-09-03 Thread Kenneth Culver
On Fri, 3 Sep 1999, Kenneth Culver wrote: Also, my bios is really freaky. It refuses to assign any irqs except 10 and 11 to installed PCI devices. I can't figure it out. I've completely rearranged everything and it still refuses to work properly. The BIOS usually lets you mark IRQs as

Re: pcm, bktr, etc....

1999-09-03 Thread Kenneth Culver
On Fri, 3 Sep 1999, Kenneth Culver wrote: What motherboard? What version of BIOS? Is the BIOS version the latest? Well, I figured it out I think. It is Award BIOS, and it's the latest version. I have 2 VooDoo 2's and at the place I had them, they were causing problems, I moved

Re: i386/isa/pnp.h is absent!

1999-09-03 Thread FreeBSD mailing list
On Fri, 3 Sep 1999, Andrey A. Chernov wrote: Many drivers tries to include #include i386/isa/pnp.h which is absent now, please fix ASAP, kernel build fails on "make depend" I noticed this with with some NIC code too. /sys/pci/if_xl.c attempts to include "miibus_if.h" which doesn't

PNP ids missing in sio.c

1999-09-03 Thread Steve Price
Can anyone think of a good reason why I can't migrate the old PNP ids to the new sio.c? I just rebooted my box with a fresh kernel and much to my shagrin (sp?) my USR PNP modem didn't work anymore. The following patch got it working again. Index: sio.c

Re: cds disappeared

1999-09-03 Thread Kenneth D. Merry
Randy Bush wrote... i upgraded from mid-april to current and my cdrom drives went away. e.g. xmcd says CD audio: SCSI command fault on /dev/rcd0c: Status=0x16 # ls -lg /dev/cd* /dev/rcd* brw-r- 1 root operator6, 0 Sep 3 16:52 /dev/cd0a brw-r- 1 root operator

Re: cds disappeared

1999-09-03 Thread Randy Bush
i upgraded from mid-april to current and my cdrom drives went away. e.g. xmcd says CD audio: SCSI command fault on /dev/rcd0c: Status=0x16 # ls -lg /dev/cd* /dev/rcd* brw-r- 1 root operator6, 0 Sep 3 16:52 /dev/cd0a brw-r- 1 root operator6, 2 Sep 3 16:52

Re: PNP ids missing in sio.c

1999-09-03 Thread Peter Wemm
Steve Price wrote: Now that we can't use the pnp command from 'boot -c', what has (if anything) replaced it? I seem to be remember this being discussed recently but I'll be darned if I can find it in the mailing list archives. The old pnp code is fundamentally incompatable with the new pnp

Re: Fixed sound card problem.

1999-09-03 Thread Peter Wemm
"Andrew Reilly" wrote: On Fri, Sep 03, 1999 at 09:08:59PM +0100, Doug Rabson wrote: This is no longer necessary (in fact it causes much confusion for the driver). The correct declaration for a pnp soundcard is 'device pcm0'. How do you set flags for particular cards, now? I used to have

Re: Need Installation Help...

1999-09-03 Thread Mike Smith
installation process. I am trying to install FreeBSD on a IBM PC Server 325. However, as near as I can determine the Adaptec AIC 7880 SCCI card and the AMD/PCI network interface is giving me fits. After looking at the FAQ, and other documentation, it appears that the source of my problems

Need Installation Help...

1999-09-03 Thread Andrew Whitcroft
Hi All -- I am trying to become part of the FreeBSD world but am having problems with the installation process. I am trying to install FreeBSD on a IBM PC Server 325. However, as near as I can determine the Adaptec AIC 7880 SCCI card and the AMD/PCI network interface is giving me fits. After