Deleted Added
full compact
bktr_reg.h (139919) bktr_reg.h (146587)
1/*-
1/*-
2 * $FreeBSD: head/sys/dev/bktr/bktr_reg.h 139919 2005-01-08 22:52:00Z imp $
2 * $FreeBSD: head/sys/dev/bktr/bktr_reg.h 146587 2005-05-24 20:42:08Z cognet $
3 *
4 * Copyright (c) 1999 Roger Hardiman
5 * Copyright (c) 1998 Amancio Hasty
6 * Copyright (c) 1995 Mark Tinguely and Jim Lowe
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions

--- 554 unchanged lines hidden (view full) ---

565#endif
566
567
568 /* the following definitions are common over all platforms */
569 int alloc_pages; /* number of pages in bigbuf */
570 int vbiinsert; /* Position for next write into circular buffer */
571 int vbistart; /* Position of last read from circular buffer */
572 int vbisize; /* Number of bytes in the circular buffer */
3 *
4 * Copyright (c) 1999 Roger Hardiman
5 * Copyright (c) 1998 Amancio Hasty
6 * Copyright (c) 1995 Mark Tinguely and Jim Lowe
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions

--- 554 unchanged lines hidden (view full) ---

565#endif
566
567
568 /* the following definitions are common over all platforms */
569 int alloc_pages; /* number of pages in bigbuf */
570 int vbiinsert; /* Position for next write into circular buffer */
571 int vbistart; /* Position of last read from circular buffer */
572 int vbisize; /* Number of bytes in the circular buffer */
573 u_long vbi_sequence_number; /* sequence number for VBI */
573 uint32_t vbi_sequence_number; /* sequence number for VBI */
574 int vbi_read_blocked; /* user process blocked on read() from /dev/vbi */
575 struct selinfo vbi_select; /* Data used by select() on /dev/vbi */
576
577
578 struct proc *proc; /* process to receive raised signal */
579 int signal; /* signal to send to process */
580 int clr_on_start; /* clear cap buf on capture start? */
581#define METEOR_SIG_MODE_MASK 0xffff0000

--- 151 unchanged lines hidden ---
574 int vbi_read_blocked; /* user process blocked on read() from /dev/vbi */
575 struct selinfo vbi_select; /* Data used by select() on /dev/vbi */
576
577
578 struct proc *proc; /* process to receive raised signal */
579 int signal; /* signal to send to process */
580 int clr_on_start; /* clear cap buf on capture start? */
581#define METEOR_SIG_MODE_MASK 0xffff0000

--- 151 unchanged lines hidden ---