summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/safereg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove PCI vendor/product defines which duplicate those in pcidevsjsg2009-05-231-6/+1
|
* most of the infrastructure to support public key operation. This is justjason2003-08-201-9/+12
| | | | a snapshot of work in progress (doesn't work correctly yet).
* correct length maskjason2003-08-141-2/+2
|
* - remove some uneeded junk (mainly leftovers from ubsec cut/paste)jason2003-08-141-34/+35
| | | | | | | | | - fix interrupt printing - make shared structure entries volatile to ensure ordering - swap the key, iv, and mackey arguments appropriately - treat particle descriptor as two 32 elements (necessary for swabbing) - set the endian control byte correctly and flip off swabbing on the packet data (now works on macppc)
* safenet 1141 driver from freebsd (sam at errno):jason2003-08-121-0/+414
this is a completely hacked up version, complaints should be to me not sam =)