Alexander Motin
3036de3c48
Reduce priority of ATA/SATA drivers.
...
Legacy ata(4) -> BUS_PROBE_LOW_PRIORITY; more functional ahci(4), siis(4),
mvs(4) -> BUS_PROBE_DEFAULT; BUS_PROBE_VENDOR leave for vendor drivers.
MFC after: 2 weeks
2015-03-23 19:47:52 +00:00
Alexander Motin
200b4021c6
Initialize variables before resource_int_value().
...
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>
2014-09-12 12:04:51 +00:00
Alexander Motin
ca11419237
Make siis(4) and mvs(4) send bus_get_dma_tag() requests to parent buses
...
passing real bus' child pointers instead of grandchilds.
Requested by: kib
2013-04-18 12:43:06 +00:00
Hans Petter Selasky
3b12bdb58f
Rename device_delete_all_children() into device_delete_children().
...
Suggested by: jhb @ and marius @
MFC after: 1 week
2011-11-22 21:56:55 +00:00
Hans Petter Selasky
11bcf702f4
Move the device_delete_all_children() function from usb_util.c
...
to kern/subr_bus.c. Simplify this function so that it no longer
depends on malloc() to execute. Identify a few other places where
it makes sense to use device_delete_all_children().
MFC after: 1 week
2011-11-19 10:11:50 +00:00
Alexander Motin
c0609c547a
Some style cleanup:
...
- remove commented debugging code;
- wrap long lines.
2010-10-20 07:22:34 +00:00
Alexander Motin
cc6b610bea
Fill rman range start/end values. It makes devinfo output more readable.
2010-05-22 08:30:47 +00:00
Alexander Motin
445cc79ca9
Report ATA/SATA channel number to NewBus at location string.
2010-05-22 07:32:47 +00:00
Alexander Motin
dd48af360f
Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllers
...
driver for CAM ATA subsystem. This driver supports same hardware as
atamarvell, ataadaptec and atamvsata drivers from ata(4), but provides
many additional features, such as NCQ, PMP, etc.
2010-05-02 19:28:30 +00:00