diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2005-02-07 20:12:43 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2005-02-07 20:12:43 +0000 |
commit | 7ac56aa9efd515bdc8509e51c797b55b8b8799ca (patch) | |
tree | eeb07d8ab1d6f1a0e448d604b3ce7b677d3e6ed4 | |
parent | 12fb6bb142765120e96ed34c97a7228809954231 (diff) |
Add Billionton CFLT2 Compact Flash. ok pval@ drahn@.
-rw-r--r-- | share/man/man4/ne.4 | 3 | ||||
-rw-r--r-- | sys/dev/pcmcia/if_ne_pcmcia.c | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/ne.4 b/share/man/man4/ne.4 index fdfc1bbe63f..8035ea698cc 100644 --- a/share/man/man4/ne.4 +++ b/share/man/man4/ne.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ne.4,v 1.20 2004/12/12 07:05:49 deraadt Exp $ +.\" $OpenBSD: ne.4,v 1.21 2005/02/07 20:12:42 matthieu Exp $ .\" $NetBSD: ne.4,v 1.4 1998/02/22 05:21:20 enami Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -68,6 +68,7 @@ cards, including: .It Li "AmbiCom AMB8002T" Ta PCMCIA .It Li "Arowana FE" Ta PCMCIA .It Li "Belkin F5D5020" Ta PCMCIA +.It Li "Billionton Systems CFLT2" Ta CF+ .It Li "Billionton Systems LNT-10TN" Ta PCMCIA .It Li "BUFFALO LPC_CF_CLT" Ta PCMCIA .It Li "BUFFALO LPC4_CLX" Ta PCMCIA diff --git a/sys/dev/pcmcia/if_ne_pcmcia.c b/sys/dev/pcmcia/if_ne_pcmcia.c index 116e360266d..730ca521e4d 100644 --- a/sys/dev/pcmcia/if_ne_pcmcia.c +++ b/sys/dev/pcmcia/if_ne_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ne_pcmcia.c,v 1.77 2005/01/27 17:04:55 millert Exp $ */ +/* $OpenBSD: if_ne_pcmcia.c,v 1.78 2005/02/07 20:11:43 matthieu Exp $ */ /* $NetBSD: if_ne_pcmcia.c,v 1.17 1998/08/15 19:00:04 thorpej Exp $ */ /* @@ -212,6 +212,10 @@ const struct ne2000dev { PCMCIA_CIS_RELIA_RE2408T, 0, -1, { 0x00, 0xc0, 0x0c } }, + { PCMCIA_VENDOR_INVALID, PCMCIA_PRODUCT_INVALID, + PCMCIA_CIS_BILLIONTON_CFLT2, + 0, -1, { 0x00, 0x10, 0x60 } }, + /* * You have to add new entries which contains * PCMCIA_VENDOR_INVALID and/or PCMCIA_PRODUCT_INVALID |