summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcisupport.c
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-06-16 12:26:40 +0000
committerbillf <billf@FreeBSD.org>1999-06-16 12:26:40 +0000
commitd1ef08d6092c801146f82b4f2bd7d94364c08c4a (patch)
treebcf495ca6896ac4f6e527635ee97f6f7bb4b2aa7 /sys/pci/pcisupport.c
parentc3bdb5a79b895cdd1f512571ce327744c12414cc (diff)
downloadFreeBSD-src-d1ef08d6092c801146f82b4f2bd7d94364c08c4a.zip
FreeBSD-src-d1ef08d6092c801146f82b4f2bd7d94364c08c4a.tar.gz
Fix non-benign typo.
Submitted by: Daniel Baker <dbaker@cuckoo.com>
Diffstat (limited to 'sys/pci/pcisupport.c')
-rw-r--r--sys/pci/pcisupport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 33bd51e..6440356 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.119 1999/06/13 20:48:29 n_hibma Exp $
+** $Id: pcisupport.c,v 1.120 1999/06/15 12:01:26 roger Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -951,7 +951,7 @@ isab_match(device_t dev)
case 0x00061004:
return ("VLSI 82C593 PCI to ISA bridge");
- /* VIA Technologies -- vendor 0x1106 &/
+ /* VIA Technologies -- vendor 0x1106 */
case 0x05861106: /* south bridge section */
return ("VIA 82C586 PCI-ISA bridge");
OpenPOWER on IntegriCloud