Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-08 | Credit DARPA/USAF appropriately. | Jason Wright | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | |||
2001-08-12 | remove redundant vm includes | Michael Shalayeff | |
2001-07-08 | Hifn has changed its company name, make the name consistent throughout | Brad Smith | |
the tree. Hi/fn, Hi/Fn and HiFn -> Hifn. -- Ok'd by deraadt@ | |||
2001-06-26 | routines for getting/putting data register numbers | Jason Wright | |
2001-06-26 | no need to print the BAR... test program uses dev/pci =) | Jason Wright | |
2001-06-26 | jack up the rng clock prescalar a bit | Jason Wright | |
define the rng address space | |||
2001-06-26 | cleaning and adding a bit of debugging code... next step: bignums from ↵ | Jason Wright | |
userland =) | |||
2001-06-26 | add support for hardware rng using default scalar (can generate up to a | Jason Wright | |
3Mbit/s stream, but we're not using that... yet). | |||
2001-06-26 | this is not a bus master | Jason Wright | |
2001-06-25 | New dma engine skeleton | Jason Wright | |