SlugOS: packages - deprecate ctrlproxy, depends on unstaged tbd.h (samba)
[openembedded.git] / recipes / ixp425-eth / ixp400-eth-1.5 / int-random.patch
1 use the ethernet device interrupts to gather entropy
2
3  ixp400_eth.c |    2 +-
4  1 file changed, 1 insertion(+), 1 deletion(-)
5
6 --- ixp400-eth/ixp400_eth.c     1970-01-01 00:00:00.000000000 +0000
7 +++ ixp400-eth/ixp400_eth.c     1970-01-01 00:00:00.000000000 +0000
8 @@ -2864,7 +2864,7 @@ static int qmgr_init(void)
9  
10      if (request_irq(IX_OSAL_IXP400_QM1_IRQ_LVL,
11                      dev_qmgr_os_isr,
12 -                    SA_SHIRQ,
13 +                    SA_SHIRQ | SA_SAMPLE_RANDOM,
14                      MODULE_NAME,
15                      (void *)IRQ_ANY_PARAMETER))
16      {