Deleted Added
full compact
if_devar.h (36735) if_devar.h (36767)
1/* $NetBSD: if_devar.h,v 1.26 1998/02/11 01:28:29 thorpej Exp $ */
1/* $NetBSD: if_devar.h,v 1.26 1998/02/11 01:28:29 thorpej Exp $ */
2/* $Id: if_devar.h,v 1.5 1998/03/08 16:54:00 peter Exp $ */
2/* $Id: if_devar.h,v 1.6 1998/06/07 17:12:37 dfr Exp $ */
3
4/*-
5 * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

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

265 u_int32_t sia_gp_data; /* 21142/21143 */
266 } un_sia;
267 struct {
268 u_int32_t gpr_cmdmode;
269 u_int32_t gpr_gpcontrol; /* 21142/21143 */
270 u_int32_t gpr_gpdata;
271 u_int8_t gpr_actmask;
272 u_int8_t gpr_actdata;
3
4/*-
5 * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions
10 * are met:

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

265 u_int32_t sia_gp_data; /* 21142/21143 */
266 } un_sia;
267 struct {
268 u_int32_t gpr_cmdmode;
269 u_int32_t gpr_gpcontrol; /* 21142/21143 */
270 u_int32_t gpr_gpdata;
271 u_int8_t gpr_actmask;
272 u_int8_t gpr_actdata;
273 u_int8_t gpr_default : 1;
273 u_int gpr_default : 1;
274 } un_gpr;
275 struct {
276 u_int32_t mii_mediamask;
277 u_int16_t mii_capabilities;
278 u_int16_t mii_advertisement;
279 u_int16_t mii_full_duplex;
280 u_int16_t mii_tx_threshold;
281 u_int16_t mii_interrupt; /* 21142/21143 */

--- 858 unchanged lines hidden ---
274 } un_gpr;
275 struct {
276 u_int32_t mii_mediamask;
277 u_int16_t mii_capabilities;
278 u_int16_t mii_advertisement;
279 u_int16_t mii_full_duplex;
280 u_int16_t mii_tx_threshold;
281 u_int16_t mii_interrupt; /* 21142/21143 */

--- 858 unchanged lines hidden ---