J?rgen Keil wrote: >When plugged into the >lower cardbus slot, no new hardware is detected, but I'll have to >double check that. > > > Please enable the debuging messages by adding two lines in /etc/system : set pcic:pcic_debug=1 set cardbus:cardbus_debug=1
Then reboot, and insert the card in the *lower* slot. /var/adm/messages should tell something about what happened. Vincent. >What features are supposed to work with the new cardbus drivers >at this time? cardbus card hotplug insertion? hotplug removal? > > > Hotplug insertion should have no problem (there could be bugs, which we will fix). Hotplut removal is not perfect. Before removing the card, make sure the driver isn't hold open by someone. For example if its a network card, make sure to run # ifconfig <if> dhcp release # ifconfig <if> unplumb Then the card can be removed without causing any problem. The driver isn't supposed to cause panic no matter what you do. If it paniks, we need to fix that bug. Vincent.
