diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2005-02-07 20:09:43 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2005-02-07 20:09:43 +0000 |
commit | 627fab374d68f3f00a40ccaa4ce9da7640069777 (patch) | |
tree | c1ed9284c4cccf0786f6a64f53c51db68e69f831 /sys/dev/pcmcia/pcmciadevs | |
parent | ba9be6621c9ba2401c470e1071d2b5f4a51cdf5b (diff) |
Add Billionton CFLT2 Compact Flash. ok pval@ drahn@.
Diffstat (limited to 'sys/dev/pcmcia/pcmciadevs')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs b/sys/dev/pcmcia/pcmciadevs index 5d4cd3e9fa1..c14de70310c 100644 --- a/sys/dev/pcmcia/pcmciadevs +++ b/sys/dev/pcmcia/pcmciadevs @@ -1,4 +1,4 @@ - $OpenBSD: pcmciadevs,v 1.120 2004/12/12 07:05:49 deraadt Exp $ + $OpenBSD: pcmciadevs,v 1.121 2005/02/07 20:09:42 matthieu Exp $ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ /* @@ -509,3 +509,4 @@ product AROWANA FE { "PCMCIA", "Fast-Ethernet", NULL, NULL } product GVC NP0335 { "ETHER-C16", "ETHER-C16", "Fast&spEthernet", NULL } product RELIA RE2408T { "PCMCIA&spLAN", "Ethernet", "A", "004743118001" } product ALLIEDTELESIS WR211PCM { "Allied&spTelesis&spK.K.", "WR211PCM", NULL, NULL } +product BILLIONTON CFLT2 { "CF", "10Base-Ethernet", NULL, NULL } |