Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-23 | under some circumstances, such as on ppc, signature does not read all 32 ↵ | Michael Shalayeff | |
bits, check low 16 only | |||
2001-06-23 | Conform to new crypto_register() prototype | Angelos D. Keromytis | |
2001-06-23 | Conform to new prototype for crypto_register() | Angelos D. Keromytis | |
2001-06-23 | Go ahead and add the output checksum handling for tcp/udp (commented out) | Jason Wright | |
2001-06-23 | add some infrastructure for the public engine | Jason Wright | |
require reworking interrupt enable and status checking as well as a bit of initialization | |||
2001-06-23 | more 7951 specific bits and definitions | Jason Wright | |
2001-06-23 | merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts ↵ | Theo de Raadt | |
inside OpenSSL codebase | |||
2001-06-23 | sync. -moj | Mats O Jansson | |
2001-06-23 | Added Apple Pangea. -moj | Mats O Jansson | |
2001-06-23 | IPv4 transmit checksum offload handling | Jason Wright | |
2001-06-23 | - Add IPv4, UDP, and TCP RX checksum offloading support | Jason Wright | |
- Do not enable IPSEC offloading (don't know how that got there =) | |||
2001-06-23 | UDP and TCP bits are reversed with respect to documentation | Jason Wright | |
2001-06-23 | PCI bus configuration userland access from FreeBSD. | Matthieu Herrb | |
Will be used by XFree86 on powerpc (works on i386 too, but its not currently used). | |||
2001-06-23 | Disable interupts on the card before mapping and establishing the | Todd C. Miller | |
interupt. Fixes as race as noted by mickey@ | |||
2001-06-23 | enable attaching on pci35x models, seems to work ok | Michael Shalayeff | |
2001-06-23 | - put hw defines in *reg, software defines in *var, etc | Jason Wright | |
- clean up pub/rng initialization call - attempt to remove more intertex vestiges | |||
2001-06-22 | Fix lotsa bugs: | Jason Wright | |
- Hi/Fn length fields in command structures are 18 bits (feature!), but descriptor lengths are 16 bits. - define dmamap maximum lengths correctly (2^18 for total length, 2^16 for segments). - Make the defines more consistent, and add other modes - split source_count in command descriptors into a 16 bit length, and 16bit reserved part upshot: blocks as large as 2^18 - 8 work now for userland crypto | |||
2001-06-22 | add more ipsec commands | Jason Wright | |
2001-06-22 | Add support for RNG on 7951; many thanks to Soren Kristensen | Jason Wright | |
<soren@soekris.com> for donating the cards. | |||
2001-06-22 | KNF | Theo de Raadt | |
2001-06-21 | Add support for the Cyclades-Z multiport serial cards. | Nathan Binkert | |
This has not been thoroughly tested yet, so it's not going into GENERIC now. From NetBSD. | |||
2001-06-21 | sync | Theo de Raadt | |
2001-06-21 | shorten | Theo de Raadt | |
2001-06-20 | Comment spelling fix, and remove static regardless of | Niklas Hallqvist | |
CBB_DEBUG setting | |||
2001-06-20 | sync | Theo de Raadt | |
2001-06-20 | new gdt | Theo de Raadt | |
2001-06-19 | do not attach at i2o-configured adapter; pointed out by ad@netbsd.org | Michael Shalayeff | |
2001-06-18 | more more microcode (so it does not end up installed in includes, for one) | Theo de Raadt | |
2001-06-18 | move microcode | Theo de Raadt | |
2001-06-18 | kill a debug message that makes UBSEC_DEBUG useless | Theo de Raadt | |
2001-06-17 | regen | Michael Shalayeff | |
2001-06-17 | ICH3 network controller IDs; from netbsd | Michael Shalayeff | |
2001-06-16 | regen | Michael Shalayeff | |
2001-06-16 | a couple of better names (min size changes) | Michael Shalayeff | |
2001-06-16 | regen | Michael Shalayeff | |
2001-06-16 | ids for dpt/adaptec i20 raid | Michael Shalayeff | |
2001-06-14 | OOPS | Theo de Raadt | |
2001-06-14 | hackish auto-IV mode for IOV operations | Theo de Raadt | |
2001-06-14 | dst ring corruption fix; jason | Theo de Raadt | |
2001-06-14 | KNF | Theo de Raadt | |
2001-06-13 | From NetBSD, 82562 requires a nop before a resume (tested by mickey) | Jason Wright | |
2001-06-13 | typo spotted by Mike Pechkin <mpech@prosoft.org.lv> | Niklas Hallqvist | |
2001-06-13 | dmesg cleanup | Theo de Raadt | |
2001-06-13 | regen | Michael Shalayeff | |
2001-06-13 | cisco/aironet pci352; from Wolfgang Rupprecht <wolfgang@wsrcc.com> | Michael Shalayeff | |
2001-06-12 | interrupts cannot happen before | Michael Shalayeff | |
*hci cannot receive interrupts before it has been initialized. this was changed to accomodate the pcibios strategy change back in pre-2.9 times since *hci_init enables interrupts at it's end and thus unmapped pci interrupt hangs the machine in the endless loop trying to deliver it (and no hci handler to ack it). this new way we disable interrupts by hands before we map 'em on pci and thus ensure that they will not crash an uninitialized *hci which, in turn, will run right after the interrupt map/establish and by the time it enables *hci interrupts all gonna be just fine. please allow us to end this stretched remark for cvs is getting a power outage in less than 20 minutes. | |||
2001-06-12 | Make pci_mapreg_map take an extra argument where we can | Niklas Hallqvist | |
put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm. | |||
2001-06-11 | For PCI attachments print the CIS strings since otherwise all we have | Todd C. Miller | |
is info on the PCI -> PCMCIA dumb bridge and not the card itself. | |||
2001-06-10 | regen | Todd C. Miller | |
2001-06-10 | shorten some things I added at Theo's request | Todd C. Miller | |