CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/01/23 13:32:22
Modified files: sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/dev/isa : files.isa share/man/man4 : Makefile isa.4 Added files: sys/dev/isa : sch311x.c share/man/man4 : schsio.4 Log message: Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providing environment sensors. These are found at least on VIA Epia SN18000G boards. Not enabled at 0x162e and 0x164e because probing these may not be safe according to kettenis (guess where my schsio is). Much help from kettenis. Input from const and fgs. ok kettenis