Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-12-31 | man says bus_space_map() returns non-zero, not negative on failure | Michael Shalayeff | |
2001-01-22 | this should make i850 and i860 hubs do RNG | Theo de Raadt | |
2000-12-29 | kiss in the rng; all those evil voices kept me pushing for it... | Michael Shalayeff | |
2000-12-25 | always read new byte from rng, then decide wheather to start a new cycle | Michael Shalayeff | |
2000-11-08 | Don't busy-wait for random data. | Artur Grabowski | |
Remove unnecessary splhigh. | |||
2000-10-23 | ok, i think all i82802-using host bridges are in here now | Theo de Raadt | |
2000-10-23 | Kbit | Theo de Raadt | |
2000-10-23 | i820 also does rng; art tested | Theo de Raadt | |
2000-10-19 | find RNG on i815 hub | Theo de Raadt | |
2000-09-15 | enable hw rng for vanilla 810; 10x for testing to Stephan Somogyi ↵ | Michael Shalayeff | |
<somogyi@gyroscope.net> | |||
2000-08-02 | add yauc about fips; also some ugly spaces | Michael Shalayeff | |
2000-07-18 | do not include random number in dmesg, per deraadt's suggestion. | Michael Shalayeff | |
instead, print rng number generation speed, measured. | |||
2000-06-15 | i840 chipset also has the true RNG (i82802 FWH). mickey@ ok. | Hakan Olsson | |
2000-06-13 | dmesg repair around pci sub-bus config | Theo de Raadt | |
2000-05-05 | 451NX machines now probe all pci busses; M.Drochner@fz-juelich.de | Theo de Raadt | |
2000-05-04 | assume all pchb made by ServerWorks act the same | Theo de Raadt | |
2000-05-01 | another RCC host bridge with a pci behind it | Theo de Raadt | |
2000-04-27 | newline manglings | Theo de Raadt | |
2000-04-26 | properly probe sub-pci busses for RCC ServerWorks chipsets | Theo de Raadt | |
2000-04-26 | add errata for 82443BX identified by smurph | Theo de Raadt | |
2000-04-21 | oops | Michael Shalayeff | |
2000-04-10 | add support for true RNG presented on the i82802 FWH. | Michael Shalayeff | |
it produces 1 byte at a time and has no ready irq, thus timeout driven. in fact w/ default hz=100 it produces up to 60% of gross entropy production in an average loaded desktop system. | |||
1998-03-03 | fix attach message | Theo de Raadt | |
1998-01-22 | Switch off CPU-PCI write posting for the Saturn chipset; it is known | Theo de Raadt | |
to cause problems with PCI busmasters; fvdl | |||
1998-01-20 | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it | Niklas Hallqvist | |
so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work | |||
1998-01-10 | catch all pci host bridges | Theo de Raadt | |
1998-01-07 | now this is really pretty | Theo de Raadt | |
1998-01-06 | pchb support | Theo de Raadt | |