Deleted Added
full compact
gfb.h (85810) gfb.h (130585)
1/*
2 * Copyright (c) 1995, 1996 Carnegie-Mellon University.
3 * All rights reserved.
4 *
5 * Author: Chris G. Demetriou
6 *
7 * Permission to use, copy, modify and distribute this software and
8 * its documentation is hereby granted, provided that both the copyright

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

21 * Carnegie Mellon University
22 * Pittsburgh PA 15213-3890
23 *
24 * any improvements or extensions that they make and grant Carnegie the
25 * rights to redistribute these changes.
26 *
27 * Copyright (c) 2000 Andrew Miklic
28 *
1/*
2 * Copyright (c) 1995, 1996 Carnegie-Mellon University.
3 * All rights reserved.
4 *
5 * Author: Chris G. Demetriou
6 *
7 * Permission to use, copy, modify and distribute this software and
8 * its documentation is hereby granted, provided that both the copyright

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

21 * Carnegie Mellon University
22 * Pittsburgh PA 15213-3890
23 *
24 * any improvements or extensions that they make and grant Carnegie the
25 * rights to redistribute these changes.
26 *
27 * Copyright (c) 2000 Andrew Miklic
28 *
29 * $FreeBSD: head/sys/dev/fb/gfb.h 85810 2001-11-01 08:26:30Z obrien $
29 * $FreeBSD: head/sys/dev/fb/gfb.h 130585 2004-06-16 09:47:26Z phk $
30 */
31
32#ifndef _FB_GFB_H_
33#define _FB_GFB_H_
34
35#define MAX_NUM_GFB_CARDS 16
36
37#define GFB_UNIT(dev) minor(dev)

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

161 bus_space_handle_t regs;
162 void *intrhand;
163 struct resource *irq;
164 struct resource *res;
165 u_int8_t rev; /* GFB revision */
166 int type;
167 int model;
168 struct cdevsw *cdevsw;
30 */
31
32#ifndef _FB_GFB_H_
33#define _FB_GFB_H_
34
35#define MAX_NUM_GFB_CARDS 16
36
37#define GFB_UNIT(dev) minor(dev)

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

161 bus_space_handle_t regs;
162 void *intrhand;
163 struct resource *irq;
164 struct resource *res;
165 u_int8_t rev; /* GFB revision */
166 int type;
167 int model;
168 struct cdevsw *cdevsw;
169 dev_t devt;
169 struct cdev *devt;
170} *gfb_softc_t;
171
172#endif /* _FB_GFB_H_ */
170} *gfb_softc_t;
171
172#endif /* _FB_GFB_H_ */