1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 20:08:02 +00:00
Jayachandran C. af444e780c Improve additional interrupt ACK for Broadcom XLP
Handling some interrupts in XLP (like PCIe and SATA) involves writing to
vendor specific registers as part of interrupt acknowledgement.

This was earlier done with xlp_establish_intr(), but a better solution
is to provide a function xlp_set_bus_ack() that can be used with
cpu_establish_hardintr(). This will allow platform initialization code to
setup these ACKs without changing the standrard drivers.
2015-02-27 00:57:09 +00:00
..
2015-02-25 06:20:42 +00:00
2015-02-15 14:25:00 +00:00
2015-02-22 18:57:28 +00:00
2015-02-23 12:54:46 +00:00
2015-02-26 16:05:09 +00:00