コード例 #1
0
ファイル: msp_pci.c プロジェクト: 1703011/asuswrt-merlin
static int __init msp_pci_setup(void)
{

	msp_pci_init();

	return 0;
}
コード例 #2
0
ファイル: msp_pci.c プロジェクト: 274914765/C
static int __init msp_pci_setup(void)
{
#if 0 /* Linux 2.6 initialization code to be completed */
    if (getdeviceid() & DEV_ID_SINGLE_PC) {
        /* If single card mode */
        slmRegs    *sreg = (slmRegs *) SREG_BASE;

        sreg->single_pc_enable = SINGLE_PCCARD;
    }
#endif

    msp_pci_init();

    return 0;
}