Searched refs:zz9k_fb (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/amiga/dev/
H A Dzz9k.c66 bool zz9k_exists = false; /* required by zz9k_fb ZZFB_CONSOLE */
99 struct zz9kbus_attach_args zz9k_fb; /* Graphics */ local
155 zz9k_fb.zzaa_base = (bus_addr_t)zap->va;
156 strcpy(zz9k_fb.zzaa_name, "zz9k_fb");
157 config_found(sc->sc_dev, &zz9k_fb, zz9k_print, CFARGS_NONE);
H A Dzz9k_fb.c1 /* $NetBSD: zz9k_fb.c,v 1.1 2023/05/03 13:49:30 phx Exp $ */
32 __KERNEL_RCSID(0, "$NetBSD: zz9k_fb.c,v 1.1 2023/05/03 13:49:30 phx Exp $");
75 #include "zz9k_fb.h" /* NZZ9K_FB */
231 zz9k_fb, sizeof(struct zzfb_softc), zzfb_match, zzfb_attach, NULL, NULL );
245 if (strcmp(bap->zzaa_name, "zz9k_fb") != 0) {

Completed in 118 milliseconds