aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mly/mly.c
Commit message (Expand)AuthorAgeFilesLines
...
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-8/+8
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-2/+2
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-171-1/+1
* - Change the taskqueue locking to protect the necessary parts of a taskJohn Baldwin2001-10-261-4/+0
* Add locking to taskqueues. There is one mutex per task, one mutex perJohn Baldwin2001-10-261-0/+4
* Fix reversed virtual/physical bus check, whoops!Mike Smith2001-10-221-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-3/+4
* Fix typo (* -> &)Mike Smith2001-07-261-1/+1
* Merge with latest version of the Mylex 6+ driver.Mike Smith2001-07-141-181/+1263
* Fix warning: 110: initialization makes pointer from integer without a castPeter Wemm2001-06-151-2/+1
* Major update and bugfix for the 'mly' driver.Mike Smith2001-02-251-156/+308
* Further use of M_ZERO.David Malone2000-11-181-4/+2
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-6/+3
* Don't rely on <sys/queue.h> to bogusly include <struct.h>.Poul-Henning Kamp2000-10-221-0/+3
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* This is the initial import of a new driver for the current family ofMike Smith2000-08-231-0/+1711