aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mvs/mvs_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Add PNP info to PCI attachments of cbb, cxgb, ida, iwn, ixl, ixlv,Warner Losh2018-09-261-0/+2
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Replace 0 with NULL for pointers in misc. device drivers.Pedro F. Giffuni2016-04-121-1/+1
* Fix some more long -> rman_res_tJustin Hibbits2016-03-211-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+2
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-231-1/+1
* Initialize variables before resource_int_value().Alexander Motin2014-09-121-0/+1
* Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent busesAlexander Motin2013-04-181-0/+8
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-221-1/+1
* Move the device_delete_all_children() function from usb_util.cHans Petter Selasky2011-11-191-7/+2
* Some style cleanup:Alexander Motin2010-10-201-1/+0
* Fill rman range start/end values. It makes devinfo output more readable.Alexander Motin2010-05-221-0/+2
* Report ATA/SATA channel number to NewBus at location string.Alexander Motin2010-05-221-0/+11
* Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllersAlexander Motin2010-05-021-0/+507