summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/arc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke *_minphys() functions that either simply apply MAXPHYS or dokrw2020-02-131-10/+2
* Drivers that implement their own *minphys() don't need to call thekrw2020-01-251-2/+1
* Convert sleeps of 1sec or more to tsleep_nsec(9).mpi2020-01-091-6/+9
* sizes for free(); ok sthenderaadt2015-09-101-13/+14
* remove the second void * argument on tasks.dlg2015-01-271-4/+4
* stash the softc in the memory allocated for setting up a task fordlg2015-01-121-9/+14
* replace scsi_task(), which is a wrapper around workqs, with a quickdlg2014-09-091-5/+13
* Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt2014-07-131-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-16/+16
* Be conservative about the resources the controller advertises forchris2014-02-081-2/+2
* Stop disablng/enabling interrupts in the interrupt handler forchris2014-02-081-6/+2
* DVA should be 64 bits, so make sure it is before getting the high bits.dlg2014-01-241-2/+2
* Manufacturer driver update for ARC-1880, 1882, 1213, 1223, 1214chris2014-01-231-286/+1301
* Add a DVACT_WAKEUP op to the *_activate() API. This is called after thederaadt2013-12-061-12/+6
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-23/+27
* Backout a bunch of my SCSI commits from c2k11. At least one of thesematthew2011-07-171-2/+2
* First batch of converting SCSI HBAs from setting saa_targets andmatthew2011-07-081-2/+2
* Interrupt handlers should only return 1 if they did some work. Theclaudio2011-04-201-4/+5
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-2/+2
* No "\n" needed at the end of panic() strings.krw2010-08-071-2/+2
* Give each device on the bus full openings.mk2010-07-181-2/+2
* Provide an iopool in arc(4).mk2010-07-021-10/+8
* Protect the ccb free list with a mutex rather than splbio().mk2010-07-021-5/+8
* Change scsibus(4)'s scsi_link array to an SLIST to save memory onmatthew2010-07-011-3/+3
* Use an SLIST instead of a TAILQ for the ccb free list. Order doesn'tmk2010-06-281-7/+7
* Remove all adapter-specific 'struct scsi_device's. They are never used. Firstkrw2010-06-281-6/+1
* New scsi code seems to be stable. Pluck previously identifiedkrw2010-05-201-5/+1
* BUS_DMA_ZERO instead of alloc, map, bzero.oga2010-05-191-4/+2
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* Change the scsi_cmd function member of scsi_adapter from int tokrw2010-03-231-10/+6
* Zap all setting of ITSDONE in drivers that don't look at it. Nobodykrw2010-01-091-8/+1
* set ITSDONE on the xs before calling scsi_done()dlg2009-08-131-1/+5
* Extend the scsi_adapter minphys() callback to take a struct scsi_link *miod2009-02-161-3/+3
* Increase the size of the diskinfo struct, which has grownjsg2008-07-171-13/+32
* Hook up the blinkenleds.jsg2008-06-271-1/+45
* wait for the marvell firmware to become ok.dlg2007-11-051-1/+16
* start providing function pointers to differentiate between the intel anddlg2007-11-041-15/+20
* very initial foundation for splitting things up to support both thedlg2007-11-041-23/+64
* the 1200 and 1202 shoudl work fine too.dlg2007-11-041-1/+3
* shrink the intr establish code a bit. all that intrstr handling is cruft.dlg2007-10-301-7/+3
* the marvell based boards have difference registers to the current intel iopdlg2007-10-301-106/+108
* if we cant query the firmware or allocate ccbs then clean up the pcidlg2007-10-301-3/+14
* the arc fimware can be configured with a password that is used todlg2007-10-271-4/+9
* arc supports more than just SATA hbas, so dont say the ports are alwaysdlg2007-10-221-2/+2
* More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' wherekrw2007-10-011-7/+4
* Use the full 64 bits available when reporting sizes; now bioctl showsotto2007-07-111-6/+13
* rework sensor tasks to use the kernels generic workq rather than a specialdlg2007-06-241-2/+2
* sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot mediatodd2007-05-291-1/+7
* Add missing arguments to printf.ray2007-05-201-8/+9
* more grammar fixups; from bret lambert and myselfjmc2007-03-271-4/+4