summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ug.c
AgeCommit message (Expand)Author
2020-06-24rearrange to avoid allocating softc on stack in ug_isa_match()jdolecek
2018-06-03Constify ug2_mb[], so that it lands in .rodata.maxv
2011-06-20Initialize sensor states before registeringpgoyette
2008-03-26Split device_t/softc for ug(4) and other related cosmetic changes.xtraeme
2007-11-17initialize via sysmon_envsys_create()kefren
2007-11-16Extend the envsys2 API (one more time, sorry) as defined in:xtraeme
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-03ug_gtredata: add another break in the default case. Just for consistencyxtraeme
2007-07-03ug2_gtredata: add missing break in default case.xtraeme
2007-07-01ug*_gtredata: use the edata pointer rather than using the edata arrayxtraeme
2007-07-01There's no need to use another envsys_data_t pointer that points toxtraeme
2007-07-01Imported envsys 2, a brief description of the new features:xtraeme
2007-05-08Missing __KERNEL_RCSID().xtraeme
2007-05-08Split the ug(4) driver in three components:xtraeme