summaryrefslogtreecommitdiff
path: root/sys/dev/mvs/mvs_pci.c
Commit message (Expand)AuthorAgeFilesLines
* mvs: Use device_set_desc(f)()Mark Johnston2024-06-091-3/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* mvs: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-1/+1
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-4/+4
* mvs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* 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