summaryrefslogtreecommitdiffstats
path: root/sys/dev/pst
Commit message (Expand)AuthorAgeFilesLines
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-3/+1
* Convert files to UTF-8uqs2012-01-154-4/+4
* Pass the arguments to mtx_init() in the correct order. There should betruckman2012-01-111-1/+1
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-2/+2
* Use the correct type for iop_attach().stefanf2004-10-032-4/+6
* Flush the queue of minor fixes to pst.sos2004-09-153-5/+3
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+3
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-10/+13
* Dont re-arm the timeout twice on a timeout error.sos2003-09-081-5/+0
* Use __FBSDID().obrien2003-08-243-6/+9
* Prefer new location of pci include files (which have only been in theimp2003-08-223-6/+6
* Pull the pst driver out from under GAINT.sos2003-04-284-75/+151
* Instead of not grapping a request binfinish(ENOMEM) it if malloc fails.sos2003-04-021-1/+2
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-2/+2
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-12/+4
* NO_GEOM cleanup:phk2003-02-251-25/+12
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-7/+7
* Fxi support for the Promise SuperTrak 100, the PCI id was wrong.sos2002-12-201-2/+2
* Fix so it compiles with the new disklabel stuff.sos2002-09-271-5/+5
* use __packed.alfred2002-09-231-25/+25
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-9/+4
* Fix args for contigmalloc, cosmetics.sos2002-08-183-85/+88
* Finally first shot at a driver for the Promise SuperTrak SX6000 ATA RAIDsos2002-07-314-0/+1599
OpenPOWER on IntegriCloud