=================================================================== RCS file: /cvs/sys/dev/pcmcia/pcmcia.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sys/dev/pcmcia/pcmcia.c 2008/03/04 16:14:06 1.1 +++ sys/dev/pcmcia/pcmcia.c 2008/05/11 10:26:13 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: pcmcia.c,v 1.1 2008/03/04 16:14:06 nbrk Exp $ */ +/* $OpenBSD: pcmcia.c,v 1.2 2008/05/11 09:26:13 nbrk Exp $ */ /* $NetBSD: pcmcia.c,v 1.9 1998/08/13 02:10:55 eeh Exp $ */ /* @@ -170,15 +170,20 @@ /* * this is here so that when socket_enable calls gettype, trt happens */ + printf("pcmcia_card_attach\n"); SIMPLEQ_FIRST(&sc->card.pf_head) = NULL; pcmcia_chip_socket_enable(sc->pct, sc->pch); + printf("pcmcia_chip_socket_enable\n"); pcmcia_read_cis(sc); + printf("pcmcia_read_cis\n"); pcmcia_chip_socket_disable(sc->pct, sc->pch); + printf("pcmcia_chip_socket_disable\n"); pcmcia_check_cis_quirks(sc); + printf("pcmcia_check_cis_quirks\n"); /* * Bail now if there was an error in the CIS.