Update a comment: G100 has now been tested.

This commit is contained in:
rumble 2007-02-19 04:48:37 +00:00
parent acd87b911b
commit ba3f4cc332
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_gio.c,v 1.4 2006/12/29 00:04:20 rumble Exp $ */
/* $NetBSD: pci_gio.c,v 1.5 2007/02/19 04:48:37 rumble Exp $ */
/*
* Copyright (c) 2006 Stephen M. Rumble
@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pci_gio.c,v 1.4 2006/12/29 00:04:20 rumble Exp $");
__KERNEL_RCSID(0, "$NetBSD: pci_gio.c,v 1.5 2007/02/19 04:48:37 rumble Exp $");
/*
* Glue for PCI devices that are connected to the GIO bus by various little
@ -34,8 +34,6 @@ __KERNEL_RCSID(0, "$NetBSD: pci_gio.c,v 1.4 2006/12/29 00:04:20 rumble Exp $");
* We presently support the following boards:
* o Phobos G100/G130/G160 (if_tlp, lxtphy)
* o Set Engineering GFE (if_tl, nsphy)
*
* XXX - G100 is untested. It may use an older chipset -- 21140, I think.
*/
#include "opt_pci.h"