Age | Commit message (Expand) | Author |
2010-11-20 | __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt |
2007-03-19 | typo fixes; didickman@gmail | Theo de Raadt |
2007-02-20 | Revert PAE pmap for now, until the strange bug is found. This stops | Tom Cosgrove |
2006-11-29 | Nuke all commons but one, and enable --warn-common in LINKFLAGS. | Miod Vallat |
2006-09-19 | ansi/deregister | Jonathan Gray |
2006-04-27 | implement separate PAE pmap that allows access to 64g of physmem | Michael Shalayeff |
2005-01-08 | replace magic numbers w/ a proper sizeof; from peter@ | Michael Shalayeff |
2005-01-04 | silence real gcc 3.3.5 | Marc Espie |
2004-08-09 | rev not rev. | Theo de Raadt |
2003-06-03 | three four kill | Michael Shalayeff |
2003-04-17 | i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep. | Dale Rahn |
2002-07-12 | check upon the pir length prior to using it, ignore short tables; from henric... | Michael Shalayeff |
2002-03-21 | Some laptops (such as the Toshiba Libretto L series) use _PIR instead | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-05-12 | always print the icu we've found | Michael Shalayeff |
2001-02-28 | shorter thus better printings | Michael Shalayeff |
2001-01-27 | patchable no verbose default pcibios_flags | Michael Shalayeff |
2001-01-27 | change interrupt routing strategy from simple | Michael Shalayeff |
2001-01-25 | put pci_intr_fixup.h into pcibiosvar.h; billions of tiny headers for nothing | Michael Shalayeff |
2001-01-24 | put pci_addr_fixup.h into pcibiosvar.h as well, | Michael Shalayeff |
2001-01-24 | elliminate pci_bus_fixup.h by moving | Michael Shalayeff |
2000-10-31 | rename pcibios.h to pcibiosvar.h | Theo de Raadt |
2000-10-16 | protect %edx when calling bios | Michael Shalayeff |
2000-10-16 | a little verbosity on probe, a little caution on bios calls | Michael Shalayeff |
2000-09-22 | this follows the dox, saying that %ds should be loaded w/ | Michael Shalayeff |
2000-09-20 | check out the bios device name we are probed w/ to not probe on apm | Michael Shalayeff |
2000-09-07 | do not call pcibios_pir_init() if intr_fixup was disabled; also, sync w/ late... | Michael Shalayeff |
2000-09-05 | init pcibios_flags to -1, so if pcibios is disabled in ukc all looks disabled | Michael Shalayeff |
2000-09-04 | update netbsd rcsid, which we seem to be up to | Michael Shalayeff |
2000-09-04 | fix dmesg output | Theo de Raadt |
2000-09-04 | export pcibios config flags | Michael Shalayeff |
2000-08-17 | pcibios0 at bios0 flags 0x0000 | Michael Shalayeff |
2000-08-08 | sync w/ netbsd almost -current code (; | Michael Shalayeff |
2000-07-06 | dummy me, forgot \n in panic->printf transition | Michael Shalayeff |
2000-07-06 | don't panic for nothing | Michael Shalayeff |
2000-03-28 | fix netbsd rcsids up. | Michael Shalayeff |
2000-03-27 | add missing OpenBSD RCS IDs | Brad Smith |
2000-03-26 | from netbsd: pci interrupt routing code. | Michael Shalayeff |