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.c compiles now (Warner, that addresses
> >> the error messages that I recently sent you mail about).
> >
> >But does it work?
>
> No, but then I haven't ever gotten it working in the month or so that
> I've been running current on this Toshiba Portege 3110.  Here's what
> happens:
>
> Oct 16 14:56:48 becker /kernel: pcic0: <Intel i82365> at irq 15 on isa0
> Oct 16 14:56:48 becker /kernel: pccard1: <PC Card bus -- kludge version> on
> pcic
> 0
> ...
> Oct 16 14:56:48 becker /kernel: pccard: initalizing drivers: ep fe

I don't see your ed driver.  Is it in your kernel configuration file?  You don't
really need ep IMHO and I don't know what fe is :-)
Mine says:
    pcic: pccard bridge VLSI 82C146 (5 mem & 2 I/O windows)
    pcic: controller irq 9
    pccard: initalizing drivers: ed

Kernel config es

device    ed0

no more

>
> ...
> (plug a Linksys Ethernet card in:)

I always bring it up with the card in, cowards way out.

>
>
> Oct 16 14:58:37 becker /kernel: pccard: card inserted, slot 0
> Oct 16 14:58:48 becker pccardd[42]: driver allocation failed for
> LINKSYS(E-CARD)
> : Device not configured
>
> This is the PCCARD kernel with no changes.  All pccard stuff is enabled

I've always had a problem with that and have resorted to configuring it in
rc.local.

sleep 10
ifconfig ed0 inet 192.168.1.27 netmask 255.255.255.0
route add default 192.168.1.1

Again cowards way out but works fine:-)

Hope that helps,

ed

pccard.conf is

io      0x240-0x360
irq     9 11
memory  0xd4000  96k
# D-Link DE-660 NE2000 clone
card "D-Link" "DE-660"
        config 0x20 "ed0" 11
#       ether 0x81
        insert /etc/pccard_ether ed0
        remove /sbin/ifconfig ed0 delete


>
> in rc.conf.
>
> ==Leonard Sitongia
>   [EMAIL PROTECTED]
>   http://www.users.uswest.net/~sitongia/
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to