Subject: Re: trivial: can't compile kernel without PCMCIA
To: Danny Thomas <D.Thomas@vthrc.uq.edu.au>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: current-users
Date: 03/25/1999 11:12:43
On Thu, 25 Mar 1999 19:28:09 +1000 
 D.Thomas@vthrc.uq.edu.au (Danny Thomas) wrote:

 > commenting out PCMCIA goo from the GENERIC config sees the kernel link
 > fail. I think i82365.c is being included when it shouldn't.
 >  _pcmcia_card_attach
 >  _pcmcia_card_detach
 >  _pcmcia_card_deactivate
 >  _pcmcia_card_gettype
 > 
 > 
 > The commented out lines:
 > #pcmcia*  at pcic? controller ? socket ?
 > #com*     at pcmcia? function ?           # Modems and serial cards
 > #pcmcom*  at pcmcia? function ?           # PCMCIA multi-port serial cards
 > #aic*     at pcmcia? function ?           # Adaptec APA-1460 SCSI
 > #wdc*     at pcmcia? function ?
 > #ep*      at pcmcia? function ?           # 3Com 3c589 and 3c562 Ethernet
 > #mbe*     at pcmcia? function ?           # MB8696x based Ethernet
 > #ne*      at pcmcia? function ?           # NE2000-compatible Ethernet
 > #sm*      at pcmcia? function ?           # Megahertz Ethernet

...but you still kept the pcic lines?  No wonder it doens't link :-)

If you comment out pcmcia at pcic?, you should also comment out pcic at ...

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>