summaryrefslogtreecommitdiff
path: root/sys/dev/ofisa/ess_ofisa.c
AgeCommit message (Expand)Author
2010-05-22Split device_t/softc. Based on patch from cegger@.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-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-08-04adapt for changed essattach() signaturedrochner
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-13add RCSIDslukem
2001-01-06Do ess_config_addr() in the ofisa front end, rather than in the matchnathanw
1999-03-16Adjustments for structure name changes.mycroft
1998-08-13Merge paddr_t changes into the main branch.eeh
1998-07-31Major cleanup of the ESS driver. It now sorta works. More to come.augustss
1998-07-30Use the correct "compatible" strings (ESS, not generic SB!), and correctthorpej
1998-07-30ESS attachments for ofisa.augustss