diff options
-rw-r--r-- | sys/dev/pci/if_bge.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/if_ti.c | 13 |
2 files changed, 4 insertions, 13 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 1714844d443..f03f1415002 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.278 2009/08/06 10:42:54 sthen Exp $ */ +/* $OpenBSD: if_bge.c,v 1.279 2009/08/08 15:58:14 naddy Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -36,7 +36,7 @@ */ /* - * Broadcom BCM570x family gigabit ethernet driver for FreeBSD. + * Broadcom BCM57xx/BCM590x family ethernet driver for OpenBSD. * * Written by Bill Paul <wpaul@windriver.com> * Senior Engineer, Wind River Systems diff --git a/sys/dev/pci/if_ti.c b/sys/dev/pci/if_ti.c index ca65a4d22a4..591ee311e7e 100644 --- a/sys/dev/pci/if_ti.c +++ b/sys/dev/pci/if_ti.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ti.c,v 1.95 2009/07/28 07:20:28 claudio Exp $ */ +/* $OpenBSD: if_ti.c,v 1.96 2009/08/08 15:58:14 naddy Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -35,9 +35,7 @@ */ /* - * Alteon Networks Tigon PCI gigabit ethernet driver for FreeBSD. - * Manuals, sample driver and firmware source kits are available - * from http://www.alteon.com/support/openkits. + * Alteon Networks Tigon PCI gigabit ethernet driver for OpenBSD. * * Written by Bill Paul <wpaul@ctr.columbia.edu> * Electrical Engineering Department @@ -63,13 +61,6 @@ * any luck, the other vendors will finally wise up and follow Alteon's * stellar example. * - * The firmware for the Tigon 1 and 2 NICs is compiled directly into - * this driver by #including it as a C header file. This bloats the - * driver somewhat, but it's the easiest method considering that the - * driver code and firmware code need to be kept in sync. The source - * for the firmware is not provided with the FreeBSD distribution since - * compiling it requires a GNU toolchain targeted for mips-sgi-irix5.3. - * * The following people deserve special thanks: * - Terry Murphy of 3Com, for providing a 3c985 Tigon 1 board * for testing |