Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 1996 00:11:49 -0600 (MDT)
From:      Nate Williams <nate@mt.sri.com>
To:        michael butler <imb@scgt.oz.au>
Cc:        current@freebsd.org
Subject:   Re: Thinkpad 560 + -current
Message-ID:  <199607080611.AAA11219@rocky.mt.sri.com>
In-Reply-To: <199607070851.SAA29180@asstdc.scgt.oz.au>
References:  <199607070851.SAA29180@asstdc.scgt.oz.au>

next in thread | previous in thread | raw e-mail | index | archive | help
> i) the TP560 dislikes apm in -current .. with or without the "broken stat
> clock" option it'll panic :-(

Sigh.  Is this with or without PC-CARDS inserted?  (This makes a
difference apparently).

> iii) if I enable the pccard support, the zp0 driver stops seeing the 3c589
> and the system reports a "device allocation failure" (I assume that I'd need
> to either wire in the nep driver or redefine the stuff in /etc/pccard.conf
> to point at the zp driver) .. suggestions ?

You can't mix/match if_zp.c and the PC-CARD stuff.  They do the same
thing but are implemented very differently.  Either you use the
'dedicated' drivers (if_zp/if_ze) OR the generic drivers (if_ed, if_ep, sio
etc..).

> iv) if I revert to the 2.1R code + pccard-test package, apm will simply hang
> the machine (power-off by removing battery :-()

Yep, that's one of the bugs I fixed on my ThinkPad with the apm code.

> and the nep0 driver pulls
> the "link OK" on my hub at unpredictable intervals. "ifconfig nep0 down"
> followed by "ifconfig nep0 up" restores normal operation .. for a while ..

You should be able to bring in the if_ep.c driver from -current and use
it instead of the if_nep.c driver from the pccard-test (now PAO)
package.  Also, you could *try* using the apm.c from -current as well as
it contains virtually *all* of the features of the pccard-test code
minus bugs. :)

> Other than this .. it's a nice, quick and light machine :-)

Glad to hear it works.  Did you use the stock boot floppy, or did you
need to use my special 'ThinkPad' floppy?


Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607080611.AAA11219>