summaryrefslogtreecommitdiffstats
path: root/sys/i386/pci/pci_pir.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate support for xen in to i386 common code.kmacy2008-08-151-1/+8
* More properly handle links who only have 1 valid IRQ in their bitmask. Thejhb2007-12-211-13/+12
* Don't dump the $PIR table under bootverbose. The pirtool program injhb2006-11-091-39/+0
* Note that pc98 specific defines maybe would be better in a header file.imp2005-09-081-0/+1
* - Ignore BIOS IRQs (that is, IRQ settings left by the BIOS or a previous OSjhb2005-07-131-1/+10
* Trust the settings programmed by the BIOS over what the $PIR says.jhb2005-04-141-18/+48
* Make a bunch of malloc types static.phk2005-02-101-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-011-2/+3
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-101-0/+1
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* - Create a pir0 psuedo device as a child of legacy0 if we attach a legacyjhb2004-05-041-6/+119
* Don't call the BIOS to route a link that has already been routed by thejhb2004-04-161-2/+3
* Rework the $PIR (aka PCIBIOS) PCI interrupt routing code and split it offjhb2004-02-181-609/+445
* Replace an outb() during the test for configuration mechanism #1 with ajhb2003-12-311-1/+1
* New APIC support code:jhb2003-11-031-49/+2
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-1/+1
* We represent PCI intpin's two different ways. One is the way that thejhb2003-09-101-1/+1
* PC98 uses different mask of IRQ.nyan2003-08-021-2/+8
* Add hw.pci.irq_override_mask, which is a mask of interrupts that areimp2003-08-011-0/+14
* Use __FBSDID().obrien2003-06-021-3/+3
* Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has beenpeter2003-02-181-129/+28
* MFp4:imp2002-11-141-1/+1
* MFp4:imp2002-11-021-10/+34
* Use 0xffffffff instead of -1 for id to compare against.imp2002-11-021-10/+11
* o go ahead and route the interupt, even if it is supposedly unique.imp2002-10-071-7/+12
* Don't call function in return() for a void function.phk2002-09-281-3/+5
* Put verbose printf's in the PCI BIOS interrupt routing code underjhb2002-09-231-1/+4
* Axe unused include.jhb2002-09-201-1/+0
* Make sure a $PIR table header has a valid length before accepting the tablejhb2002-09-091-1/+2
* Add a function pci_probe_route_table() that returns true if our PCI BIOSjhb2002-09-061-0/+19
* Dump the $PIR table if booting verbose.jhb2002-09-061-0/+3
* - Add a pci_cfgintr_valid() function to see if a given IRQ is a validjhb2002-09-061-1/+33
* Add support for printing out the contents of a PCI BIOS $PIR interruptjhb2002-09-061-2/+54
* Test PCIbios.ventry against 0 to see if we found a PCIbios entry point,jhb2002-09-051-2/+2
* style(9)ize the whole fileimp2002-07-211-474/+492
* Use a common function to map the bogus intlines.imp2002-06-011-11/+17
* Restore the irq=0 => irq=255 hack to pci_cfgintr_search(). Just havingbrooks2002-05-291-0/+8
* o Work around bugs in the powerof2 macro: It thinks that 0 is a power ofimp2002-04-241-12/+18
* Don't call the bios if the interrupt appaers to be already routed. Someimp2002-03-161-3/+3
* The Libretto L series has no $PIR table, but does have a _PIR table.imp2002-01-201-13/+22
* MFS: I was confused. This code wasn't in -current after all.imp2001-11-261-5/+14
* It turns out that while Toshiba laptops don't want to route interruptsimp2001-08-281-17/+10
* MFS: IRQ ordering, PRVERB and more whining in pcibios_get_version on failure.imp2001-08-271-30/+60
* The general conesnsus on irc was that pci bios for config registersimp2001-08-211-2/+25
* Detect a certain type of PCIBIOS brain damage. For some reason,peter2001-08-211-0/+13
* Un-swap irq/link byte values so that printf works.msmith2001-05-111-1/+1
* Free the memory we get from devclass_get_devices and device_get_children.msmith2001-02-081-3/+8
* Fix a warning due to missing prototype.peter2001-01-191-1/+1
* Remove declaration of airq variable from outer block. There were twobmilekic2001-01-121-1/+1
OpenPOWER on IntegriCloud