Deleted Added
full compact
if_vx_eisa.c (32350) if_vx_eisa.c (33181)
1/*
2 * Copyright (C) 1996 Naoki Hamada <nao@tom-yam.or.jp>
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

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

68#define VX_EISA_IOSIZE 0x000a
69#define VX_RESOURCE_CONFIG 0x0008
70
71
72static const char *vx_match __P((eisa_id_t type));
73static int vx_eisa_probe __P((void));
74static int vx_eisa_attach __P((struct eisa_device *));
75
1/*
2 * Copyright (C) 1996 Naoki Hamada <nao@tom-yam.or.jp>
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

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

68#define VX_EISA_IOSIZE 0x000a
69#define VX_RESOURCE_CONFIG 0x0008
70
71
72static const char *vx_match __P((eisa_id_t type));
73static int vx_eisa_probe __P((void));
74static int vx_eisa_attach __P((struct eisa_device *));
75
76struct eisa_driver vx_eisa_driver = {
76static struct eisa_driver vx_eisa_driver = {
77 "vx",
78 vx_eisa_probe,
79 vx_eisa_attach,
80 /* shutdown */ NULL,
81 &vx_count
82};
83
84DATA_SET(eisadriver_set, vx_eisa_driver);

--- 110 unchanged lines hidden ---
77 "vx",
78 vx_eisa_probe,
79 vx_eisa_attach,
80 /* shutdown */ NULL,
81 &vx_count
82};
83
84DATA_SET(eisadriver_set, vx_eisa_driver);

--- 110 unchanged lines hidden ---