Source-Changes-HG archive

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

[src/trunk]: src/sys Add declaration for the Adaptec AIC-6915 64-bit 10/100 E...



details:   https://anonhg.NetBSD.org/src/rev/e343c1c78641
branches:  trunk
changeset: 477165:e343c1c78641
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Oct 13 18:37:12 1999 +0000

description:
Add declaration for the Adaptec AIC-6915 64-bit 10/100 Ethernet interface.

Note: this is a placeholder right now; the driver should be ready in the
next few days.

diffstat:

 sys/conf/files        |  6 +++++-
 sys/dev/pci/files.pci |  6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 5108ea339fa6 -r e343c1c78641 sys/conf/files
--- a/sys/conf/files    Wed Oct 13 17:48:04 1999 +0000
+++ b/sys/conf/files    Wed Oct 13 18:37:12 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.321 1999/10/12 17:08:56 jdolecek Exp $
+#      $NetBSD: files,v 1.322 1999/10/13 18:37:12 thorpej Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -376,6 +376,10 @@
 device tlp: arp, ether, ifnet, mii
 file   dev/ic/tulip.c                  tlp
 
+# Adaptec AIC-6915 Ethernet interface
+device sf: arp, ether, ifnet, mii
+file   dev/ic/aic6915.c                sf
+
 # Definitions for wscons
 # device attributes: display, display with emulator, keyboard, and mouse
 define  wsdisplaydev { }
diff -r 5108ea339fa6 -r e343c1c78641 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Wed Oct 13 17:48:04 1999 +0000
+++ b/sys/dev/pci/files.pci     Wed Oct 13 18:37:12 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.63 1999/09/27 23:44:28 ad Exp $
+#      $NetBSD: files.pci,v 1.64 1999/10/13 18:37:13 thorpej Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -228,3 +228,7 @@
 device ti: ether, ifnet, arp
 attach ti at pci
 file   dev/pci/if_ti.c                 ti
+
+# Adaptec AIC-6915 Ethernet interface
+attach sf at pci with sf_pci
+file   dev/pci/if_sf_pci.c             sf_pci



Home | Main Index | Thread Index | Old Index