Lines Matching refs:adb
1 /* $NetBSD: adb.c,v 1.62 2024/09/18 01:34:08 nat Exp $ */
29 __KERNEL_RCSID(0, "$NetBSD: adb.c,v 1.62 2024/09/18 01:34:08 nat Exp $");
50 #include "aed.h" /* ADB Event Device for compatibility */
77 CFATTACH_DECL_NEW(adb, 0,
108 printf("... Waiting 5 seconds for adb devices to "
110 kpause("adb-slp", false, mstohz(5000), NULL);
139 printf(": no ROM ADB driver in this kernel for this machine\n");
145 printf("adb: call mrg_initadbintr\n");
151 printf("adb: returned from mrg_initadbintr\n");
157 /* Initialize ADB */
160 printf("adb: calling ADBAlternateInit.\n");
172 printf("adb: done with ADBReInit\n");
180 /* ADB event device for compatibility */
187 /* for each ADB device */
189 /* Get the ADB information */
209 rv = UNSUPP; /* most ADB device types are unsupported */
211 /* print out what kind of ADB device we have found */
216 aprint_normal("ADB event device");
308 * operations on the ADB bus.
322 * ADB transactions to occur.