Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Use -Os -mmultiple to reduce size.



details:   https://anonhg.NetBSD.org/src/rev/d7a9d8d12bbf
branches:  trunk
changeset: 481865:d7a9d8d12bbf
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Tue Feb 08 12:13:50 2000 +0000

description:
Use -Os -mmultiple to reduce size.
Add cbb and pcmcia/cardbus devices.
Nuke BUFPAGES=800 kludge.

diffstat:

 sys/arch/macppc/conf/INSTALL |  30 ++++++++++++++++++------------
 1 files changed, 18 insertions(+), 12 deletions(-)

diffs (75 lines):

diff -r 4599239d9ef0 -r d7a9d8d12bbf sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Tue Feb 08 12:10:56 2000 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Tue Feb 08 12:13:50 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.20 2000/02/03 19:27:44 tsubai Exp $
+#      $NetBSD: INSTALL,v 1.21 2000/02/08 12:13:50 tsubai Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -7,16 +7,17 @@
 
 maxusers       32
 
+# Change base address to 0x800000 to use large memory disk.
 makeoptions    TEXTADDR=0x800000
 
+# Use -Os -mmultiple to reduce size.
+makeoptions    COPTS="-Os -mmultiple -pipe"
+
 # Enable the hooks used for initializing the ram-disk.
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on ram-disk
 options        MINIROOTSIZE=4096       # 2 Megabytes
 
-# Standard system options
-options        BUFPAGES=800
-
 # Compatibility options
 options        COMPAT_13       # NetBSD 1.3,
 options        COMPAT_14       # NetBSD 1.4,
@@ -65,6 +66,8 @@
 ncr*   at pci? dev ? function ?        # NCR 53c8xx SCSI
 pcscp* at pci? dev ? function ?        # AMD Am53c974 PCscsi-PCI 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
 obio0  at pci? dev ? function ?
 
 exphy* at mii? phy ?                   # 3Com internal PHYs
@@ -80,6 +83,17 @@
 tqphy* at mii? phy ?                   # TDK Semiconductor PHYs
 ukphy* at mii? phy ?                   # generic unknown PHYs
 
+cardslot* at cbb?
+cardbus* at cardslot?
+pcmcia*        at cardslot?
+
+wdc*   at pcmcia? function ?           # PCMCIA IDE controllers
+ep*    at pcmcia? function ?           # 3Com 3c589 and 3c562 Ethernet
+mbe*   at pcmcia? function ?           # MB8696x based Ethernet
+ne*    at pcmcia? function ?           # NE2000-compatible Ethernet
+ex*    at cardbus? dev ? function ?    # 3Com 3C575TX
+tlp*   at cardbus? dev ? function ?    # DECchip 21143
+
 bm*    at obio?                        # bmac ethernet
 mc*    at obio?                        # MACE ethernet
 esp*   at obio? flags 0x00ff           # 53c9x SCSI
@@ -113,17 +127,9 @@
 cd*    at atapibus? drive ? flags 0x0000       # ATAPI CD-ROM drives
 sd*    at atapibus? drive ? flags 0x0000       # ATAPI disk drives
 
-# PCI USB controllers
-ohci*  at pci?                         # Open Host Controller
-
-# USB bus support
 usb*   at ohci?
-
-# USB Hubs
 uhub*  at usb?
 uhub*  at uhub? port ? configuration ? interface ?
-
-# USB Keyboards
 ukbd*  at uhub? port ? configuration ? interface ?
 wskbd* at ukbd? console ?
 



Home | Main Index | Thread Index | Old Index