Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/macppc/conf Pullup 1.39 and 1.40 by patch [matt]:



details:   https://anonhg.NetBSD.org/src/rev/83d6ec5068b2
branches:  netbsd-1-5
changeset: 490186:83d6ec5068b2
user:      tv <tv%NetBSD.org@localhost>
date:      Fri Nov 10 03:30:25 2000 +0000

description:
Pullup 1.39 and 1.40 by patch [matt]:
Reduce maxusers to 12 (this is a single user kernel after all).
Remove COMPAT_13 since it's not needed.
Switch from the old yucky ncr to the new good siop driver for 53c8xx.
[releng: used to reduce size to fit on install floppy]

diffstat:

 sys/arch/macppc/conf/INSTALL |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 7d080e65a901 -r 83d6ec5068b2 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Fri Nov 10 01:15:26 2000 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Fri Nov 10 03:30:25 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: INSTALL,v 1.31.2.1 2000/11/01 14:55:22 tv Exp $
+#      $NetBSD: INSTALL,v 1.31.2.2 2000/11/10 03:30:25 tv Exp $
 #
 # config file for INSTALL FLOPPY
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-maxusers       32
+maxusers       12
 
 # Change base address to 0x800000 to use large memory disk.
 makeoptions    TEXTADDR=0x800000
@@ -19,7 +19,7 @@
 options        MINIROOTSIZE=4096       # 2 Megabytes
 
 # Compatibility options
-options        COMPAT_13       # NetBSD 1.3,
+#options       COMPAT_13       # NetBSD 1.3,
 options        COMPAT_14       # NetBSD 1.4,
 options        COMPAT_43       # and 4.3BSD
 
@@ -70,8 +70,8 @@
 sip*   at pci? dev ? function ?        # SiS 900/7016 Ethernet
 adv*   at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
 ahc*   at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
-ncr*   at pci? dev ? function ?        # NCR 53c8xx SCSI
 pcscp* at pci? dev ? function ?        # AMD Am53c974 PCscsi-PCI SCSI
+siop*  at pci? dev ? function ?        # NCR 53c8xx SCSI
 ofb*   at pci? dev ? function ?        # Generic Open Firmware Framebuffer
 cbb*   at pci? dev ? function ?        # PCI-CardBus bridge
 ohci*  at pci? dev ? function ?        # Open Host Controller
@@ -126,8 +126,8 @@
 scsibus* at ahc?
 scsibus* at esp?
 scsibus* at mesh?
-scsibus* at ncr?
 scsibus* at pcscp?
+scsibus* at siop?
 
 sd*    at scsibus? target ? lun ?      # SCSI disks
 cd*    at scsibus? target ? lun ?      # SCSI CD-ROM drives



Home | Main Index | Thread Index | Old Index