mii_physubr.c (9a54cbb95d8a5426fb78adb9bad555383f1c74d4) | mii_physubr.c (50aa106108cc9a610e4bdee7c7fe614a8c425c18) |
---|---|
1/* $NetBSD: mii_physubr.c,v 1.5 1999/08/03 19:41:49 drochner Exp $ */ 2 3/*- 4 * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. 5 * All rights reserved. 6 * 7 * This code is derived from software contributed to The NetBSD Foundation 8 * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility, --- 30 unchanged lines hidden (view full) --- 39 40#include <sys/cdefs.h> 41__FBSDID("$FreeBSD$"); 42 43/* 44 * Subroutines common to all PHYs. 45 */ 46 | 1/* $NetBSD: mii_physubr.c,v 1.5 1999/08/03 19:41:49 drochner Exp $ */ 2 3/*- 4 * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. 5 * All rights reserved. 6 * 7 * This code is derived from software contributed to The NetBSD Foundation 8 * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility, --- 30 unchanged lines hidden (view full) --- 39 40#include <sys/cdefs.h> 41__FBSDID("$FreeBSD$"); 42 43/* 44 * Subroutines common to all PHYs. 45 */ 46 |
47#include <sys/cdefs.h> 48__FBSDID("$FreeBSD$"); 49 | |
50#include <sys/param.h> 51#include <sys/systm.h> 52#include <sys/kernel.h> 53#include <sys/socket.h> 54#include <sys/errno.h> 55#include <sys/module.h> 56#include <sys/bus.h> 57 --- 490 unchanged lines hidden --- | 47#include <sys/param.h> 48#include <sys/systm.h> 49#include <sys/kernel.h> 50#include <sys/socket.h> 51#include <sys/errno.h> 52#include <sys/module.h> 53#include <sys/bus.h> 54 --- 490 unchanged lines hidden --- |