summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros/apb.c
Commit message (Collapse)AuthorAgeFilesLines
* bus_add_child: change type of order parameter to u_intavg2010-09-101-2/+2
| | | | | | | | | | This reflects actual type used to store and compare child device orders. Change is mostly done via a Coccinelle (soon to be devel/coccinelle) semantic patch. Verified by LINT+modules kernel builds. Followup to: r212213 MFC after: 10 days
* - Add intr counters for APB interruptsgonzo2009-11-181-2/+11
|
* - style(9) fixesgonzo2009-05-261-5/+9
| | | | - Get rid of obsolete mask_fn
* - Remove garbage debug outputgonzo2009-05-141-2/+0
|
* - Handle memory requests on apb level, do not pass them up togonzo2009-05-061-5/+23
| | | | | | nexus - Unmask IRQ in bus_intr_setup - Do not count timer IRQ (IRQ0) as stray
* - Revert changes accidentally killed by merge operationgonzo2009-04-141-0/+433
OpenPOWER on IntegriCloud