Re: ed0 broken

1999-10-16 Thread Edwin Culp
"Matthew N. Dodd" wrote: > On Sat, 16 Oct 1999, Edwin Culp wrote: > > I had the same problem yesterday and Matthew Dodd sent me the > > following fix that worked fine. I recompiled the kernel and am now > > using it with ed0. > > Ok, if someone could test the following patch: > > ftp://ftp.jurai

Re: ed0 broken

1999-10-16 Thread Edwin Culp
Leonard Sitongia wrote: > At 2:47 PM -0400 10/16/99, Matthew N. Dodd wrote: > >On Sat, 16 Oct 1999, Leonard Sitongia wrote: > >> >download the patch, apply it in sys/dev/ed, edit files.i386 and uncomment > >> >sys/dev/ed/if_ed_pccard.c. Re-config & make. > >> > >> I've tried it, and if_ed_pccard

Re: ed0 broken

1999-10-16 Thread Leonard Sitongia
At 2:47 PM -0400 10/16/99, Matthew N. Dodd wrote: >On Sat, 16 Oct 1999, Leonard Sitongia wrote: >> >download the patch, apply it in sys/dev/ed, edit files.i386 and uncomment >> >sys/dev/ed/if_ed_pccard.c. Re-config & make. >> >> I've tried it, and if_ed_pccard.c compiles now (Warner, that address

Re: ed0 broken

1999-10-16 Thread Matthew N. Dodd
On Sat, 16 Oct 1999, Leonard Sitongia wrote: > >download the patch, apply it in sys/dev/ed, edit files.i386 and uncomment > >sys/dev/ed/if_ed_pccard.c. Re-config & make. > > I've tried it, and if_ed_pccard.c compiles now (Warner, that addresses > the error messages that I recently sent you mail

Re: ed0 broken

1999-10-16 Thread Leonard Sitongia
At 2:19 PM -0400 10/16/99, Matthew N. Dodd wrote: >On Sat, 16 Oct 1999, Edwin Culp wrote: >> I had the same problem yesterday and Matthew Dodd sent me the >> following fix that worked fine. I recompiled the kernel and am now >> using it with ed0. > >Ok, if someone could test the following patch:

Re: ed0 broken

1999-10-16 Thread Matthew N. Dodd
On Sat, 16 Oct 1999, Edwin Culp wrote: > I had the same problem yesterday and Matthew Dodd sent me the > following fix that worked fine. I recompiled the kernel and am now > using it with ed0. Ok, if someone could test the following patch: ftp://ftp.jurai.net/users/winter/patches/if_ed_pccard.d

Re: ed0 broken

1999-10-16 Thread David O'Brien
> If people using laptops with -current aren't going to read their email > then they should run -current. I suppose I could wrap if_ed_isa.c in the > same nonesense that if_ed.c uses but I'd rather not as I suspect a fix is > in the near term future. NO! Committers shouldn't commit code that is

Re: ed0 broken

1999-10-16 Thread Matthew N. Dodd
On Sat, 16 Oct 1999, Maxim Sobolev wrote: > It seems that ed0 is broken. At least two days kernel compilation > bombs with following messages: Comment out sys/dev/ed/if_ed_isa.c in sys/i386/conf/files.i386 if you're going to make a kernel that uses PCCARD. Hopefully the recent changes to the PCC

Re: ed0 broken

1999-10-16 Thread Edwin Culp
Maxim Sobolev wrote: > It seems that ed0 is broken. At least two days kernel compilation bombs with > following messages: > > linking kernel > if_ed_isa.o: In function `ed_isa_probe': > if_ed_isa.o(.text+0x45): undefined reference to `ed_probe_WD80x3' > if_ed_isa.o(.text+0x54): undefined referenc

ed0 broken

1999-10-16 Thread Maxim Sobolev
It seems that ed0 is broken. At least two days kernel compilation bombs with following messages: linking kernel if_ed_isa.o: In function `ed_isa_probe': if_ed_isa.o(.text+0x45): undefined reference to `ed_probe_WD80x3' if_ed_isa.o(.text+0x54): undefined reference to `ed_release_resources' if_ed_i