Searched +full:strobe +full:- +full:pos (Results 1 – 4 of 4) sorted by relevance
/freebsd/share/examples/ppi/ |
H A D | ppilcd.c | 43 #define MAX_DRVOPT 10 /* maximum driver-specific options */ 62 " 1 1-line display (default 2)", 108 while ((ch = getopt(argc, argv, "Dd:f:o:v")) != -1) { in main() 129 argc -= optind; in main() 146 debug(1, "Driver selected for %s", driver->l_name); in main() 147 driver->l_prepare(devname, drvopts); in main() 148 atexit(driver->l_finish); in main() 169 … fprintf(stderr, "usage: %s [-v] [-d drivername] [-f device] [-o options] [args...]\n", progname); in usage() 170 fprintf(stderr, " -D Increase debugging\n"); in usage() 171 fprintf(stderr, " -f Specify device, default is '%s'\n", DEFAULT_DEVICE); in usage() [all …]
|
/freebsd/share/misc/ |
H A D | usb_vendors | 6 # http://www.linux-usb.org/usb-ids.html 7 # or send entries as patches (diff -u old new) in the 10 # http://www.linux-usb.org/usb.ids 13 # Date: 2024-07-04 20:34:02 20 # device device_name <-- single tab 21 # interface interface_name <-- two tabs 38 5301 GW-US54ZGL 802.11bg 54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211] 62 0200 TP-Link 81 120e ASI120MC-S Planetary Camera [all …]
|
/freebsd/sys/cam/ |
H A D | cam_ccb.h | 1 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 129 /* Non-immediate function code */ 135 /* Common function commands: 0x00->0x0F */ 168 /* SCSI Control Functions: 0x10->0x1F */ 227 /* HBA engine commands 0x20->0x2F */ 233 /* Target mode commands: 0x30-> 586 struct ccb_dev_position pos; global() member [all...] |
/freebsd/sys/dev/dc/ |
H A D | if_dc.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 18 * 4. Neither the name of the author nor the names of any co-contributors 41 * Macronix/Lite-On 82c115 PNIC II (www.macronix.com) 42 * Lite-On 82c168/82c169 PNIC (www.litecom.com) 179 "Compex RL100-TX 10/100BaseTX" }, 181 "Compex RL100-TX 10/100BaseTX" }, 185 "Macronix 98715AEC-C 10/100BaseTX" }, 203 "Neteasy DRP-32TXD Cardbus 10/100" }, 213 "PlaneX FNW-3602-T CardBus 10/100" }, [all …]
|