Re: le0 - DE203 kernel config problem

2003-04-03 Thread Christoph P. Kukulies
On Wed, Apr 02, 2003 at 01:27:43PM -0500, Matthew N. Dodd wrote: On Wed, 2 Apr 2003, Christoph Kukulies wrote: I tried to get a DE203 NIC (ISA) working with 5.0R. ... Since I forgot how the card was programmed I tried and got it probed at io=0x200 ... Any clues how to proceed to get

Re: le0 - DE203 kernel config problem

2003-04-03 Thread Matthew N. Dodd
On Thu, 3 Apr 2003, Christoph P. Kukulies wrote: It seems that whenever the device is properly probed and being used, the panic occurs. I can supply more panic data, if you want. I'd appreciate that. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL

Re: le0 - DE203 kernel config problem

2003-04-03 Thread Christoph P. Kukulies
On Thu, Apr 03, 2003 at 04:27:37AM -0500, Matthew N. Dodd wrote: On Thu, 3 Apr 2003, Christoph P. Kukulies wrote: It seems that whenever the device is properly probed and being used, the panic occurs. I can supply more panic data, if you want. I'd appreciate that. OK, I'm typing:

Re: le0 - DE203 kernel config problem

2003-04-03 Thread Daniel Lang
Hi Christoph, Christoph P. Kukulies wrote on Thu, Apr 03, 2003 at 11:45:09AM +0200: [..] I can supply more panic data, if you want. I'd appreciate that. OK, I'm typing: [..] Please get a crashdump. I thinks it's described in the handbook, how to do it. In short: - set dumpdev in

Re: le0 - DE203 kernel config problem

2003-04-03 Thread Matthew N. Dodd
Ok, I know what the problem is; if_init isn't being initialized. I'm working on it. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! |

Re: le0 - DE203 kernel config problem

2003-04-03 Thread Matthew N. Dodd
This should fix it: ftp://ftp.jurai.net/users/winter/patches/if_le.patch -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84 Volvo 245DL| ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5

Re: le0 - DE203 kernel config problem

2003-04-03 Thread Christoph P. Kukulies
On Thu, Apr 03, 2003 at 05:48:26AM -0500, Matthew N. Dodd wrote: This should fix it: ftp://ftp.jurai.net/users/winter/patches/if_le.patch This patch worked. It makes the interface configurable and I'd bet make it work after I have configured my firewall. One thing: The patch does not pass

le0 - DE203 kernel config problem

2003-04-02 Thread Christoph Kukulies
I tried to get a DE203 NIC (ISA) working with 5.0R. Took the GENERIC config file and put device le 1 options COMPAT_OLDISA in it. Since I forgot how the card was programmed I tried and got it probed at io=0x200 so I put the following in /boot/device.hints hint.le.0.at=isa

Re: le0 - DE203 kernel config problem

2003-04-02 Thread Matthew N. Dodd
On Wed, 2 Apr 2003, Christoph Kukulies wrote: I tried to get a DE203 NIC (ISA) working with 5.0R. ... Since I forgot how the card was programmed I tried and got it probed at io=0x200 ... Any clues how to proceed to get this card working? Find out what the configuration settings on the card

Re: le0 - DE203 kernel config problem

2003-04-02 Thread Christoph P. Kukulies
On Wed, Apr 02, 2003 at 01:27:43PM -0500, Matthew N. Dodd wrote: On Wed, 2 Apr 2003, Christoph Kukulies wrote: I tried to get a DE203 NIC (ISA) working with 5.0R. ... Since I forgot how the card was programmed I tried and got it probed at io=0x200 ... Any clues how to proceed to get

Re: le0 - DE203 kernel config problem

2003-04-02 Thread Robert Swindells
Christoph Kukulies wrote: On Wed, Apr 02, 2003 at 01:27:43PM -0500, Matthew N. Dodd wrote: On Wed, 2 Apr 2003, Christoph Kukulies wrote: I tried to get a DE203 NIC (ISA) working with 5.0R. ... Since I forgot how the card was programmed I tried and got it probed at io=0x200 ... Any