Deleted Added
full compact
subr_autoconf.c (92723) subr_autoconf.c (116182)
1/*
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This software was developed by the Computer Systems Engineering group
6 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
7 * contributed to Berkeley.
8 *

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

36 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
39 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40 * SUCH DAMAGE.
41 *
42 * @(#)subr_autoconf.c 8.1 (Berkeley) 6/10/93
43 *
1/*
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This software was developed by the Computer Systems Engineering group
6 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
7 * contributed to Berkeley.
8 *

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

36 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
39 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40 * SUCH DAMAGE.
41 *
42 * @(#)subr_autoconf.c 8.1 (Berkeley) 6/10/93
43 *
44 * $FreeBSD: head/sys/kern/subr_autoconf.c 92723 2002-03-19 21:25:46Z alfred $
45 */
46
44 */
45
46#include <sys/cdefs.h>
47__FBSDID("$FreeBSD: head/sys/kern/subr_autoconf.c 116182 2003-06-11 00:56:59Z obrien $");
48
47#include <sys/param.h>
48#include <sys/kernel.h>
49#include <sys/systm.h>
50
51/*
52 * Autoconfiguration subroutines.
53 */
54

--- 76 unchanged lines hidden ---
49#include <sys/param.h>
50#include <sys/kernel.h>
51#include <sys/systm.h>
52
53/*
54 * Autoconfiguration subroutines.
55 */
56

--- 76 unchanged lines hidden ---