Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-31 | Better English. | Aaron Campbell | |
2000-05-31 | sync | Theo de Raadt | |
2000-05-31 | another pci-pci bridge | Theo de Raadt | |
2000-05-30 | -symtab +clkf_intr | Michael Shalayeff | |
2000-05-30 | no need to include vm/vm.h | Michael Shalayeff | |
2000-05-30 | elf_ldsym, increase boot minor version | Michael Shalayeff | |
2000-05-30 | aout_ldsym, increase boot minor version | Michael Shalayeff | |
2000-05-30 | split symbol loading for a.out into a separate routine (tested on i386) | Michael Shalayeff | |
add symbol loading for elf (tested on hppa) | |||
2000-05-30 | sti | Michael Shalayeff | |
2000-05-30 | new driver for sti graphics. | Michael Shalayeff | |
2000-05-30 | sti hp graphics, available in pci and hp-prop sgc bus form factors. | Michael Shalayeff | |
attach point for wsdisplay. a few problems may exist w/ certain prom versions. tested in byte- and word-wide modes. no support yet for multiple resolutions and fonts. pci not tested (obviously). | |||
2000-05-30 | add sti graphics available in pci and sgc form factors | Michael Shalayeff | |
2000-05-30 | a few more codes ids from vendor docs | Michael Shalayeff | |
2000-05-30 | add ich at pci | Michael Shalayeff | |
2000-05-30 | audio driver for intel 810/820/440MX i/o controller hub ac'97 . | Michael Shalayeff | |
820 and 440MX are untested, but should work. | |||
2000-05-30 | regen | Michael Shalayeff | |
2000-05-30 | 440MX chipset definions | Michael Shalayeff | |
2000-05-30 | Changes from NetBSD: | Federico G. Schwindt | |
* support for ax88190 cards * instead of using the first cfe entry, go thru the whole list. * change the code so cards with same id but different mac can be allowed (ibm infomover by instance) * on fail, be sure to unmap and/or free all the resources previously allocated; we really need to do this in the rest of the drivers * new products | |||
2000-05-30 | Changes from NetBSD: | Federico G. Schwindt | |
* support for ax88190 * set the memory size based on the ne2k type, changing the number of transmit buffers. * make ne2000_attach return some value so it can be used in pcmcia. * move code for dl10019 to the pcmcia part. | |||
2000-05-30 | Oops. conversion braino. | Artur Grabowski | |
Noted by miod@ | |||
2000-05-30 | sync | Theo de Raadt | |
2000-05-30 | oops | Theo de Raadt | |
2000-05-30 | hours vs minutes; pr 769 from mfriedl@fau.de | Michael Shalayeff | |
2000-05-30 | sync | Theo de Raadt | |
2000-05-30 | more device descriptions | Theo de Raadt | |
2000-05-29 | OR the values in misc within cftable entry; in iospace, irq and misc | Federico G. Schwindt | |
clean the flags before checking for particular capabilities. this is needed because we use a template that might end messing the flags. | |||
2000-05-29 | Add tqphy; needed for 3c574 support in ep(4). | Aaron Campbell | |
2000-05-29 | Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD. | Aaron Campbell | |
2000-05-29 | preparing for AX88190 support; from NetBSD. | Federico G. Schwindt | |
2000-05-29 | sync | Federico G. Schwindt | |
2000-05-29 | new products. | Federico G. Schwindt | |
2000-05-29 | better MI support | Theo de Raadt | |
2000-05-28 | do not treat bind(2) with IPv4 mapped address in a special way. | Jun-ichiro itojun Hagino | |
old code fails to check for port number duplicate. XXX should remove more IPv4 mapped code | |||
2000-05-28 | Bugfix pmap_activate. | Artur Grabowski | |
From NetBSD. | |||
2000-05-28 | Disable cross for UVM until I figure out what the #$%&! is happening in here. | Artur Grabowski | |
2000-05-28 | UVM. kmem_alloc -> uvm_km_zalloc. And one ugly construction -> uvm_km_valloc. | Artur Grabowski | |
2000-05-28 | UVM. grow -> uvm_grow, useracc -> uvm_useracc. | Artur Grabowski | |
2000-05-28 | missing arguments and typos. | Artur Grabowski | |
2000-05-27 | Fix a bunch of typos. | Artur Grabowski | |
2000-05-27 | UVM. useracc -> uvm_useracc. | Artur Grabowski | |
2000-05-27 | oops. remove "line noise". | Artur Grabowski | |
2000-05-27 | UVM. grow -> uvm_grow | Artur Grabowski | |
2000-05-27 | kcopy, needed by UVM. | Artur Grabowski | |
From NetBSD. | |||
2000-05-27 | Even more name changes for UVM. | Artur Grabowski | |
2000-05-27 | Need to include <vm/vm.h> for round_page. | Artur Grabowski | |
2000-05-27 | UVM support. | Artur Grabowski | |
Just some changes of function names. *yawn* | |||
2000-05-27 | UVM support. | Artur Grabowski | |
From NetBSD. | |||
2000-05-27 | use rijndael instead of blowfish because of faster key setup. | Niels Provos | |
break swap paritions into sections, each section has own encryption key. if a section's key becomes unreferenced, erase it. | |||
2000-05-27 | UVM support. (kernacc -> uvm_kernacc) | Artur Grabowski | |
2000-05-27 | uvm support. | Artur Grabowski | |
Buffer cache allocation code from NetBSD. |