summaryrefslogtreecommitdiffstats
path: root/sys/dev/mly
Commit message (Expand)AuthorAgeFilesLines
* Fixup printf format.alfred2003-02-111-1/+1
* Terminate 'e' event messages with a newline.scottl2003-02-111-0/+1
* Fix the mly driver! If card resources became unavailable, the driver wouldscottl2003-02-062-0/+48
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Destroy the management device when detaching the driver.scottl2003-01-081-0/+3
* Pass correct parameters to bus_space_barrier() instead of 0mux2002-11-141-2/+4
* Be consistent about functions being static.phk2002-10-161-8/+8
* use __packed.alfred2002-09-231-43/+43
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-2/+2
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-171-1/+1
* Fix warnings (comment out unused tables that are taking space in thepeter2002-02-271-0/+4
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-2/+2
* - Change the taskqueue locking to protect the necessary parts of a taskjhb2001-10-261-4/+0
* Add locking to taskqueues. There is one mutex per task, one mutex perjhb2001-10-261-0/+4
* Fix reversed virtual/physical bus check, whoops!msmith2001-10-221-1/+1
* KSE Milestone 2julian2001-09-121-3/+4
* Fix typo (* -> &)msmith2001-07-261-1/+1
* Merge with latest version of the Mylex 6+ driver.msmith2001-07-146-1420/+1318
* Fix warning: 110: initialization makes pointer from integer without a castpeter2001-06-151-2/+1
* Avoid divide-by-zero for devices that the adapter has not negotiated amsmith2001-04-211-1/+5
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
* Major update and bugfix for the 'mly' driver.msmith2001-02-255-354/+599
* Further use of M_ZERO.dwmalone2000-11-181-4/+2
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-271-6/+3
* Don't rely on <sys/queue.h> to bogusly include <struct.h>.phk2000-10-221-0/+3
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* This is the initial import of a new driver for the current family ofmsmith2000-08-236-0/+4842
OpenPOWER on IntegriCloud