Subject: Re: FYI -- config(8) changes
To: Jonathan Stone <jonathan@DSG.Stanford.EDU>
From: Patrick Welche <prlw1@cam.ac.uk>
List: current-users
Date: 06/24/1998 13:00:55
Jonathan Stone wrote:
> 
> 
> I've just committed changes to /usr/sbn/config which allow for more
> error checking of "options" statements in kernel config files.

Will this help me catch the likes of this?!

ld -z -Ttext F0100000 -e start -X -o netbsd ${SYSTEM_OBJ} vers.o
i82365.o: Undefined symbol `_pcmcia_card_attach' referenced from text segment
i82365.o: Undefined symbol `_pcmcia_card_detach' referenced from text segment
i82365.o: Undefined symbol `_pcmcia_card_gettype' referenced from text segment
*** Error code 1

Stop.
quartz# grep pcmcia ../../conf/RA
#pcmcia*        at pcic? controller ? socket ?
#com*   at pcmcia? function ?           # Modems and 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
quartz#

I don't see where pcmcia comes in!

Cheers,

Patrick