summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/dev/fd.c
AgeCommit message (Expand)Author
2012-10-29fix compile problems.chs
2012-10-13struct device * -> device_t, struct cfdata * -> cfdata_ttsutsui
2011-07-16apply some static.mrg
2009-09-26Make local functions static.tsutsui
2009-09-26Replace shutdownhook_establish(9) with pmf_device_register1(9).tsutsui
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-11-09Make compile this with options DIAGNOSTIC.tsutsui
2008-06-28Pull some fdformat fixes from sys/arch/sparc/dev/fd.c.tsutsui
2008-06-28Split softc/device_t, with misc cosmetic changes.tsutsui
2008-06-08Use device_private() and device_lookup_private() in more places.tsutsui
2008-06-08Use device_private() and device_lookup_private() to get softc.tsutsui
2008-01-04Add missing mutex for cv_timedwait.joerg
2008-01-02Merge vmlocking2 to head.ad
2007-12-04Adapt sun68k ports to recent interrupt handling changes.tsutsui
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Add (char *) casts on pointer arith.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-15Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used forreinoud
2006-10-14Make this compile with FD_DEBUG.tsutsui
2006-10-06Use IPL_BIO rather than (temporarily defined) IPL_SOFT_LEVEL2.tsutsui
2006-10-05Make sun3 use common sun68k/sun68k/isr.c, sun68k/include/cpu.h andtsutsui
2006-09-01Fix a -Wshadow error.matt
2006-04-19Follow up i/o statistics collection conversion, patterned after the sparc fd.c.he
2006-02-23Use device_parent().thorpej
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-06-03Constify.tsutsui
2005-01-22de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.chs
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-03-24Remove my name from the old UCB copyright notice, thereby reducing itspk
2003-09-26TAB/space cleanup.tsutsui
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2003-06-18don't #include <sys/dkstat.h> where it is (appearently) unuseddrochner
2003-05-21Correct a diagnostic printf format specifier.kristerw
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-24Fix a bug from last commit: Look for more work AFTER the current bufhannken
2002-07-23Convert to new device buffer queue interface.hannken
2001-09-05bcopy() -> memcpy(), bzero() -> memset()tsutsui