summaryrefslogtreecommitdiff
path: root/sys/dev/pci/twevar.h
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2009-05-07struct device * -> device_t, no functional changes intended.cegger
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
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
2004-09-13a round of autoconf cleanup:drochner
2004-05-27Rename twe_tweio_command_handler() to twe_ccb_wait_handler() and expose it.thorpej
2003-09-23- Make CCB allocation slightly more efficient by changing how thethorpej
2003-09-23Separate the AEN fetching path into its own special path that uses thethorpej
2003-09-22Add support for dynamically attaching and detaching RAID array units.thorpej
2003-09-22Improve AEN handling:thorpej
2003-09-21Expose the "param get" functions.thorpej
2003-09-21- Record more information about the array unit, including arraythorpej
2003-09-21Add some additional code -> description tables, and add a genericthorpej
2002-12-13Add /dev/twex support. To be used with FreeBSD's 3dmd.christos
2002-05-24NBPG is not constant on the sparc, so don't use CPP tricks.christos
2002-05-24Deal with the NBPG problem in a better way.christos
2002-05-18- Use write barriers.ad
2001-10-10Back out previous - it causes panics.ad
2001-09-20Use bus_dma to get temporary I/O buffers.ad
2001-03-04Don't choke when we get lots of AENs all at once.ad
2001-01-23Fix up license.ad
2001-01-22- Complain if interrupt-driven retrieval of AENs fails somehow.ad
2000-11-14NBPG -> PAGE_SIZEthorpej
2000-11-08- Pull in some updates from FreeBSD - mainly clarifications. Thanks toad
2000-10-20- tsleep()/wakeup_one() will hurt when under load, so use a queue instead.ad
2000-10-19Driver for the 3ware Escalade family of RAID controllers.ad