summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-11-17 02:41:31 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-11-17 02:41:31 +0000
commit058b3cefeaba002e93574c2cc571046bf7cd5789 (patch)
tree4f21c68c80c38d79d97061b16d526459e67a99e5
parent0f07a51c5638fea4cf154f7ea29d6ce4f0d2ba7c (diff)
this driver has never been in sys/pci (in OpenBSD at least) and supports
cardbus and pci interfaces; pointed out by brad.
-rw-r--r--sys/dev/ic/xl.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/xl.c b/sys/dev/ic/xl.c
index 69b32ade286..e977b8fb70b 100644
--- a/sys/dev/ic/xl.c
+++ b/sys/dev/ic/xl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xl.c,v 1.43 2002/11/17 02:34:52 jason Exp $ */
+/* $OpenBSD: xl.c,v 1.44 2002/11/17 02:41:30 jason Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -100,9 +100,6 @@
* Since using bus master DMA is a big win, we use this driver to
* support the PCI "boomerang" chips even though they work with the
* "vortex" driver in order to obtain better performance.
- *
- * This driver is in the /sys/pci directory because it only supports
- * PCI-based NICs.
*/
#include "bpfilter.h"