Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 1997 12:36:32 -0800
From:      "Ian Field" <ifield@mstk.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   PAO / Kernel compile errors
Message-ID:  <199804052041.NAA08270@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Hi all

	I'm trying to update the kernel on my 2.2.6-RELEASE machine with the PAO
package, I'm having a problem while running 'make depend' in my new config
directory.

		Error:	in file included from ../../pccard/pcic.c:46:
			../../pccard/i82365.h:240: unbalanced '#endif'
			../../pccard/i82365.h:252: unbalanced '#endif'

	I edited i82365.h:

238:	#endif /* _PCCARD_i82365_H */
239:	#define PCIC_MAX_SLOTS 8
240:	#endif

242:	/* Cirrus Logic PD-672X specific index */

244:	#define CL672X_PCIC_MISC1		0x16	/* Misc Control 1 */
245:	#define CL672X_PCIC_MISC2		0x1e	/* Misc Control 2 */

247:	/* Misc 1 regs. */
248:	#define CLS72X_M1_SPKR_EN		0x10	/* Speaker Enable */
249:	/* Misc 2 regs. */
250:	#define CL672X_M2_LPDM_EN		0x02	/* Low power dynamic mode */

252:	#endif	/* _PCCARD_I82365_H */

let me know if you need any more info... thanks in advance

Ian


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804052041.NAA08270>