summaryrefslogtreecommitdiff
path: root/sys/dev/ic/cs89x0var.h
AgeCommit message (Expand)Author
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2009-09-22Split device_t/softc. Tested only on cs at ofisa on shark.tsutsui
2009-09-22- replace shutdownhook_establish(9) with pmf_device_register1(9)tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24__inline__ -> inlineperry
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-07-04Add the optional ability to parse the cs's eeprom data structure. I've madechris
2003-07-08function prototype must not have variable nameitojun
2003-05-03DMA, not dma nor Dma.wiz
2003-01-06interrupt with two rs.wiz
2002-05-21Make it possible to override the way register access is done.augustss
2002-05-14ANSIfy.augustss
2001-11-26move dev/isa/cs89x0{.c,{var,reg}.h} into dev/icyamt