summaryrefslogtreecommitdiffstats
path: root/sys/arch/i386/pci/pcibios.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sizes for free(); ok semariederaadt2015-09-081-2/+4
* convert several malloc(9) to mallocarray(9).semarie2015-09-081-2/+2
* Include executable mapping for BIOS32 pages. Fixes a problem where mappingsmlarkin2015-07-171-1/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-3/+3
* Appease LLVM's integrated assembler.brad2013-11-281-3/+3
* Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_tsf2013-10-011-3/+3
* Use %z* for size_tsf2013-10-011-2/+2
* __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andmiod2010-11-201-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4)deraadt2007-12-051-2/+2
* typo fixes; didickman@gmailderaadt2007-03-191-2/+2
* Revert PAE pmap for now, until the strange bug is found. This stopstom2007-02-201-2/+2
* Nuke all commons but one, and enable --warn-common in LINKFLAGS.miod2006-11-291-1/+2
* ansi/deregisterjsg2006-09-191-30/+14
* implement separate PAE pmap that allows access to 64g of physmemmickey2006-04-271-2/+2
* replace magic numbers w/ a proper sizeof; from peter@mickey2005-01-081-4/+6
* silence real gcc 3.3.5espie2005-01-041-2/+3
* rev not rev.deraadt2004-08-091-3/+3
* three four killmickey2003-06-031-6/+1
* i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.drahn2003-04-171-5/+5
* check upon the pir length prior to using it, ignore short tables; from henric@attbi.commickey2002-07-121-3/+6
* Some laptops (such as the Toshiba Libretto L series) use _PIR insteadmillert2002-03-211-2/+8
* First round of __P removal in sysmillert2002-03-141-12/+12
* always print the icu we've foundmickey2001-05-121-12/+2
* shorter thus better printingsmickey2001-02-281-4/+4
* patchable no verbose default pcibios_flagsmickey2001-01-271-3/+2
* change interrupt routing strategy from simplemickey2001-01-271-44/+21
* put pci_intr_fixup.h into pcibiosvar.h; billions of tiny headers for nothingmickey2001-01-251-2/+1
* put pci_addr_fixup.h into pcibiosvar.h as well,mickey2001-01-241-2/+1
* elliminate pci_bus_fixup.h by movingmickey2001-01-241-2/+1
* rename pcibios.h to pcibiosvar.hderaadt2000-10-311-2/+2
* protect %edx when calling biosmickey2000-10-161-2/+2
* a little verbosity on probe, a little caution on bios callsmickey2000-10-161-8/+23
* this follows the dox, saying that %ds should be loaded w/mickey2000-09-221-15/+21
* check out the bios device name we are probed w/ to not probe on apmmickey2000-09-201-2/+4
* do not call pcibios_pir_init() if intr_fixup was disabled; also, sync w/ latetest netbsd developmentsmickey2000-09-071-80/+74
* init pcibios_flags to -1, so if pcibios is disabled in ukc all looks disabledmickey2000-09-051-2/+2
* update netbsd rcsid, which we seem to be up tomickey2000-09-041-2/+2
* fix dmesg outputderaadt2000-09-041-44/+65
* export pcibios config flagsmickey2000-09-041-5/+8
* pcibios0 at bios0 flags 0x0000mickey2000-08-171-49/+78
* sync w/ netbsd almost -current code (;mickey2000-08-081-5/+71
* dummy me, forgot \n in panic->printf transitionmickey2000-07-061-2/+2
* don't panic for nothingmickey2000-07-061-3/+3
* fix netbsd rcsids up.mickey2000-03-281-2/+2
* add missing OpenBSD RCS IDsbrad2000-03-271-0/+1
* from netbsd: pci interrupt routing code.mickey2000-03-261-0/+475