Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-06 | compatibilty -> compatibility | Aaron Campbell | |
2002-06-06 | regen | Michael Shalayeff | |
2002-06-06 | bunch of nvidia chips; form Dries Schellekens <gwyllion@ace.ulyssis.org> via ↵ | Michael Shalayeff | |
pr2730 | |||
2002-06-06 | match more cards | Niklas Hallqvist | |
2002-06-06 | sync | Niklas Hallqvist | |
2002-06-06 | GDT product sync | Niklas Hallqvist | |
2002-06-06 | sync; ok deraadt@ | Dan Harnett | |
2002-06-06 | add ATI Rage 128 TF; ok deraadt@ | Dan Harnett | |
2002-06-06 | fix stereo handling on bktr, remove dead code from fms (now that radio does ↵ | Michael Shalayeff | |
attachment properly; from jumbo@ | |||
2002-06-05 | steal'' performance calculating loop from pchb.c and have a uniform output | Michael Shalayeff | |
2002-06-05 | regen | Michael Shalayeff | |
2002-06-05 | a driver for the rng on the amd768 power management device (no actual power ↵ | Michael Shalayeff | |
management capabilities are supported yet; from netbsd | |||
2002-06-04 | limit number of rng's passed up per tick to 32; suggested by mickey. | Jason Wright | |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-06-03 | regen | Michael Shalayeff | |
2002-06-03 | add 8233 pci-isa and some uniformity in tabs and spaces | Michael Shalayeff | |
2002-06-03 | probe for flavours, aps and audigy still need more work though | Michael Shalayeff | |
2002-06-03 | spell transceiver correctly | Theo de Raadt | |
2002-06-03 | detect stereo reception; from jumbo@ | Michael Shalayeff | |
2002-06-03 | wrong cutnpaster; problem reported by Tim Tickel <twt@globodom.com> via pr2711 | Michael Shalayeff | |
2002-06-03 | regen | Michael Shalayeff | |
2002-06-03 | Guillemot/maxiradio was a rebadged gemtek/pr103. | Michael Shalayeff | |
the mr(4) was not really tested and therefore is now replaced w/ a tested gtp(4), renamed pci ids too. from jumbo@ | |||
2002-06-02 | withough -> without | Theo de Raadt | |
2002-06-02 | Skeleton driver for the NetOctave NSP2000 (only supports RNG at the moment) | Jason Wright | |
2002-06-02 | sync | Theo de Raadt | |
2002-06-02 | missing first port on titan 800L; noted via seb@script.jussieu.fr | Theo de Raadt | |
2002-06-02 | duplicate vendor | Theo de Raadt | |
2002-06-02 | knf, spaces, no \n in panic | Michael Shalayeff | |
2002-05-31 | put the right thing into the audio name; pt out by Sebastian Stark ↵ | Michael Shalayeff | |
<seb@todesplanet.de> | |||
2002-05-31 | Support for "Intel PRO/100 VM" w/ id 0x1038. | Mike Pechkin | |
art@ ok | |||
2002-05-30 | proper support for vt8233; from freebsd; tested by Jolan Luff ↵ | Michael Shalayeff | |
<jolan@encryptedemail.net> | |||
2002-05-29 | there is no need to store ioaddr/iosize into the softc | Michael Shalayeff | |
2002-05-29 | oops | Michael Shalayeff | |
2002-05-29 | oops | Michael Shalayeff | |
2002-05-29 | regen | Michael Shalayeff | |
2002-05-29 | i830 and 80312 chps; from form@ | Michael Shalayeff | |
2002-05-28 | fix the fms attachment printfs and move out the radio parts to the ↵ | Michael Shalayeff | |
fmsradio.c; from jumbo@ and some fixes from mickey@ | |||
2002-05-27 | sunix is 8x speed serial | Theo de Raadt | |
2002-05-23 | sync | Theo de Raadt | |
2002-05-23 | correct pci id for the sunix 8 port puc | Theo de Raadt | |
2002-05-22 | regen | Michael Shalayeff | |
2002-05-22 | another 4800 weirdo from cisco; from condor@vcable.net | Michael Shalayeff | |
2002-05-17 | Handle the removal of 'const' from structure definition. | mjacob | |
Do not attach to AMI Raid Units (known via Sub Vendor ID) because they really *aren't* quite a QLogic ISP device, now are they? Split 2300 from 2312 types. Turn off pci parity for 2300s (per QLogic errata). Add missing ISPR2HST_RIO_16 case. At isp_pci_reset1 time, turn on interrupts if we say it's okay to do so. | |||
2002-05-17 | simplify dmesg printout (all models have all crypto) | Theo de Raadt | |
2002-05-16 | DARPA blurb | Jason Wright | |
2002-05-16 | Normalize the exponent too. This allows exponents with bit lengths different | Jason Wright | |
from base/modulus to work on 5805. | |||
2002-05-16 | more register defns | Jason Wright | |
2002-05-16 | Re-enable RNG on the 5601 (it needs to be disabled on some 5805 variants, | Jason Wright | |
but I'm not sure which revisions yet). | |||
2002-05-15 | Driver for the Hifn 7814/7851/7854 HIPP1 processors; currently only supports | Jason Wright | |
the public key engine (very much like the 6500, surprise) and the rng. | |||
2002-05-15 | Rework MODEXP: | Jason Wright | |
5805 (and 5601) require the modulus and base to be normalized to the right of one of several different register lengths. The result is also normalized to the same length. Provide functions for shifting the bits back and forth as appropriate. Note: for consistencies sake the exponent is NOT normalized. |