summaryrefslogtreecommitdiff
path: root/sys/dev/ofisa/if_cs_ofisa.c
AgeCommit message (Expand)Author
2021-04-28Avoid a double "cs0: " in the autoconfiguration messages.thorpej
2021-01-27Rename of_match_compat_data() to of_compatible_match(). Similarly,thorpej
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-25Since we're using designated initialisers for compat data, we shouldthorpej
2021-01-19of_compatible() is a hokey API (returning -1 for no match) and nothingthorpej
2016-12-09Factor our model printing code; use aprint; eliminate alloca.christos
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2012-02-02Entropy-pool implementation move and cleanup.tls
2009-09-22Make local functions static.tsutsui
2009-09-22Split device_t/softc. Tested only on cs at ofisa on shark.tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2004-09-01one more case: don't use ISACF_* constants internallydrochner
2003-05-03DMA, not dma nor Dma.wiz
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-06-08constify and make auto const variables static.yamt
2001-11-26move dev/isa/cs89x0{.c,{var,reg}.h} into dev/icyamt
2001-11-13add RCSIDslukem
2000-12-26Um, we need rnd.h so that cs_softc is defined properly. Overrunning structuresmycroft
1998-08-17Fix a typo.thorpej
1998-08-15Use _CS_OFISA_MD_* callbacks for old, broken OpenFirmware builds.thorpej
1998-07-27ISA with OpenFirmware configuration glue for the CS8900 Ethernet driver.thorpej