Re: [Build Error]:: pccard

2003-10-12 Thread Bruce M Simpson
On Sun, Oct 12, 2003 at 03:37:44PM +, Sebastian Yepes F. [ESN] wrote:
 Hi all there haves been some problems with the pccard* for like 2 weeks
 i have not been abel to compile the kernel.
 
 fest it was the pccardvar.h was mising this::

Did you follow all the instructions in UPDATING? I have been building
GENERIC successfully from source over the past 2 weeks with a rolling
cvs checkout from my local repository mirror.

BMS
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [Build Error]:: pccard

2003-10-12 Thread Sebastian Yepes F. [ESN]
On Sun, 12 Oct 2003 14:43:59 +0100
Bruce M Simpson [EMAIL PROTECTED] wrote:

 On Sun, Oct 12, 2003 at 03:37:44PM +, Sebastian Yepes F. [ESN] wrote:
  Hi all there haves been some problems with the pccard* for like 2 weeks
  i have not been abel to compile the kernel.
  
  fest it was the pccardvar.h was mising this::
 
 Did you follow all the instructions in UPDATING? I have been building
 GENERIC successfully from source over the past 2 weeks with a rolling
 cvs checkout from my local repository mirror.
 
 BMS


mm i ahev must of not seen the UPDATEING info..
i have just looked at it and don't see any info related to the pccard dev.
what are the instructions


-- 

/*
FingerPrint:
 5BF1 58B1 DE75 CBE3 6044
 7098 1246 1EF6 9E78 041C
*/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [Build Error]:: pccard

2003-10-12 Thread M. Warner Losh
In message: [EMAIL PROTECTED]
Sebastian Yepes F. [ESN] [EMAIL PROTECTED] writes:
: i have just looked at it and don't see any info related to the pccard dev.
: what are the instructions

building both pcic and pccard in your kernel config?  If so, don't do
that.  It is broken.  pcic cannot possibly work, even if I fix the
trivial compile problem.  I have some changes in my p4 tree, but they
aren't cooked yet.  Your best bet is to simply remove pcic from your
kernel config file.

Warner
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [Build Error]:: pccard

2003-10-12 Thread Stuart Walsh
 In message: [EMAIL PROTECTED]
 Sebastian Yepes F. [ESN] [EMAIL PROTECTED] writes:
 : i have just looked at it and don't see any info related to the pccard
dev.
 : what are the instructions

 building both pcic and pccard in your kernel config?  If so, don't do
 that.  It is broken.  pcic cannot possibly work, even if I fix the
 trivial compile problem.  I have some changes in my p4 tree, but they
 aren't cooked yet.  Your best bet is to simply remove pcic from your
 kernel config file.


That's good to know.  My laptop seems to vaguely work with pcic(it has a
intel compatibility mode).  Will pcic support cardbus at all?

Stuart

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [Build Error]:: pccard

2003-10-12 Thread M. Warner Losh
In message: [EMAIL PROTECTED]
Stuart Walsh [EMAIL PROTECTED] writes:
:  In message: [EMAIL PROTECTED]
:  Sebastian Yepes F. [ESN] [EMAIL PROTECTED] writes:
:  : i have just looked at it and don't see any info related to the pccard
: dev.
:  : what are the instructions
: 
:  building both pcic and pccard in your kernel config?  If so, don't do
:  that.  It is broken.  pcic cannot possibly work, even if I fix the
:  trivial compile problem.  I have some changes in my p4 tree, but they
:  aren't cooked yet.  Your best bet is to simply remove pcic from your
:  kernel config file.
: 
: 
: That's good to know.  My laptop seems to vaguely work with pcic(it has a
: intel compatibility mode).  Will pcic support cardbus at all?

Nope.  It can't.  pcic is for ISA bridges, none of which can support
CardBus.

Warner
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]