Home | History | Annotate | Download | only in isa

Lines Matching refs:smsc

1 /*	$NetBSD: smsc.c,v 1.13 2022/06/29 15:56:58 mlelstv Exp $ */
33 * This is a driver for the Standard Microsystems Corp (SMSC)
37 * SMSC has not deigned to release a datasheet for this particular chip
43 __KERNEL_RCSID(0, "$NetBSD: smsc.c,v 1.13 2022/06/29 15:56:58 mlelstv Exp $");
72 CFATTACH_DECL_NEW(smsc, sizeof(struct smsc_softc),
76 * Probe for the SMSC Super I/O chip
119 DPRINTF(("smsc: rv = %d, cr = %x\n", rv, cr));
240 aprint_normal(": SMSC LPC47B397 Super I/O");
243 aprint_normal(": SMSC SCH5307-NS Super I/O");
246 aprint_normal(": SMSC SCH5317 Super I/O");
349 MODULE(MODULE_CLASS_DRIVER, smsc, "sysmon_envsys");