In message <[EMAIL PROTECTED]> Doug Rabson
writes:
: If you find yourself with one of these and pnp is turned off, you can
: download the DOS utility from 3com. I recently had to do this for a friend
: (to turn pnp off). It was harder to find a DOS boot disk :-).
Sometimes these programs work wi
On Tue, 5 Oct 1999, Kevin Day wrote:
> >
> > > Afaik all 3C509B's are PnP. At least here in the UK there is not
> > > shortage of those cards.
> >
> > If I can get a difinitive statement to this effect then I'll grab a
> > 3c509B. There was some question as to them actually being PnP though.
>
>
> > Afaik all 3C509B's are PnP. At least here in the UK there is not
> > shortage of those cards.
>
> If I can get a difinitive statement to this effect then I'll grab a
> 3c509B. There was some question as to them actually being PnP though.
>
Yes, the 3c509B can have PnP turned on or off t
On Tue, 5 Oct 1999, Timo Geusch wrote:
> I'll send it once I verified that it (still) works with -current. The
> work dates from before newpnp, Also, some indication as to where you
> made changes would benice - my PnP changes are pretty self-contained
> but I made some more general changes that
On Mon, Oct 04, 1999 at 11:12:10PM -0400, Matthew N. Dodd wrote:
> On Mon, 4 Oct 1999, Timo Geusch wrote:
> > If you're interested I can send you the source code for the driver but it is
> > not clear if it works on -current at the moment as I haven't updated for
> > some time.
>
> Send it here a
On Mon, 4 Oct 1999, Timo Geusch wrote:
> If you're interested I can send you the source code for the driver but it is
> not clear if it works on -current at the moment as I haven't updated for
> some time.
Send it here as I'm working on if_ep in some fashion.
Someone find me a verified PnP 3c509
It seems Timo Geusch wrote:
> On Fri, Oct 01, 1999 at 02:32:11PM +0200, Soren Schmidt wrote:
> > Hmm, I also have severe problems with the PnP stuff and my 3C509
> > cards, it just wont work as the pnp code finds and allocates
> > adresses for the card, but the card probe doesn't pick them up...
>
On Fri, Oct 01, 1999 at 02:32:11PM +0200, Soren Schmidt wrote:
> Hmm, I also have severe problems with the PnP stuff and my 3C509
> cards, it just wont work as the pnp code finds and allocates
> adresses for the card, but the card probe doesn't pick them up...
Soren,
AFAIK the ep driver does not
On Sun, 3 Oct 1999, Daniel Eischen wrote:
> Doug Rabson wrote:
> > I looked at you pnpinfo again and I think this change might be better. It
> > accepts the cards description instead of overriding it and adds another ID
> > for SUP2080 which your card is compatible with. I also removed the bogus
Doug Rabson wrote:
> I looked at you pnpinfo again and I think this change might be better. It
> accepts the cards description instead of overriding it and adds another ID
> for SUP2080 which your card is compatible with. I also removed the bogus
> descriptions for the USR3031 since the pnpinfo fo
I provided a patch for the USR2030 that likely could be
committed at the same time. See kern/13983.
Kurt
At 07:34 PM 10/3/99 +0100, Doug Rabson wrote:
>diff -u -r1.268 sio.c
>--- sio.c 1999/09/25 18:24:21 1.268
>+++ sio.c 1999/10/03 18:32:10
>@@ -567,7 +567,9 @@
> {0
On Sun, 3 Oct 1999, Daniel M. Eischen wrote:
> Daniel Eischen wrote:
> > OK, I originally did that to no avail, but I didn't make the change to
> > the correct file (sys/isa/sio.c, not sys/dev/sio/sio.c)! So with the
> > following change:
> >
> > Index: sio.c
> > ===
On Sun, 3 Oct 1999, Daniel M. Eischen wrote:
> Daniel Eischen wrote:
> > OK, I originally did that to no avail, but I didn't make the change to
> > the correct file (sys/isa/sio.c, not sys/dev/sio/sio.c)! So with the
> > following change:
> >
> > Index: sio.c
> > ===
Daniel Eischen wrote:
> OK, I originally did that to no avail, but I didn't make the change to
> the correct file (sys/isa/sio.c, not sys/dev/sio/sio.c)! So with the
> following change:
>
> Index: sio.c
> ===
> RCS file: /opt/b/CVS/
Matthew N. Dodd wrote:
> On Sat, 2 Oct 1999, Daniel M. Eischen wrote:
> > What's the unknown0? Shouldn't that be sio2? Do we need the logical
> > device ID?
>
> Yes. Try adding 0x8024b04e to sio.c
OK, I originally did that to no avail, but I didn't make the change to
the correct file (sys/isa
On Sat, 2 Oct 1999, Daniel M. Eischen wrote:
> What's the unknown0? Shouldn't that be sio2? Do we need the logical
> device ID?
Yes. Try adding 0x8024b04e to sio.c
--
| Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD |
| [EMAIL PROTECTED] | 2 x '84 Volvo 245DL
Doug Rabson wrote:
>
> > Here, it might be the opposite. The normal sio probes pick up the
> > pnp modem just fine, and then perhaps pnp comes along and trounces
> > on what has already been setup/configured.
>
> Could you try this patch for me. It attempts to disable pnp devices before
> runni
On Fri, 1 Oct 1999, Daniel Eischen wrote:
> Soren Schmidt wrote:
> > It seems Daniel M. Eischen wrote:
> > >
> > > More info on the kernel hang.
> > >
> > > Removing pnp from the kernel configuration will allow me to boot
> > > and successfully detects my pnp modem. So the culprit seems to
> >
Soren Schmidt wrote:
> It seems Daniel M. Eischen wrote:
> >
> > More info on the kernel hang.
> >
> > Removing pnp from the kernel configuration will allow me to boot
> > and successfully detects my pnp modem. So the culprit seems to
> > be the new pnp code. Suggestions welcome.
>
> Hmm, I a
It seems Daniel M. Eischen wrote:
>
> More info on the kernel hang.
>
> Removing pnp from the kernel configuration will allow me to boot
> and successfully detects my pnp modem. So the culprit seems to
> be the new pnp code. Suggestions welcome.
Hmm, I also have severe problems with the PnP s
More info on the kernel hang.
Removing pnp from the kernel configuration will allow me to boot
and successfully detects my pnp modem. So the culprit seems to
be the new pnp code. Suggestions welcome.
Here's a successful verbose boot with a kernel from Sept 30th
sources.
intpm0: at devi
I have a pnp modem "SupraExpress 56i Sp V.90" that works fine with a
kernel from Aug 22. Here is an excerpt from a successful boot:
atkbdc0: at port 0x60-0x6f on isa0
atkbd0: irq 1 on atkbdc0
vga0: at port 0x3b0-0x3df iomem 0xa-0xb on isa0
sc0: on isa0
sc0:
22 matches
Mail list logo