summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb/pccbb_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Hold off root mounting until we've gone through the loop of our threadimp2009-02-171-0/+1
* Correct signatures to match kobj function definitions.imp2009-02-041-7/+4
* Update to the interrupt handling code:imp2008-12-111-35/+58
* Use atomic_add_int rather than a simple ++ to ensure no cache races ifimp2008-12-071-1/+1
* Move to using filter for the change interrupts. Also rework the powerimp2008-12-051-19/+15
* Return BUS_PROBE_GENERIC rather BUS_PROBE_DEFAULT for generic CBB we match.imp2008-10-021-1/+1
* Don't forget to match on a CLASS of PCIC_BRIDGE as well as subclassimp2008-10-021-1/+4
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-0/+3
* Migrate from setting a CARD_OK flag in a shared word, to setting itsimp2007-06-041-2/+12
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Fix typo in commentimp2007-02-161-1/+1
* Batch of changes:imp2006-08-121-19/+25
* Move shutdown, and pci specific methods into pccbb_pci.c. Many moreimp2006-06-031-1/+66
* The interrupt routine is pci specific. Move it into pccbb_pci.c.imp2006-06-031-1/+71
* Fix a couple printf's to be properly terminated.imp2006-06-031-3/+3
* Export the pribus, secbus and subbus as sysctls for informationimp2006-05-241-18/+28
* Whitespace nitsimp2006-05-231-3/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* MFP4: More removal of unused stuff.imp2005-10-081-1/+0
* Fix bad compile. Pointy hat to: impimp2005-09-291-1/+1
* o Add a bunch of o2micro controller IDsimp2005-09-291-0/+7
* I added the device IDs to the header, but not to the table. Add themimp2005-09-291-0/+9
* Rename a bit to make it clearer that it enables routing of the functionimp2005-07-171-1/+1
* Omnibus power and interrupt fixes:imp2005-07-141-0/+1
* Not yet ready to burn this, so unmark power stuff.... non-type 0 busses still...imp2005-06-061-4/+0
* Since cbb implements the pcib_ interface, it must also implement theimp2005-04-131-0/+10
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-6/+3
* Use the standard FreeBSD license for these files.imp2005-01-131-7/+6
* /* -> /*- for a second clauseimp2005-01-111-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add recognition of O2Micro 711M1.imp2004-12-231-0/+1
* Don't need to declare cbb module. don't know why I never sawimp2004-08-161-1/+0
* Move towards isa attachment for pccbb. This is a work in progress, butimp2004-08-121-0/+655
OpenPOWER on IntegriCloud