Home | History | Annotate | Download | only in pci
History log of /src/sys/dev/pci/mlyvar.h
RevisionDateAuthorComments
 1.6  27-Oct-2012  chs split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.5  28-Apr-2008  martin branches: 1.5.34; 1.5.44;
Remove clause 3 and 4 from TNF licenses
 1.4  09-Jul-2007  ad branches: 1.4.28; 1.4.30; 1.4.32;
Merge some of the less invasive changes from the vmlocking branch:

- kthread, callout, devsw API changes
- select()/poll() improvements
- miscellaneous MT safety improvements
 1.3  16-Feb-2006  perry branches: 1.3.24; 1.3.26;
Change "inline" back to "__inline" in .h files -- C99 is still too
new, and some apps compile things in C89 mode. C89 keywords stay.

As per core@.
 1.2  24-Dec-2005  perry branches: 1.2.2; 1.2.4; 1.2.6;
__inline__ -> inline
 1.1  30-Jul-2001  ad branches: 1.1.2; 1.1.4; 1.1.40;
Add a driver for Mylex AcceleRAID and eXtremeRAID controllers with v6
firmware. Based off the FreeBSD driver, and re-worked by tls, erh and I.
 1.1.40.2  03-Sep-2007  yamt sync with head.
 1.1.40.1  21-Jun-2006  yamt sync with head.
 1.1.4.2  24-Aug-2001  nathanw Catch up with -current.
 1.1.4.1  30-Jul-2001  nathanw file mlyvar.h was added on branch nathanw_sa on 2001-08-24 00:10:14 +0000
 1.1.2.2  03-Aug-2001  lukem update to -current
 1.1.2.1  30-Jul-2001  lukem file mlyvar.h was added on branch kqueue on 2001-08-03 04:13:18 +0000
 1.2.6.1  22-Apr-2006  simonb Sync with head.
 1.2.4.1  09-Sep-2006  rpaulo sync with head
 1.2.2.1  18-Feb-2006  yamt sync with head.
 1.3.26.1  11-Jul-2007  mjf Sync with head.
 1.3.24.1  09-Apr-2007  ad - Add two new arguments to kthread_create1: pri_t pri, bool mpsafe.
- Fork kthreads off proc0 as new LWPs, not new processes.
 1.4.32.1  16-May-2008  yamt sync with head.
 1.4.30.1  18-May-2008  yamt sync with head.
 1.4.28.1  02-Jun-2008  mjf Sync with HEAD.
 1.5.44.2  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.5.44.1  12-Sep-2012  tls Initial snapshot of work to eliminate 64K MAXPHYS. Basically works for
physio (I/O to raw devices); needs more doing to get it going with the
filesystems, but it shouldn't damage data.

All work's been done on amd64 so far. Not hard to add support to other
ports. If others want to pitch in, one very helpful thing would be to
sort out when and how IDE disks can do 128K or larger transfers, and
adjust the various PCI IDE (or at least ahcisata) drivers and wd.c
accordingly -- it would make testing much easier. Another very helpful
thing would be to implement a smart minphys() for RAIDframe along the
lines detailed in the MAXPHYS-NOTES file.
 1.5.34.1  30-Oct-2012  yamt sync with head

RSS XML Feed