cxgb_main.c (e97121da99f0b5abd541ec06666fe09d8530bc8f) | cxgb_main.c (79775f8f1be8dc6ce2b705276b7626cb24347f7d) |
---|---|
1/************************************************************************** 2 3Copyright (c) 2007-2008, Chelsio Inc. 4All rights reserved. 5 6Redistribution and use in source and binary forms, with or without 7modification, are permitted provided that the following conditions are met: 8 --- 62 unchanged lines hidden (view full) --- 71#include <netinet/ip.h> 72#include <netinet/tcp.h> 73#include <netinet/udp.h> 74 75#include <dev/pci/pcireg.h> 76#include <dev/pci/pcivar.h> 77#include <dev/pci/pci_private.h> 78 | 1/************************************************************************** 2 3Copyright (c) 2007-2008, Chelsio Inc. 4All rights reserved. 5 6Redistribution and use in source and binary forms, with or without 7modification, are permitted provided that the following conditions are met: 8 --- 62 unchanged lines hidden (view full) --- 71#include <netinet/ip.h> 72#include <netinet/tcp.h> 73#include <netinet/udp.h> 74 75#include <dev/pci/pcireg.h> 76#include <dev/pci/pcivar.h> 77#include <dev/pci/pci_private.h> 78 |
79#ifdef CONFIG_DEFINED | |
80#include <cxgb_include.h> | 79#include <cxgb_include.h> |
81#else 82#include <dev/cxgb/cxgb_include.h> 83#endif | |
84 85#ifdef PRIV_SUPPORTED 86#include <sys/priv.h> 87#endif 88 89#ifdef IFNET_MULTIQUEUE 90#include <machine/intr_machdep.h> 91#endif --- 2734 unchanged lines hidden --- | 80 81#ifdef PRIV_SUPPORTED 82#include <sys/priv.h> 83#endif 84 85#ifdef IFNET_MULTIQUEUE 86#include <machine/intr_machdep.h> 87#endif --- 2734 unchanged lines hidden --- |