diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-04-30 19:32:47 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-04-30 19:32:47 +0000 |
| commit | 46fec0ff0300341020e1806c56e2670e783e3049 (patch) | |
| tree | 35fcdb71157010576039399a7c5c50a8a2f51111 /sys/pci | |
| parent | d63de9794f7351536e07e2fdc992af062051ffcf (diff) | |
Notes
Diffstat (limited to 'sys/pci')
| -rw-r--r-- | sys/pci/if_ti.c | 8 | ||||
| -rw-r--r-- | sys/pci/if_tireg.h | 2 | ||||
| -rw-r--r-- | sys/pci/ti_fw.h | 2 | ||||
| -rw-r--r-- | sys/pci/ti_fw2.h | 2 |
4 files changed, 5 insertions, 9 deletions
diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index 212f34546113..f304858f9c82 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/if_ti.c @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_ti.c,v 1.109 1999/04/29 16:22:07 wpaul Exp $ + * $Id: if_ti.c,v 1.4 1999/04/29 16:27:51 wpaul Exp $ */ /* @@ -128,7 +128,7 @@ #if !defined(lint) static const char rcsid[] = - "$Id: if_ti.c,v 1.109 1999/04/29 16:22:07 wpaul Exp $"; + "$Id: if_ti.c,v 1.4 1999/04/29 16:27:51 wpaul Exp $"; #endif /* @@ -2483,8 +2483,4 @@ static struct pci_device ti_device = { &ti_count, NULL }; -#ifdef COMPAT_PCI_DRIVER -COMPAT_PCI_DRIVER(ti, ti_device); -#else DATA_SET(pcidevice_set, ti_device); -#endif /* COMPAT_PCI_DRIVER */ diff --git a/sys/pci/if_tireg.h b/sys/pci/if_tireg.h index 73bb8a448ccc..e1c350a00530 100644 --- a/sys/pci/if_tireg.h +++ b/sys/pci/if_tireg.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_tireg.h,v 1.43 1999/04/02 02:54:16 wpaul Exp $ + * $Id: if_tireg.h,v 1.1 1999/04/06 17:08:29 wpaul Exp $ */ /* diff --git a/sys/pci/ti_fw.h b/sys/pci/ti_fw.h index 513498155cc9..e1c89f0a9a06 100644 --- a/sys/pci/ti_fw.h +++ b/sys/pci/ti_fw.h @@ -2,7 +2,7 @@ * Firmware for Alteon Tigon 1 chip. * Generated by genfw.c * - * $Id$ + * $Id: ti_fw.h,v 1.1 1999/04/06 17:08:29 wpaul Exp $ */ static int tigonFwReleaseMajor = 0xc; static int tigonFwReleaseMinor = 0x3; diff --git a/sys/pci/ti_fw2.h b/sys/pci/ti_fw2.h index 56a4c86df5c3..948ae539a762 100644 --- a/sys/pci/ti_fw2.h +++ b/sys/pci/ti_fw2.h @@ -3,7 +3,7 @@ * Built on Thu Apr 1 21:46:46 1999 by wpaul@wormhole.ee.columbia.edu * OS: FreeBSD 3.0-19981103-SNAP * - * $Id: genfw.c,v 1.2 1999/03/18 17:16:43 wpaul Exp $ + * $Id: ti_fw2.h,v 1.1 1999/04/06 17:08:30 wpaul Exp $ */ static int tigon2FwReleaseMajor = 0xc; static int tigon2FwReleaseMinor = 0x3; |
