Deleted Added
full compact
tdfx_vars.h (126076) tdfx_vars.h (130585)
1/*
2 * Copyright (c) 2000-2001 by Coleman Kane <cokane@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

23 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 *
1/*
2 * Copyright (c) 2000-2001 by Coleman Kane <cokane@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

23 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 *
31 * $FreeBSD: head/sys/dev/tdfx/tdfx_vars.h 126076 2004-02-21 19:42:58Z phk $
31 * $FreeBSD: head/sys/dev/tdfx/tdfx_vars.h 130585 2004-06-16 09:47:26Z phk $
32 */
33
34/* tdfx_vars.h -- constants and structs used in the tdfx driver
35 Copyright (C) 2000-2001 by Coleman Kane <cokane@FreeBSD.org>
36*/
37#ifndef TDFX_VARS_H
38#define TDFX_VARS_H
39

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

87 int vendor;
88 int type;
89 int addr0, addr1;
90 short pio0, pio0max;
91 unsigned char bus;
92 unsigned char dv;
93 struct file *curFile;
94 device_t dev;
32 */
33
34/* tdfx_vars.h -- constants and structs used in the tdfx driver
35 Copyright (C) 2000-2001 by Coleman Kane <cokane@FreeBSD.org>
36*/
37#ifndef TDFX_VARS_H
38#define TDFX_VARS_H
39

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

87 int vendor;
88 int type;
89 int addr0, addr1;
90 short pio0, pio0max;
91 unsigned char bus;
92 unsigned char dv;
93 struct file *curFile;
94 device_t dev;
95 dev_t devt;
95 struct cdev *devt;
96 struct mem_range_desc mrdesc;
97 int busy;
98};
99
100struct tdfx_pio_data {
101 short port;
102 short size;
103 int device;
104 void *value;
105};
106
107#endif /* TDFX_VARS_H */
96 struct mem_range_desc mrdesc;
97 int busy;
98};
99
100struct tdfx_pio_data {
101 short port;
102 short size;
103 int device;
104 void *value;
105};
106
107#endif /* TDFX_VARS_H */