Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-27 | introduce and use a flag indicating that interrupts are | Michael Shalayeff | |
enabled for this cbb. essentially this means that cbb driver has completed it's initialization and is ready to treat interrupts. this was exposed by ccb's sharing their interrupt and pccbbintr() being called for cbb which has not completed attachment due to interrupt sharing. | |||
2001-01-27 | enable USBVERBOSE | Theo de Raadt | |
2001-01-27 | sync | Theo de Raadt | |
2001-01-27 | re-arrange tables as pcidevs was changed; huge space savings | Theo de Raadt | |
2001-01-27 | shrink this a lot; when you boot your kernel, do you need to know that a ↵ | Theo de Raadt | |
company is a Ltd? No, I did not think so | |||
2001-01-27 | Unbreak the top macros. I guess they had never been used before. | Miod Vallat | |
2001-01-27 | sync | Theo de Raadt | |
2001-01-27 | split vendor & product lists into 2 tables, saving 12K | Theo de Raadt | |
2001-01-26 | more special regs definitions; use names from pctr.h for those it uses | Michael Shalayeff | |
2001-01-26 | define large page frame mask; also remove trailing spaces | Michael Shalayeff | |
2001-01-26 | constify BA1 | Michael Shalayeff | |
2001-01-26 | constify neo-coefficents | Michael Shalayeff | |
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | bt760 ether, fix bt763e | Michael Shalayeff | |
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | constify pci_knowndevs | Michael Shalayeff | |
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | constify eisa_knowndevs | Michael Shalayeff | |
2001-01-26 | constify nam2blk | Michael Shalayeff | |
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | alphabetize cis-only vendor list | Michael Shalayeff | |
2001-01-26 | match on zoom air-4000, as it has been reported by Ian Cass ↵ | Michael Shalayeff | |
<ian.cass@knowledge.com> | |||
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | zoom air-4000; from Ian Cass <ian.cass@knowledge.com> | Michael Shalayeff | |
2001-01-26 | fix compile error by including compat_dir.h | Marco S Hyman | |
2001-01-25 | constify cpuid tables | Michael Shalayeff | |
2001-01-25 | fix comment. | Brad Smith | |
2001-01-25 | print cpu speed in GHz rounded to 2 digits after point | Michael Shalayeff | |
2001-01-25 | detect Transmeta cpus | Theo de Raadt | |
2001-01-25 | spelling | Todd T. Fries | |
2001-01-25 | fill in rval[1] return value for non signal return other than 0 (normal). | Dale Rahn | |
Found when playing with threads. | |||
2001-01-25 | make code for searching in pcibios's addr allocation | Michael Shalayeff | |
extents common for both io and mem and private to pcibios. | |||
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 | |
all it had were a struct and a proto. | |||
2001-01-24 | elliminate pci_bus_fixup.h by moving | Michael Shalayeff | |
pci_bus_fixup() proto into pcibiosvar.h | |||
2001-01-24 | Optimization base on looking at generated asm code. | Dale Rahn | |
also change type of a variable from (void) * to (char *) since it is incremented as if a (char *). | |||
2001-01-24 | Always do MACHINE_NEW_NONCONTIG, not based on UVM or not. | Dale Rahn | |
2001-01-24 | Attempt to update powerpc pmap module to MACHINE_NEW_NONCONTIG | Dale Rahn | |
configuration. modernize for UVM. Does not yet work with UVM, but does seem more stable than older version with old VM. This may be in part due to a kludge that only uses the largest memory region instead of all of the memory regions. a bug in the MD MNN code is suspected. | |||
2001-01-24 | Remove block of "#if 0"ed code. | Dale Rahn | |
2001-01-24 | pass the address of the current instruction to allow better "pc relative" | Dale Rahn | |
disassembly. | |||
2001-01-24 | sync | Theo de Raadt | |
2001-01-24 | another ati card | Theo de Raadt | |
2001-01-24 | Not killing an application when the application does something wrong | Artur Grabowski | |
encourages not fixing the application. SIGBUS on unaligned access. | |||
2001-01-24 | sync | Theo de Raadt | |
2001-01-24 | transmeta cpu fake pci devices | Theo de Raadt | |
2001-01-24 | Sample options for KGDB. (commented out) | Hugh Graham | |
2001-01-24 | KGDB for i386 from NetBSD via niklas, with tweaks and accommodations. | Hugh Graham | |
Tested by various, vetted by mickey & theo. | |||
2001-01-24 | regen with correct rcs id | Todd C. Miller | |
2001-01-24 | Matrox G450 uses the same PCI id as the G400 | Todd C. Miller | |
2001-01-23 | sync | Chris Cappuccio | |