Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Add driver for AT1720 MCA cards. This use...



details:   https://anonhg.NetBSD.org/src/rev/1bc146eb5e8f
branches:  trunk
changeset: 507767:1bc146eb5e8f
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sat Mar 31 00:43:04 2001 +0000

description:
Add driver for AT1720 MCA cards. This uses generic MB86960 support code,
and shares some bits with ISA AT1700 driver. Gee, this one was really
easy :)

This card turned out to be quite good performer - I get about 360KB/s
on 386DX PS/2 machine, which is best of all supported cards so far.

diffstat:

 sys/arch/i386/conf/PS2 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8e2865202f97 -r 1bc146eb5e8f sys/arch/i386/conf/PS2
--- a/sys/arch/i386/conf/PS2    Sat Mar 31 00:35:21 2001 +0000
+++ b/sys/arch/i386/conf/PS2    Sat Mar 31 00:43:04 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PS2,v 1.12 2001/03/23 19:25:36 jdolecek Exp $
+#      $NetBSD: PS2,v 1.13 2001/03/31 00:43:04 jdolecek Exp $
 #
 #      Sample kernel config for PS/2 with MCA bus
 #
@@ -114,6 +114,7 @@
 elmc*  at mca? slot ?                  # 3Com EtherLink/MC (3c523)
 ep*    at mca? slot ?                  # 3Com EtherLink III (3c529)
 we*    at mca? slot ?                  # WD/SMC Ethernet
+ate*   at mca? slot ?                  # Allied Telesis AT1720
 
 # MCA SCSI controllers
 aha*   at mca? slot ?                  # Adaptec AHA-1640



Home | Main Index | Thread Index | Old Index