add Tulip (tlp) at apbus

This commit is contained in:
onoe 2000-10-12 03:18:41 +00:00
parent 3c201cca80
commit 29780c8cd7
2 changed files with 11 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC,v 1.28 2000/10/04 08:26:42 tsubai Exp $ # $NetBSD: GENERIC,v 1.29 2000/10/12 03:18:41 onoe Exp $
# #
# GENERIC kernel for RISC-NEWS # GENERIC kernel for RISC-NEWS
include "arch/newsmips/conf/std.newsmips" include "arch/newsmips/conf/std.newsmips"
#ident "GENERIC-$Revision: 1.28 $" #ident "GENERIC-$Revision: 1.29 $"
maxusers 16 maxusers 16
@ -101,6 +101,7 @@ le0 at hb0 addr 0xbff80000 level 1 # built-in LANCE ethernet
le1 at hb0 addr 0xb8c30000 level 0 le1 at hb0 addr 0xb8c30000 level 0
sn* at ap? # SONIC Ethernet sn* at ap? # SONIC Ethernet
tlp* at ap?
kb0 at hb0 addr 0xbfd00000 level 2 # keyboard kb0 at hb0 addr 0xbfd00000 level 2 # keyboard
ms0 at hb0 addr 0xbfd00004 level 2 # mouse ms0 at hb0 addr 0xbfd00004 level 2 # mouse

View File

@ -1,4 +1,4 @@
# $NetBSD: files.newsmips,v 1.8 2000/03/14 15:56:56 oster Exp $ # $NetBSD: files.newsmips,v 1.9 2000/10/12 03:18:41 onoe Exp $
# NEWSMIPS-specific configuration info # NEWSMIPS-specific configuration info
@ -94,7 +94,11 @@ attach sn at ap with sn_ap
file arch/newsmips/apbus/if_sn.c sn file arch/newsmips/apbus/if_sn.c sn
file arch/newsmips/apbus/if_sn_ap.c sn_ap file arch/newsmips/apbus/if_sn_ap.c sn_ap
attach tlp at ap with tlp_ap
file arch/newsmips/apbus/if_tlp_ap.c tlp_ap
file arch/newsmips/newsmips/autoconf.c file arch/newsmips/newsmips/autoconf.c
file arch/newsmips/newsmips/bus.c
file arch/newsmips/newsmips/conf.c file arch/newsmips/newsmips/conf.c
file arch/newsmips/newsmips/machdep.c file arch/newsmips/newsmips/machdep.c
file arch/newsmips/newsmips/news3400.c hb file arch/newsmips/newsmips/news3400.c hb
@ -116,6 +120,9 @@ attach sc at hb
file arch/newsmips/dev/scsi_1185.c sc needs-count file arch/newsmips/dev/scsi_1185.c sc needs-count
file arch/newsmips/dev/sc_wrap.c sc file arch/newsmips/dev/sc_wrap.c sc
# network devices MII bus
include "dev/mii/files.mii"
# #
# Memory Disk for install floppy # Memory Disk for install floppy
# #