Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-01-23 | AMD 755, 766 | Chris Cappuccio | |
2001-01-23 | recognize P4; testing by techsupport@lokmail.net, the unfortunate owner of ↵ | Theo de Raadt | |
such a thing | |||
2001-01-23 | build boot with -Os | Artur Grabowski | |
2001-01-23 | floppy configuration that works. | Artur Grabowski | |
fxp, de, pciide, ncr, isp and wscons (vga, tga and keyboard). CD support will be in another configuration. | |||
2001-01-23 | iha fits, cool | Theo de Raadt | |
2001-01-23 | Add machine/exec.h to allow machine to set ELFSIZE before using | Dale Rahn | |
ifdefing code based on if that define exists. OKed by theo. | |||
2001-01-23 | three small bugs pointed out by Adam <vt@ikp.pl> | Jason Wright | |
2001-01-23 | Restore the WDCF_IRQ_WAIT flag if the lower-level interrupt handler rejects | Aaron Campbell | |
the interrupt. Fixes hangs seen with CompactFlash cards in CardBus slots. Thanks to csapuntz@ for some pointers. Note: this was NetBSD PR/8639. | |||
2001-01-23 | Clamp malloc in compat_43_sys_getdirentries to 64k | Constantine Sapuntzakis | |
We should really get rid of all mallocs in the compat and VOP_READDIRs. | |||
2001-01-23 | SunOS, IBCS2, Linux, and SVR4 all require translations of directory entries | Constantine Sapuntzakis | |
from OpenBSD format to their respective native formats. A lot of common code here for interfacing with OpenBSD VOP_READDIR. Most of this code and logic has been moved to common/compat_dir.c When reading a portion of the directory, the compatibility layer registers a callback which is passed an OpenBSD-style dirent and the cookie/offset. | |||
2001-01-23 | Add Initio SCSI controller | Kenneth R Westerback | |
2001-01-23 | Add support for Initio INI-91xx SCSI Cards | Kenneth R Westerback | |
2001-01-23 | when the peer is disconnected before accept(2) is issued, | Jun-ichiro itojun Hagino | |
do not return junk data in mbuf (= sockaddr on accept(2)'s 2nd arg). set the length to zero. behavior checked with bsdi and freebsd. partial solution to NetBSD PR 12027 and 10698 (need more investigation). | |||
2001-01-23 | sync | Theo de Raadt | |
2001-01-23 | new ibm framebuffer | Theo de Raadt | |