summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-05-31Better English.Aaron Campbell
2000-05-31syncTheo de Raadt
2000-05-31another pci-pci bridgeTheo de Raadt
2000-05-30-symtab +clkf_intrMichael Shalayeff
2000-05-30no need to include vm/vm.hMichael Shalayeff
2000-05-30elf_ldsym, increase boot minor versionMichael Shalayeff
2000-05-30aout_ldsym, increase boot minor versionMichael Shalayeff
2000-05-30split symbol loading for a.out into a separate routine (tested on i386)Michael Shalayeff
add symbol loading for elf (tested on hppa)
2000-05-30stiMichael Shalayeff
2000-05-30new driver for sti graphics.Michael Shalayeff
2000-05-30sti 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-30add sti graphics available in pci and sgc form factorsMichael Shalayeff
2000-05-30a few more codes ids from vendor docsMichael Shalayeff
2000-05-30add ich at pciMichael Shalayeff
2000-05-30audio driver for intel 810/820/440MX i/o controller hub ac'97 .Michael Shalayeff
820 and 440MX are untested, but should work.
2000-05-30regenMichael Shalayeff
2000-05-30440MX chipset definionsMichael Shalayeff
2000-05-30Changes 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-30Changes 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-30Oops. conversion braino.Artur Grabowski
Noted by miod@
2000-05-30syncTheo de Raadt
2000-05-30oopsTheo de Raadt
2000-05-30hours vs minutes; pr 769 from mfriedl@fau.deMichael Shalayeff
2000-05-30syncTheo de Raadt
2000-05-30more device descriptionsTheo de Raadt
2000-05-29OR the values in misc within cftable entry; in iospace, irq and miscFederico 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-29Add tqphy; needed for 3c574 support in ep(4).Aaron Campbell
2000-05-29Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD.Aaron Campbell
2000-05-29preparing for AX88190 support; from NetBSD.Federico G. Schwindt
2000-05-29syncFederico G. Schwindt
2000-05-29new products.Federico G. Schwindt
2000-05-29better MI supportTheo de Raadt
2000-05-28do 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-28Bugfix pmap_activate.Artur Grabowski
From NetBSD.
2000-05-28Disable cross for UVM until I figure out what the #$%&! is happening in here.Artur Grabowski
2000-05-28UVM. kmem_alloc -> uvm_km_zalloc. And one ugly construction -> uvm_km_valloc.Artur Grabowski
2000-05-28UVM. grow -> uvm_grow, useracc -> uvm_useracc.Artur Grabowski
2000-05-28missing arguments and typos.Artur Grabowski
2000-05-27Fix a bunch of typos.Artur Grabowski
2000-05-27UVM. useracc -> uvm_useracc.Artur Grabowski
2000-05-27oops. remove "line noise".Artur Grabowski
2000-05-27UVM. grow -> uvm_growArtur Grabowski
2000-05-27kcopy, needed by UVM.Artur Grabowski
From NetBSD.
2000-05-27Even more name changes for UVM.Artur Grabowski
2000-05-27Need to include <vm/vm.h> for round_page.Artur Grabowski
2000-05-27UVM support.Artur Grabowski
Just some changes of function names. *yawn*
2000-05-27UVM support.Artur Grabowski
From NetBSD.
2000-05-27use 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-27UVM support. (kernacc -> uvm_kernacc)Artur Grabowski
2000-05-27uvm support.Artur Grabowski
Buffer cache allocation code from NetBSD.