Emiel Kollof found that to get a PCMCIA network card going, you need to add these lines to /etc/rc.conf: (replace x’s with your static address, if applicable.)
removable_interfaces="<interface name>"
pccard_ifconfig="inet xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx"
or
pccard_ifconfig="DHCP"
For clarity (and with < and > so the interface name doesn’t get confused with a HTML tag):
removable_interfaces=”<your nic interface name>”
The rest is fine :)
Oops… Fixed.