summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-01-27ignore swizzling on i386.Michael Shalayeff
2001-01-27change interrupt routing strategy from simpleMichael Shalayeff
2001-01-27introduce and use a flag indicating that interrupts areMichael Shalayeff
2001-01-27enable USBVERBOSETheo de Raadt
2001-01-27syncTheo de Raadt
2001-01-27re-arrange tables as pcidevs was changed; huge space savingsTheo de Raadt
2001-01-27shrink this a lot; when you boot your kernel, do you need to know that a comp...Theo de Raadt
2001-01-27Unbreak the top macros. I guess they had never been used before.Miod Vallat
2001-01-27syncTheo de Raadt
2001-01-27split vendor & product lists into 2 tables, saving 12KTheo de Raadt
2001-01-26more special regs definitions; use names from pctr.h for those it usesMichael Shalayeff
2001-01-26define large page frame mask; also remove trailing spacesMichael Shalayeff
2001-01-26constify BA1Michael Shalayeff
2001-01-26constify neo-coefficentsMichael Shalayeff
2001-01-26regenMichael Shalayeff
2001-01-26bt760 ether, fix bt763eMichael Shalayeff
2001-01-26regenMichael Shalayeff
2001-01-26constify pci_knowndevsMichael Shalayeff
2001-01-26regenMichael Shalayeff
2001-01-26constify eisa_knowndevsMichael Shalayeff
2001-01-26constify nam2blkMichael Shalayeff
2001-01-26regenMichael Shalayeff
2001-01-26alphabetize cis-only vendor listMichael Shalayeff
2001-01-26match on zoom air-4000, as it has been reported by Ian Cass <ian.cass@knowled...Michael Shalayeff
2001-01-26regenMichael Shalayeff
2001-01-26zoom air-4000; from Ian Cass <ian.cass@knowledge.com>Michael Shalayeff
2001-01-26fix compile error by including compat_dir.hMarco S Hyman
2001-01-25constify cpuid tablesMichael Shalayeff
2001-01-25fix comment.Brad Smith
2001-01-25print cpu speed in GHz rounded to 2 digits after pointMichael Shalayeff
2001-01-25detect Transmeta cpusTheo de Raadt
2001-01-25spellingTodd T. Fries
2001-01-25fill in rval[1] return value for non signal return other than 0 (normal).Dale Rahn
2001-01-25make code for searching in pcibios's addr allocationMichael Shalayeff
2001-01-25put pci_intr_fixup.h into pcibiosvar.h; billions of tiny headers for nothingMichael Shalayeff
2001-01-24put pci_addr_fixup.h into pcibiosvar.h as well,Michael Shalayeff
2001-01-24elliminate pci_bus_fixup.h by movingMichael Shalayeff
2001-01-24Optimization base on looking at generated asm code.Dale Rahn
2001-01-24Always do MACHINE_NEW_NONCONTIG, not based on UVM or not.Dale Rahn
2001-01-24Attempt to update powerpc pmap module to MACHINE_NEW_NONCONTIGDale Rahn
2001-01-24Remove block of "#if 0"ed code.Dale Rahn
2001-01-24pass the address of the current instruction to allow better "pc relative"Dale Rahn
2001-01-24syncTheo de Raadt
2001-01-24another ati cardTheo de Raadt
2001-01-24Not killing an application when the application does something wrongArtur Grabowski
2001-01-24syncTheo de Raadt
2001-01-24transmeta cpu fake pci devicesTheo de Raadt
2001-01-24Sample options for KGDB. (commented out)Hugh Graham
2001-01-24KGDB for i386 from NetBSD via niklas, with tweaks and accommodations.Hugh Graham
2001-01-24regen with correct rcs idTodd C. Miller