Deleted Added
full compact
if_de.c (112469) if_de.c (113506)
1/* $NetBSD: if_de.c,v 1.86 1999/06/01 19:17:59 thorpej Exp $ */
2
1/* $NetBSD: if_de.c,v 1.86 1999/06/01 19:17:59 thorpej Exp $ */
2
3/* $FreeBSD: head/sys/dev/de/if_de.c 112469 2003-03-21 17:53:16Z mdodd $ */
3/* $FreeBSD: head/sys/dev/de/if_de.c 113506 2003-04-15 06:37:30Z mdodd $ */
4
5/*-
6 * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions
11 * are met:

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

5254 { 0, 0 }
5255};
5256static driver_t tulip_pci_driver = {
5257 "de",
5258 tulip_pci_methods,
5259 sizeof(tulip_softc_t),
5260};
5261static devclass_t tulip_devclass;
4
5/*-
6 * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com)
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions
11 * are met:

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

5254 { 0, 0 }
5255};
5256static driver_t tulip_pci_driver = {
5257 "de",
5258 tulip_pci_methods,
5259 sizeof(tulip_softc_t),
5260};
5261static devclass_t tulip_devclass;
5262DRIVER_MODULE(if_de, pci, tulip_pci_driver, tulip_devclass, 0, 0);
5262DRIVER_MODULE(de, pci, tulip_pci_driver, tulip_devclass, 0, 0);