summaryrefslogtreecommitdiffstats
path: root/sys/dev/mly/mly.c
Commit message (Expand)AuthorAgeFilesLines
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-2/+2
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-0/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-54/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-1/+66
* Retire the last of the FreeBSD 4.x compat code from the mly driver.scottl2005-08-081-4/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-5/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Fixed a memory leak.ru2004-01-181-0/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Don't provide mutexes for static busdma allocations.scottl2003-08-111-19/+22
* Mega busdma API commit.scottl2003-07-011-0/+10
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Use canonical name for cdevsw initialization.phk2003-03-021-13/+13
* Introduce a new taskqueue that runs completely free of Giant, and inscottl2003-02-261-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* 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-061-0/+46
* 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
* 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
* - 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-141-181/+1263
* Fix warning: 110: initialization makes pointer from integer without a castpeter2001-06-151-2/+1
* Major update and bugfix for the 'mly' driver.msmith2001-02-251-157/+309
* 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-231-0/+1711
OpenPOWER on IntegriCloud