FreeBSD Bugzilla – Attachment 149076 Details for
Bug 194663
net/aoe and VIMAGE enabled kernel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for aoe.h
patch-aoe.h (text/plain), 805 bytes, created by
Andreas Neiser
on 2014-11-05 18:06:41 UTC
(
hide
)
Description:
Patch for aoe.h
Filename:
MIME Type:
Creator:
Andreas Neiser
Created:
2014-11-05 18:06:41 UTC
Size:
805 bytes
patch
obsolete
>--- aoe.h.orig 2006-05-25 19:11:48 UTC >+++ aoe.h >@@ -41,7 +41,7 @@ > #define DPRINTK(fmt, arg...) XPRINTK(LOG_DEBUG, fmt, ## arg) > > #define nelem(a) (sizeof (a) / sizeof (a)[0]) >-#define MINPERMAJ 10 >+#define MINPERMAJ 64 > #define AOEMAJOR(unit) ((unit) / MINPERMAJ) > #define AOEMINOR(unit) ((unit) % MINPERMAJ) > #define AOEUNIT(maj, min) ((maj) * MINPERMAJ + (min)) >@@ -152,10 +152,8 @@ > DEVFL_WC_UPDATE = (1<<6), /* This device needs to update write cache status */ > DEVFL_DESTROY = (1<<7), > >- MAXATADATA = 1024, /* max permissable data in frame */ > FREETAG = -1, /* tag magic; denotes free frame */ > INPROCTAG = -2, /* tag magic; denotes frame in processing */ >- IFLISTSZ = 128, /* length of the aoe_iflist string */ > }; > > #define AOEHDRSZ (sizeof(struct aoe_hdr) + sizeof(struct aoe_atahdr))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194663
:
148740
|
148765
|
148766
|
148767
| 149076 |
149077
|
149078
|
149079
|
149080