summaryrefslogtreecommitdiffstats
path: root/sys/dev/ida/ida_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Modify ida_v3_done() to treat FIFO status of -1 as FIFO empty (0).mdodd2004-12-141-1/+7
* Reformat arguments bus_dma_tag_create().mdodd2004-12-141-6/+15
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* style(9): single tab after #define.mdodd2004-01-131-6/+6
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Use __FBSDID().obrien2003-08-241-2/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Mega busdma API commit.scottl2003-07-011-1/+1
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+2
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* NO_GEOM cleanup:phk2003-02-231-0/+1
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-011-1/+1
* Add crashdump support.jlemon2001-02-261-1/+9
* Add a flag value to the board identifiers, and use this to enable thejlemon2001-01-091-14/+24
* Add PCI id for the RAID LC2 controller.jlemon2000-12-011-1/+3
* Look at both the vendor and subvendor information when determiningjlemon2000-10-131-32/+25
* The DEC version of the Smart controller has its configuration informationjlemon2000-07-271-4/+8
* Add code which actually checks for the NCR PCI id so it can be used.jlemon2000-05-231-1/+2
* Add PCI ID for NEC/Compaq controller.jlemon2000-05-221-2/+5
* Add PCI id for Compaq Smart Array 431 card.jlemon2000-05-221-0/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Add PCI identification for another SmartArray 4200, which identifiesjlemon2000-05-041-6/+14
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Add support for older EISA compaq cards and newer Smart 4200 cards.jlemon2000-03-081-31/+119
* Removal of sys/device.hn_hibma1999-10-051-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-161-2/+2
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-291-9/+2
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-031-6/+1
* Compaq Smart RAID driver for -current. Based on the original ida.cjlemon1999-06-241-0/+199
OpenPOWER on IntegriCloud