Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/dev/syscons/teken/teken.h 189617 2009-03-10 11:28:54Z ed $
---
> * $FreeBSD: head/sys/dev/syscons/teken/teken.h 193184 2009-05-31 19:35:41Z ed $
101c101
< typedef void tf_param_t(void *, int, int);
---
> typedef void tf_param_t(void *, int, unsigned int);
107a108,110
> #define TP_SETBELLPD 6
> #define TP_SETBELLPD_PITCH(pd) ((pd) >> 16)
> #define TP_SETBELLPD_DURATION(pd) ((pd) & 0xffff)