diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-27 21:22:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-27 21:22:16 +0000 |
commit | e9008ea2a9e4d50346f9272f4bdf39f6a762458d (patch) | |
tree | 9e6ee76aa67e2e00f1fa7c7d6d2a70788dbb1af1 /sys/dev/ic | |
parent | dfc8be777d03ed3583d9b2a39dc2c0f071414d62 (diff) |
this driver does not handle 3c9xx
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/elink3.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/dev/ic/elink3.c b/sys/dev/ic/elink3.c index 1c90df2b1f6..413786cb5b2 100644 --- a/sys/dev/ic/elink3.c +++ b/sys/dev/ic/elink3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3.c,v 1.28 1998/09/19 10:08:05 maja Exp $ */ +/* $OpenBSD: elink3.c,v 1.29 1998/09/27 21:22:15 deraadt Exp $ */ /* $NetBSD: elink3.c,v 1.32 1997/05/14 00:22:00 thorpej Exp $ */ /* @@ -243,10 +243,9 @@ epconfig(sc, chipset, enaddr) printf(" address %s, ", ether_sprintf(sc->sc_arpcom.ac_enaddr)); /* - * Vortex-based (3c59x pci,eisa) and Boomerang (3c900,3c515?) cards - * allow FDDI-sized (4500) byte packets. Commands only take an - * 11-bit parameter, and 11 bits isn't enough to hold a full-size - * packet length. + * Vortex-based (3c59x pci,eisa) cards allow FDDI-sized (4500) byte + * packets. Commands only take an 11-bit parameter, and 11 bits + * isn't enough to hold a full-size packet length. * Commands to these cards implicitly upshift a packet size * or threshold by 2 bits. * To detect cards with large-packet support, we probe by setting |