summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_skvar.h
AgeCommit message (Expand)Author
2019-09-13 if_flags is neither int nor short. It's unsigned short.msaitoh
2018-07-03attach the rnd source only once even with dual-port adaptersjdolecek
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2008-09-08cf_attach_decl_newchristos
2008-06-20Use a mutex instead of splvm() to protect the list of jubo-ready mbufs, ascube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-04Remove unused members of sk_softc.riz
2006-03-28Add jumbo frames support, from OpenBSD (mcbride). As seen on tech-netriz
2006-02-14Not all chips supported by this driver use the same interrupt moderationriz
2006-02-11PR 31304: Contribute to the random pool. From Rhialto.rpaulo
2005-12-11merge ktrace-lwp.christos
2005-05-30- const poisoningchristos
2005-02-27nuke trailing whitespaceperry
2004-09-26Fix Yukon ram sizing.skd
2003-11-02boundary, not boundry. Inspired by Tom Cosgrove.wiz
2003-10-15Make sure descriptors get bus_dmamap_sync()ed.briggs
2003-08-26Add driver for SysKonnect SK-9821 and 3COM 3C940 gigabit ethernet boardsjdolecek
Factor out a block of code that appears in three places (Veriexec, keylock,elad 2009-10-03Introduce time_wraps() to check if setting the time will wrap it (orelad 2009-10-02Create securelevel variable under securelevel node.elad 2009-10-02First part of secmodel cleanup and other misc. changes:elad 2009-09-03Implement the vnode scope and adapt tmpfs to use it.elad 2009-07-25Extend the existing security models for upcoming gpio(4) changes.mbalmer 2009-05-06Sprinkle some switch defaults.elad 2009-01-11merge christos-time_tchristos 2008-11-12Remove LKMs and switch to the module framework, pass 1.ad 2008-01-23Tons of process scope changes.elad 2008-01-16Pull in my modules code for review/test/hacking.ad 2008-01-14vp->v_rdev, not vp->v_un.vu_specinfo->si_rdev.ad 2007-12-31Remove systrace. Ok core@.ad 2007-11-25Deprecate KAUTH_REQ_SYSTEM_TIME_BACKWARDS, as it was merged intoelad 2007-11-25Refactor time modification checks and place them in the secmodel code.elad 2007-11-24Fix a long time issue where the securelevel secmodel would explicitlyelad 2007-11-21Make securelevel a "secmodel" of its own.elad