mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Roll minor version. Remove ISP2100_FABRIC define (unneeded now).
Comment out usage of ISP_SMPLOCK- I have my doubts that this works sanely as yet because CAM itself still needs Giant. I *was* dropping my lock and grabbing Giant when doing the upcall for completion, but this is all seems ridiculous until CAM is fixed.
This commit is contained in:
parent
d6e5500f27
commit
250bc0aa8b
1 changed files with 6 additions and 2 deletions
|
|
@ -28,11 +28,16 @@
|
|||
#define _ISP_FREEBSD_H
|
||||
|
||||
#define ISP_PLATFORM_VERSION_MAJOR 5
|
||||
#define ISP_PLATFORM_VERSION_MINOR 4
|
||||
#define ISP_PLATFORM_VERSION_MINOR 5
|
||||
|
||||
/*
|
||||
* We're not ready for primetime yet
|
||||
*/
|
||||
#if 0
|
||||
#if ((ISP_PLATFORM_VERSION_MAJOR * 10) + ISP_PLATFORM_VERSION_MINOR) >= 54
|
||||
#define ISP_SMPLOCK 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
@ -138,7 +143,6 @@ struct isposinfo {
|
|||
|
||||
#define INLINE __inline
|
||||
|
||||
#define ISP2100_FABRIC 1
|
||||
#define ISP2100_SCRLEN 0x400
|
||||
|
||||
#define MEMZERO bzero
|
||||
|
|
|
|||
Loading…
Reference in a new issue