summaryrefslogtreecommitdiff
path: root/sys/dev/pci/nofn.c
AgeCommit message (Collapse)Author
2008-05-22More timeout(9) usage cleaned up.Michael Knudsen
ok claudio
2006-06-29do not check for master/io/mem enables; ok kettenisTheo de Raadt
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in ↵Michael Shalayeff
pcisubmatch(); kettenis@ testing; brad@ ok
2004-05-07Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.Todd C. Miller
This moves md5.c out of libkern and into sys/crypto where it belongs (as requested by markus@). Note that md5.c is still mandatory (dev/rnd.c uses it). Verified with IPsec + hmac-md5 and tcp md5sig. OK henning@ and hshoexer@
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
This matches our SLIST behaviour and NetBSD's SIMPLEQ as well. ok millert krw deraadt
2004-02-03advertise features of our crypto chips better; ok tdevalTheo de Raadt
jason is being a slacker
2004-01-09remove uvm_extern.hBrad Smith
tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
2003-06-02nuke clase 3 & 4Jason Wright
2003-05-07add missing device name parameters to printfsAnil Madhavapeddy
jason@ ok
2002-11-21From Angelos:Jason Wright
- simplistic load balancing across multiple cards - simplified registration process - a few style nits.
2002-09-24Don't use constants for the output parameter, use the iparam count as a ↵Jason Wright
pointer to the first result location.
2002-09-18Write the operand registers with the correct endian (fortunately it just meansJason Wright
writing to a different window to swizzle the bytes)
2002-05-16DARPA blurbJason Wright
2002-05-15Driver for the Hifn 7814/7851/7854 HIPP1 processors; currently only supportsJason Wright
the public key engine (very much like the 6500, surprise) and the rng.
2002-01-08Remove nofn driver... it was much easier than I thought to support 7811Jason Wright
in the hifn7751 driver.
2002-01-07Enough of a driver for 7811 to poll the random number generator for bitsJason Wright