Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Glue in the SiS900 Ethernet controller driver.



details:   https://anonhg.NetBSD.org/src/rev/494bafcfe497
branches:  trunk
changeset: 473407:494bafcfe497
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Jun 01 18:29:50 1999 +0000

description:
Glue in the SiS900 Ethernet controller driver.

diffstat:

 sys/dev/pci/files.pci |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9b5fbcca4852 -r 494bafcfe497 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Tue Jun 01 18:25:15 1999 +0000
+++ b/sys/dev/pci/files.pci     Tue Jun 01 18:29:50 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.54 1999/03/25 00:51:53 explorer Exp $
+#      $NetBSD: files.pci,v 1.55 1999/06/01 18:29:50 thorpej Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -188,3 +188,8 @@
 device vr: ether, ifnet, arp, mii
 attach vr at pci
 file   dev/pci/if_vr.c                 vr
+
+# SiS 900 Fast Ethernet controllers
+device sip: ether, ifnet, arp, mii
+attach sip at pci
+file   dev/pci/if_sip.c                sip



Home | Main Index | Thread Index | Old Index