aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/advansys
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-0416-16/+16
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-302-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-174-18/+17
* Make the extern for adv_mcode match the reality: it's u_int8_t, butPoul-Henning Kamp2004-03-101-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-022-4/+4
* Use __FBSDID().David E. O'Brien2003-08-2410-20/+30
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-222-4/+4
* Mega busdma API commit.Scott Long2003-07-016-0/+40
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-142-37/+2
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-272-4/+4
* I deserve a big pointy hat for having missed all those referencesMaxime Henrion2003-04-102-4/+4
* Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd2003-03-296-133/+185
* Wrap the static endian functions to shutup GCC.David E. O'Brien2003-02-241-0/+2
* Add adv_adj_endian_qdone_info() & adv_adj_scsiq_endian()David E. O'Brien2003-02-231-0/+18
* Consolidate MIN/MAX macros into one place (param.h).Alfred Perlstein2003-02-022-4/+0
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in theMike Barcroft2003-01-191-1/+1
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thePeter Wemm2002-10-093-4/+4
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* Restore I/O port resources to the condition before adv_isa_probe() isYoshihiro Takahashi2001-05-061-10/+17
* Use correct resource id for bus_release_resource().Yoshihiro Takahashi2001-05-061-10/+10
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-014-5/+6
* - Check if the ccb_infos in the softc is NULL before trying to free it inJohn Baldwin2001-02-082-2/+11
* Remove unneeded <stddef.h> #includes.Poul-Henning Kamp2000-10-291-2/+0
* Add the use of M_ZERO to some malloc calls.David Malone2000-10-291-2/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-1/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-154-4/+0
* Fix typo (accessable --> accessible).Alexander Langer2000-06-141-1/+1
* Unused include: #include "adw.h"Peter Wemm2000-06-101-1/+0
* Use the correct register names, not the FreeBSD 2.2 compatability ones.Peter Wemm2000-05-282-6/+6
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-8/+8
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-8/+8
* Fixed return value of adv_attach function.Yoshihiro Takahashi2000-05-231-17/+18
* Hide annoying message under boot-verbose.Poul-Henning Kamp2000-04-231-2/+3
* Remove unneeded <sys/buf.h> includes.Poul-Henning Kamp2000-04-181-1/+0
* - Release allocated resources on error.Yoshihiro Takahashi2000-04-122-145/+164
* Newbusify adv driver.Yoshihiro Takahashi2000-04-078-157/+166
* adv_pci.c:Justin T. Gibbs2000-03-025-99/+115
* Fix indentation.Justin T. Gibbs2000-02-041-1/+1
* Unbreak LINT (missing curly brace).Nick Hibma2000-02-041-1/+1
* Add support for the AdvanSys ASC38C0800 Ultra2 chipset. PreliminaryJustin T. Gibbs2000-02-037-1010/+2539
* Remove a spurious printf left in from debugging.Justin T. Gibbs2000-02-011-1/+0
* Remove unneeded #include "eisa.h" and #if NEISA > 0Peter Wemm2000-01-291-5/+0
* Remove unnecessary includes.Yoshihiro Takahashi2000-01-171-2/+0
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+1
* adv_pci.c:Justin T. Gibbs2000-01-146-434/+614
* Move the declaration of panic() from sys/systm.h to sys/param.h.Eivind Eklund1999-09-261-1/+1
* Fix a compile warning.Justin T. Gibbs1999-09-111-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2816-16/+16
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-166-16/+16
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-2/+2