summaryrefslogtreecommitdiffstats
path: root/sys/mips/idt/idtpci.c
Commit message (Collapse)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
| | | | | | | | | | one. Interestingly, these are actually the default for quite some time (bus_generic_driver_added(9) since r52045 and bus_generic_print_child(9) since r52045) but even recently added device drivers do this unnecessarily. Discussed with: jhb, marcel - While at it, use DEVMETHOD_END. Discussed with: jhb - Also while at it, use __FBSDID.
* Make compile again using proper protoypes forbz2009-06-171-2/+2
| | | | pcib_read/write_config DEVMETHOD.
* o Code cleanup, remove unused fields of idtpci_softcgonzo2009-01-141-7/+0
|
* Fix path in all includes: remove /mips32 subdirectorygonzo2008-09-101-1/+1
|
* As discussed on IRC and at BSDcan, move the mips32/* directories up aimp2008-07-061-0/+565
level. The distinction was artificial. Some more movement around the deck charis is likely depending on the fallout from this one. Paths were corrected after the svn mv. Hope that's OK.
OpenPOWER on IntegriCloud