Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Make the build machinery happy for now.
details: https://anonhg.NetBSD.org/src/rev/04b3e4e3d3fe
branches: trunk
changeset: 526864:04b3e4e3d3fe
user: soren <soren%NetBSD.org@localhost>
date: Mon May 13 01:26:27 2002 +0000
description:
Make the build machinery happy for now.
diffstat:
etc/etc.sgimips/Makefile.inc | 4 +-
sys/arch/sgimips/conf/DRAKEN | 103 -------------------------------------
sys/arch/sgimips/conf/GENERIC | 103 +++++++++++++++++++++++++++++++++++++
sys/arch/sgimips/conf/GENERIC_INDY | 97 +++++++++++++++++++++++++++++++++-
sys/arch/sgimips/conf/INDY | 97 ----------------------------------
sys/arch/sgimips/conf/TEAL | 91 --------------------------------
6 files changed, 199 insertions(+), 296 deletions(-)
diffs (truncated from 528 to 300 lines):
diff -r ee374f653b1a -r 04b3e4e3d3fe etc/etc.sgimips/Makefile.inc
--- a/etc/etc.sgimips/Makefile.inc Mon May 13 01:04:18 2002 +0000
+++ b/etc/etc.sgimips/Makefile.inc Mon May 13 01:26:27 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.4 2002/05/08 12:17:47 jdolecek Exp $
+# $NetBSD: Makefile.inc,v 1.5 2002/05/13 01:27:01 soren Exp $
#
# etc.sgimips/Makefile.inc -- sgimips-specific etc Makefile targets
#
-KERNEL_SETS= GENERIC_INDY
+KERNEL_SETS= GENERIC GENERIC_INDY
BUILD_KERNELS= RAMDISK
diff -r ee374f653b1a -r 04b3e4e3d3fe sys/arch/sgimips/conf/DRAKEN
--- a/sys/arch/sgimips/conf/DRAKEN Mon May 13 01:04:18 2002 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,103 +0,0 @@
-# $NetBSD: DRAKEN,v 1.1 2002/05/08 13:52:17 pooka Exp $
-#
-# O2
-
-include "arch/sgimips/conf/std.sgimips"
-
-#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-
-makeoptions TEXTADDR=0x80069000 # O2
-
-maxusers 32
-
-#options SYSCALL_DEBUG
-#options PARANOIADIAG
-
-#options PCI_CONFIG_DUMP
-
-options SCSI_DELAY=0
-
-options IP32 # this is required for an O2
-
-#options MIPS1
-options MIPS3
-options MIPS3_L2CACHE_ABSENT
-#options MIPS3_L2CACHE_PRESENT
-options MIPS3_5200 # XXX
-
-#options MEMORY_DISK_HOOKS
-#options MEMORY_DISK_IS_ROOT
-#options MEMORY_DISK_SERVER=0
-#options MEMORY_DISK_ROOT_SIZE=8192
-
-options KTRACE
-#options USERCONF # userconf(4) support
-#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
-
-options DDB
-options DDB_HISTORY_SIZE=100
-options DEBUG
-options DIAGNOSTIC
-makeoptions DEBUG="-g"
-
-#options EXEC_ECOFF
-
-file-system FFS
-file-system NFS
-file-system MFS
-file-system KERNFS
-file-system PROCFS
-
-options SOFTDEP
-
-options FFS_EI
-
-options INET
-
-options SCSIVERBOSE
-
-options NFS_BOOT_DHCP
-#options NFS_BOOT_BOOTPARAM
-
-config netbsd root on ? type ?
-
-mainbus0 at root
-cpu0 at mainbus0
-
-# O2
-crime0 at mainbus0 addr 0x14000000
-mace0 at mainbus0 addr 0x1f000000
-macepci0 at mace0 offset 0x080000 intr 7
-pci0 at macepci0 bus 0
-mec0 at mace0 offset 0x280000 intr 3
-pckbc0 at mace0 offset 0x320000 intr 5
-lpt0 at mace0 offset 0x380000 intr 4
-com0 at mace0 offset 0x390000 intr 4
-com1 at mace0 offset 0x398000 intr 4
-mcclock0 at mace0 offset 0x3a0000
-tlp* at pci? dev ? function ?
-ne* at pci? dev ? function ?
-fxp* at pci? dev ? function ?
-inphy* at mii? phy ?
-nsphy* at mii? phy ?
-ahc0 at pci0 dev 1 function ?
-ahc1 at pci0 dev 2 function ?
-scsibus0 at ahc0 channel ?
-#scsibus1 at ahc1 channel ?
-sd* at scsibus? target ? lun ?
-cd* at scsibus? target ? lun ?
-
-#pckbd* at pckbc?
-#pms* at pckbc?
-#pmsi* at pckbc?
-#wskbd* at pckbd? console ?
-#wsmouse* at pms? mux 0
-#wsmouse* at pmsi? mux 0
-#wsdisplay* at foofb? console ?
-
-pseudo-device loop
-pseudo-device pty
-pseudo-device bpfilter 8
-pseudo-device vnd 4
-#pseudo-device md 1
-pseudo-device rnd
diff -r ee374f653b1a -r 04b3e4e3d3fe sys/arch/sgimips/conf/GENERIC
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sgimips/conf/GENERIC Mon May 13 01:26:27 2002 +0000
@@ -0,0 +1,103 @@
+# $NetBSD: GENERIC,v 1.1 2002/05/13 01:26:27 soren Exp $
+#
+# O2
+
+include "arch/sgimips/conf/std.sgimips"
+
+#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
+
+makeoptions TEXTADDR=0x80069000 # O2
+
+maxusers 32
+
+#options SYSCALL_DEBUG
+#options PARANOIADIAG
+
+#options PCI_CONFIG_DUMP
+
+options SCSI_DELAY=0
+
+options IP32 # this is required for an O2
+
+#options MIPS1
+options MIPS3
+options MIPS3_L2CACHE_ABSENT
+#options MIPS3_L2CACHE_PRESENT
+options MIPS3_5200 # XXX
+
+#options MEMORY_DISK_HOOKS
+#options MEMORY_DISK_IS_ROOT
+#options MEMORY_DISK_SERVER=0
+#options MEMORY_DISK_ROOT_SIZE=8192
+
+options KTRACE
+#options USERCONF # userconf(4) support
+#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+
+options DDB
+options DDB_HISTORY_SIZE=100
+options DEBUG
+options DIAGNOSTIC
+makeoptions DEBUG="-g"
+
+#options EXEC_ECOFF
+
+file-system FFS
+file-system NFS
+file-system MFS
+file-system KERNFS
+file-system PROCFS
+
+options SOFTDEP
+
+options FFS_EI
+
+options INET
+
+options SCSIVERBOSE
+
+options NFS_BOOT_DHCP
+#options NFS_BOOT_BOOTPARAM
+
+config netbsd root on ? type ?
+
+mainbus0 at root
+cpu0 at mainbus0
+
+# O2
+crime0 at mainbus0 addr 0x14000000
+mace0 at mainbus0 addr 0x1f000000
+macepci0 at mace0 offset 0x080000 intr 7
+pci0 at macepci0 bus 0
+mec0 at mace0 offset 0x280000 intr 3
+pckbc0 at mace0 offset 0x320000 intr 5
+lpt0 at mace0 offset 0x380000 intr 4
+com0 at mace0 offset 0x390000 intr 4
+com1 at mace0 offset 0x398000 intr 4
+mcclock0 at mace0 offset 0x3a0000
+tlp* at pci? dev ? function ?
+ne* at pci? dev ? function ?
+fxp* at pci? dev ? function ?
+inphy* at mii? phy ?
+nsphy* at mii? phy ?
+ahc0 at pci0 dev 1 function ?
+ahc1 at pci0 dev 2 function ?
+scsibus0 at ahc0 channel ?
+#scsibus1 at ahc1 channel ?
+sd* at scsibus? target ? lun ?
+cd* at scsibus? target ? lun ?
+
+#pckbd* at pckbc?
+#pms* at pckbc?
+#pmsi* at pckbc?
+#wskbd* at pckbd? console ?
+#wsmouse* at pms? mux 0
+#wsmouse* at pmsi? mux 0
+#wsdisplay* at foofb? console ?
+
+pseudo-device loop
+pseudo-device pty
+pseudo-device bpfilter 8
+pseudo-device vnd 4
+#pseudo-device md 1
+pseudo-device rnd
diff -r ee374f653b1a -r 04b3e4e3d3fe sys/arch/sgimips/conf/GENERIC_INDY
--- a/sys/arch/sgimips/conf/GENERIC_INDY Mon May 13 01:04:18 2002 +0000
+++ b/sys/arch/sgimips/conf/GENERIC_INDY Mon May 13 01:26:27 2002 +0000
@@ -1,5 +1,96 @@
-# $NetBSD: GENERIC_INDY,v 1.4 2001/11/22 01:11:51 soren Exp $
+# $NetBSD: GENERIC_INDY,v 1.5 2002/05/13 01:26:27 soren Exp $
+#
+# Indy
+
+include "arch/sgimips/conf/std.sgimips"
+
+#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
+
+# XXX _LOW _HOW og/eller TEXTADDR
+
+#makeoptions TEXTADDR=0x80069000 # O2
+makeoptions TEXTADDR=0x88069000 # Indy
+#makeoptions TEXTADDR=0x8001c000 # IP27
+#makeoptions TEXTADDR=0x80300000 # IP27 Symmon
+
+maxusers 32
+
+#options SYSCALL_DEBUG
+#options PARANOIADIAG
+
+#options PCI_CONFIG_DUMP
+
+options SCSI_DELAY=0
+
+options IP32 # this is required for an O2
+
+#options MIPS1
+options MIPS3
+options MIPS3_L2CACHE_ABSENT
+#options MIPS3_L2CACHE_PRESENT
+options MIPS3_5200 # XXX
+
+#options MEMORY_DISK_HOOKS
+#options MEMORY_DISK_IS_ROOT
+#options MEMORY_DISK_SERVER=0
+#options MEMORY_DISK_ROOT_SIZE=8192
+
+options KTRACE
+#options USERCONF # userconf(4) support
+#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+
+options DDB
+options DDB_HISTORY_SIZE=100
+options DEBUG
+options DIAGNOSTIC
+#makeoptions DEBUG="-g"
-include "arch/sgimips/conf/GENERIC"
+#options EXEC_ECOFF
+
+file-system FFS
+file-system NFS
+file-system MFS
+#file-system KERNFS
+#file-system PROCFS
+
+options SOFTDEP
+
+options FFS_EI
+
+options INET
+
+options SCSIVERBOSE
+
+options NFS_BOOT_DHCP
+#options NFS_BOOT_BOOTPARAM
Home |
Main Index |
Thread Index |
Old Index