Increase the size of the property buffer to 8192. 1024 wasn't enough to

retrieve certain nodes.
This commit is contained in:
jake 2003-03-14 16:12:42 +00:00
parent 4b29c29d8c
commit c1ca54bbb6

View File

@ -50,7 +50,7 @@ __FBSDID("$FreeBSD$");
#define BYTESPERLINE (CHARSPERLINE / 3)
/* Maximum supported property size. */
#define PROPBUFLEN 1024
#define PROPBUFLEN 8192
#define OFW_IOCTL(fd, cmd, val) do { \
if (ioctl(fd, cmd, val) == -1) \