Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys add tscs
details: https://anonhg.NetBSD.org/src/rev/c498712d7f25
branches: trunk
changeset: 572547:c498712d7f25
user: joff <joff%NetBSD.org@localhost>
date: Sat Jan 08 02:56:35 2005 +0000
description:
add tscs
diffstat:
sys/conf/files | 5 +++--
sys/dev/isa/files.isa | 4 +++-
2 files changed, 6 insertions(+), 3 deletions(-)
diffs (37 lines):
diff -r a465fa0e5be9 -r c498712d7f25 sys/conf/files
--- a/sys/conf/files Sat Jan 08 02:55:52 2005 +0000
+++ b/sys/conf/files Sat Jan 08 02:56:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.703 2004/12/21 16:36:53 fvdl Exp $
+# $NetBSD: files,v 1.704 2005/01/08 02:57:08 joff Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -867,7 +867,8 @@
# Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
#
device cs: arp, ether, ifnet
-file dev/ic/cs89x0.c cs
+device tscs: arp, ether, ifnet
+file dev/ic/cs89x0.c cs | tscs
# Radio device attributes
#
diff -r a465fa0e5be9 -r c498712d7f25 sys/dev/isa/files.isa
--- a/sys/dev/isa/files.isa Sat Jan 08 02:55:52 2005 +0000
+++ b/sys/dev/isa/files.isa Sat Jan 08 02:56:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.isa,v 1.135 2004/09/14 17:19:34 drochner Exp $
+# $NetBSD: files.isa,v 1.136 2005/01/08 02:56:35 joff Exp $
#
# Config file and device description for machine-independent ISA code.
# Included by ports that need it. Requires that the SCSI files be
@@ -218,6 +218,8 @@
file dev/isa/cs89x0isa.c cs_isa_common
attach cs at isa with cs_isa: cs_isa_common, isadma
file dev/isa/if_cs_isa.c cs_isa
+attach tscs at isa with tscs_isa
+file dev/isa/if_tscs_isa.c tscs_isa
# Fujitsu MB86960-based boards
# (Fujitsu FMV-180 series)
Home |
Main Index |
Thread Index |
Old Index