summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ubsec.c
AgeCommit message (Expand)Author
2009-11-26Cleanup interrupt establish error messages. Do not mixnjoly
2009-05-12use device_private().cegger
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2008-12-19use M_ZERO on malloc() and remove subsequent bzero().cegger
2008-04-10use aprint_*_dev and device_xnamecegger
2008-02-02From Darran Hunt at Coyote Point: don't truncate HMAC to 96 bits unlesstls
2007-12-11use __KERNEL_RCSID()lukem
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-03-28Use device_unit().thorpej
2005-11-25- De-couple the software crypto implementation from the rest of thethorpej
2005-06-28Use ANSI function decls and static.thorpej
2005-05-30- const poisoningchristos
2005-02-27nuke trailing whitespaceperry
2003-08-28* Make matching and chip info table-driven.thorpej
2003-08-27Fix some diagnotic printfs.thorpej
2003-08-21Remove #ifdef _OpenBSD__ code which sets the softc pointer `sc' byjonathan
2003-08-01Preliminary port of merged OpenBSD/FreeBSD ubsec driver for Bluesteeljonathan