Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-14 | back out SMM lockdown patch until some other solution is found. | Theo de Raadt | |
SMM lockdown breaks apm on a few machines. | |||
2005-05-29 | Lock SMM space on Intel E7xxx chipsets, too. | Alexander Yurchenko | |
2005-05-29 | Remove debug printf I left. | Alexander Yurchenko | |
2005-05-19 | Lock down SMM space on i82810 MCH and later chips in case BIOS | Alexander Yurchenko | |
didn't it already for us. Reported by loic.duflot@sgdn.pm.gouv.fr via deraadt@. ok deraadt@ weingart@ | |||
2005-03-09 | access to the configuration address register of the 82443BX host bridge needs | Hans-Joerg Hoexer | |
to be 32bit aligned. deraadt@ just commit | |||
2005-01-13 | HTML page does not seem to exist anymore so point to the PDF for now. | Brad Smith | |
2005-01-12 | Intel 82443BX DRAM address errata seems to be fixed in the latest revisions | Alexander Yurchenko | |
of the chipset. Inspired from netbsd pr by scottr@NetBSD.org. ok theo | |||
2004-11-23 | Use pci_matchbyid() for matching crazy VIA power management controllers | Alexander Yurchenko | |
and add a few ones. ``valiay'' mickey@ | |||
2003-11-07 | update the ref to fips; from jared yanovich | Michael Shalayeff | |
2003-10-05 | do not panic if microtime does not work to measure rng performance; from ↵ | Michael Shalayeff | |
andrisp@hipo.lv | |||
2003-06-03 | three four kill | Michael Shalayeff | |
2003-01-08 | do not match on via866 smbus controller; reported and tested by grange@ | Michael Shalayeff | |
2002-09-23 | For serverworks chipsets: instead of trying to prevent attaching the same bus | Nathan Binkert | |
multiple times by restricting matches based on device id and revision, keep track of the bus numbers that were attached, and don't reattach them a second time. ok deraadt | |||
2002-08-22 | match more serverworks "double bridges", based on discussions with nate and | Theo de Raadt | |
brad | |||
2002-07-12 | support for the agp gart on various agp chipsets. | Michael Shalayeff | |
only i810 driver was tested though. based on the netbsd's lkm, initially ported by hunter@dg.net.ua and later made into shape by mickey. testing by art@ and millert@ . | |||
2002-06-12 | pci revision is in the class field, not the id (some ppl just refuse to ↵ | Michael Shalayeff | |
follow the rules)' pt out by patrik@lindergren.com | |||
2002-05-10 | on ServerWorks CNB20HE Host: | Michael Shalayeff | |
do not synthesyse secondary pci bus on the pchb0 rev 0x23 OR pchb1 w/ any revision. prompted by frisco@blackant.net in pr#2642 | |||
2002-05-06 | Try to deal with the pci shadow bus issue by disabling a specific chip | Nathan Binkert | |
revision of the CNB20HE that always seems to be involved in the shadow bus. This is definately not the right way to do things. The correct way is to try to figure out that the bus is being detected for the second time. ok deraadt | |||
2002-04-28 | Machines with the Serverworks CNB20HE chipset also have a CIOB20 i/o bridge. | Nathan Binkert | |
Instead of attaching pci busses to the CNB20HE, attach them to the CIOB20. This fixes problems where many of these machines will not attach a second pci bus. This also like Theo's previous diff prevents the shadow bus from appearing. Ok deraadt. | |||
2002-04-24 | be much more picky about which RCC products are multi-bridges | Theo de Raadt | |
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 | |