summaryrefslogtreecommitdiff
path: root/sys/dev/mly
AgeCommit message (Expand)Author
2002-11-14Pass correct parameters to bus_space_barrier() instead of 0Maxime Henrion
2002-10-16Be consistent about functions being static.Poul-Henning Kamp
2002-09-23use __packed.Alfred Perlstein
2002-08-22Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs
2002-04-17Rework the kernel environment subsystem. We now convert the staticMaxime Henrion
2002-02-27Fix warnings (comment out unused tables that are taking space in thePeter Wemm
2001-12-10Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien
2001-10-26- Change the taskqueue locking to protect the necessary parts of a taskJohn Baldwin
2001-10-26Add locking to taskqueues. There is one mutex per task, one mutex perJohn Baldwin
2001-10-22Fix reversed virtual/physical bus check, whoops!Mike Smith
2001-09-12KSE Milestone 2Julian Elischer
2001-07-26Fix typo (* -> &)Mike Smith
2001-07-14Merge with latest version of the Mylex 6+ driver.Mike Smith
2001-06-15Fix warning: 110: initialization makes pointer from integer without a castPeter Wemm
2001-04-21Avoid divide-by-zero for devices that the adapter has not negotiated aMike Smith
2001-03-01Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray
2001-02-25Major update and bugfix for the 'mly' driver.Mike Smith
2000-11-18Further use of M_ZERO.David Malone
2000-10-27Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp
2000-10-22Don't rely on <sys/queue.h> to bogusly include <struct.h>.Poul-Henning Kamp
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-08-23This is the initial import of a new driver for the current family ofMike Smith