diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-02-01 17:03:07 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-02-01 17:03:07 +0000 |
commit | 98237c010b5118a4a6647da005a913fbd4b463a6 (patch) | |
tree | 8bad5ff0e7bfbbd50cdfbafc40982dcd0bba910c | |
parent | 7026b7dc8ec01c1ca8291e46cb018cecac6c2ee5 (diff) |
Enable Intel EE PRO; still need to find a working phy.
-rw-r--r-- | sys/dev/pcmcia/if_xe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/if_xe.c b/sys/dev/pcmcia/if_xe.c index 76b6ff95216..3646c767662 100644 --- a/sys/dev/pcmcia/if_xe.c +++ b/sys/dev/pcmcia/if_xe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xe.c,v 1.9 1999/09/16 11:28:42 niklas Exp $ */ +/* $OpenBSD: if_xe.c,v 1.10 2000/02/01 17:03:06 fgsch Exp $ */ /* * Copyright (c) 1999 Niklas Hallqvist, C Stone, Job de Haas @@ -216,9 +216,9 @@ xe_pcmcia_match(parent, match, aux) switch (pa->manufacturer) { case PCMCIA_VENDOR_COMPAQ: case PCMCIA_VENDOR_COMPAQ2: - case PCMCIA_VENDOR_INTEL: return (0); + case PCMCIA_VENDOR_INTEL: case PCMCIA_VENDOR_XIRCOM: /* XXX Per-productid checking here. */ return (1); |