summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ubsec.c
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-01-03If you're going to build this driver as a module, make sure that itpgoyette
2013-12-26Also disable MCR4INT in ubsec_detach() when appropriate.bad
2013-11-17Add support for BCM5825, and BCM5860, 5861, 5862 from OpenBSD rev 1.143:bad
2013-11-17Create the sysctl variables on module initialization.bad
2013-11-17Make ubsec(4) loadable as kmod.bad
2013-11-17Fix locking botch. Callers of ubsec_rng_locked() lock and release sc_mtx alre...bad
2013-11-17Use callout_setfunc()/callout_schedule() instead of callout_reset(), it is ch...bad
2013-06-13Convert the entropy pool framework from pseudo-callout-driven totls
2012-10-27split device_t/softc for all remaining drivers.chs
2012-01-30Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}drochner
2011-11-19First step of random number subsystem rework described intls
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
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