/src/sys/arch/mips/alchemy/dev/ |
aucomvar.h | 8 #define comcnattach aucomcnattach macro
|
/src/sys/arch/ibmnws/ibmnws/ |
consinit.c | 80 if (comcnattach(&genppc_isa_io_space_tag, CONSOLE_ADDR,
|
/src/sys/arch/arc/arc/ |
p_sni_rm200pci.c | 144 comcnattach(&arc_bus_io /* XXX? */, com_console_address,
|
c_isa.c | 242 comcnattach(&arc_bus_io, com_console_address,
|
c_jazz_eisa.c | 199 comcnattach(&jazzio_bus, com_console_address,
|
c_nec_pci.c | 303 comcnattach(&jazzio_bus, com_console_address,
|
/src/sys/arch/evbppc/explora/ |
consinit.c | 80 comcnattach(tag, _BUS_SPACE_UNSTRIDE(tag, BASE_COM), COM_CONSOLE_SPEED,
|
/src/sys/arch/rs6000/rs6000/ |
consinit.c | 82 if(comcnattach(tag, consinfo->addr, consinfo->speed, COM_FREQ,
|
/src/sys/arch/cobalt/dev/ |
com_mainbus.c | 114 comcnattach(&cobalt_bs, COM_BASE, 115200, COM_MAINBUS_FREQ, COM_TYPE_NORMAL,
|
/src/sys/arch/hppa/dev/ |
com_ssio.c | 93 if (comcnattach(iot, iobase, B9600, COM_SSIO_FREQ, 96 aprint_error(": can't comcnattach\n");
|
com_dino.c | 110 * comcnattach() and later com_is_console() to initialize 114 if (comcnattach(ca->ca_iot, iobase, B9600, 117 aprint_error(": can't comcnattach\n");
|
/src/sys/arch/macppc/dev/ |
com_mainbus.c | 102 comcnattach(iot, iobase, 9600, 1843200, COM_TYPE_NORMAL, (CREAD | CS8));
|
/src/sys/arch/prep/prep/ |
consinit.c | 137 if(comcnattach(tag, consinfo->addr, consinfo->speed, COM_FREQ,
|
/src/sys/arch/alpha/pci/ |
pci_consinit.c | 93 if (comcnattach(isa_iot, 0x3f8, comcnrate, COM_FREQ,
|
/src/sys/arch/algor/algor/ |
machdep.c | 243 if (comcnattach(&acp->ac_lociot, P4032_COM1, comcnrate, 287 if (comcnattach(&acp->ac_iot, 0x3f8, comcnrate, 329 if (comcnattach(&acp->ac_iot, 0x3f8, comcnrate,
|
/src/sys/arch/hppa/gsc/ |
com_gsc.c | 114 * comcnattach() and later com_is_console() to initialize 118 if (comcnattach(iot, iobase, B9600, 121 aprint_error(": can't comcnattach\n");
|
/src/sys/arch/mmeye/dev/ |
com_mainbus.c | 134 comcnattach(iot, CONADDR, COMCN_SPEED, COM_FREQ, COM_TYPE_NORMAL,
|
/src/sys/arch/powerpc/ibm4xx/dev/ |
com_opb.c | 155 if (comcnattach(opb_get_bus_space_tag(), conaddr, conspeed, com_freq,
|
/src/sys/arch/shark/shark/ |
consinit.c | 162 if (comcnattach(&isa_io_bs_tag, CONADDR, CONSPEED, COM_FREQ,
|
/src/sys/arch/sparc/dev/ |
com_ebus.c | 105 comcnattach(iot, iobase, B9600, sc->sc_frequency,
|
/src/sys/arch/evbarm/gumstix/ |
gumstix_machdep.c | 686 rv = comcnattach(&pxa2x0_a4x_bs_tag, PXA2X0_FFUART_BASE, 707 rv = comcnattach(&pxa2x0_a4x_bs_tag, PXA2X0_STUART_BASE, 728 rv = comcnattach(&pxa2x0_a4x_bs_tag, PXA2X0_BTUART_BASE, 747 rv = comcnattach(&pxa2x0_a4x_bs_tag, PXA2X0_HWUART_BASE,
|
/src/sys/arch/hp300/dev/ |
com_frodo.c | 191 comcnattach(iot, addr, com_frodo_speed, COM_FRODO_FREQ,
|
/src/sys/arch/acorn32/mainbus/ |
com_pioc.c | 232 result = comcnattach(comconstag, (IO_CONF_BASE + CONADDR), CONSPEED,
|
/src/sys/arch/hpcarm/hpcarm/ |
wzero3_machdep.c | 228 comcnattach(&pxa2x0_a4x_bs_tag, comcnaddr, comcnspeed,
|
/src/sys/arch/hpcmips/vr/ |
com_vrip.c | 110 return (comcnattach(iot, iobase, rate, frequency,
|