Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cats/conf Make INSTALL smaller, so it fits in 4MB, ...
details: https://anonhg.NetBSD.org/src/rev/348b02f12100
branches: trunk
changeset: 526958:348b02f12100
user: chris <chris%NetBSD.org@localhost>
date: Tue May 14 19:44:57 2002 +0000
description:
Make INSTALL smaller, so it fits in 4MB, removed:
USB (controller and devices)
INET6
tlp, swap it with de, as tlp still has issues on cats.
diffstat:
sys/arch/cats/conf/INSTALL | 43 ++++++++++++++++++++++---------------------
1 files changed, 22 insertions(+), 21 deletions(-)
diffs (109 lines):
diff -r 0ebfd8ce1101 -r 348b02f12100 sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL Tue May 14 19:37:18 2002 +0000
+++ b/sys/arch/cats/conf/INSTALL Tue May 14 19:44:57 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.19 2002/04/25 15:06:25 atatat Exp $
+# $NetBSD: INSTALL,v 1.20 2002/05/14 19:44:57 chris Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@@ -60,7 +60,7 @@
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
-options INET6 # IPV6
+#options INET6 # IPV6
#options IPSEC # IP security
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
@@ -249,7 +249,8 @@
#ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial
sip* at pci? dev ? function ? # SiS 900 Ethernet
#tl* at pci? dev ? function ? # ThunderLAN-based Ethernet
-tlp* at pci? dev ? function ? # DECchip 21x4x and clones
+de* at pci? dev ? function ? # DECchip 21x4x and clones
+#tlp* at pci? dev ? function ? # DECchip 21x4x and clones
vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
#lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3
rtk* at pci? dev ? function ? # Realtek 8129/8139
@@ -272,26 +273,26 @@
# PCI USB controllers
#uhci* at pci? # Universal Host Controller (Intel)
-ohci* at pci? # Open Host Controller
+#ohci* at pci? # Open Host Controller
# USB bus support
#usb* at uhci?
-usb* at ohci?
+#usb* at ohci?
# USB Hubs
-uhub* at usb?
-uhub* at uhub? port ? configuration ? interface ?
+#uhub* at usb?
+#uhub* at uhub? port ? configuration ? interface ?
# USB HID device
-uhidev* at uhub? port ? configuration ? interface ?
+#uhidev* at uhub? port ? configuration ? interface ?
# USB Mice
-ums* at uhidev? reportid ?
-wsmouse* at ums?
+#ums* at uhidev? reportid ?
+#wsmouse* at ums?
# USB Keyboards
-ukbd* at uhidev? reportid ?
-wskbd* at ukbd? console ?
+#ukbd* at uhidev? reportid ?
+#wskbd* at ukbd? console ?
# USB Generic HID devices
#uhid* at uhidev? reportid ?
@@ -304,18 +305,18 @@
#ucom* at umodem?
# USB Mass Storage
-umass* at uhub? port ? configuration ? interface ?
-atapibus* at umass? channel ?
-scsibus* at umass? channel ?
+#umass* at uhub? port ? configuration ? interface ?
+#atapibus* at umass? channel ?
+#scsibus* at umass? channel ?
# USB audio
#uaudio* at uhub? port ? configuration ?
#audio* at uaudio?
# USB Ethernet adapters
-aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
-cue* at uhub? port ? # CATC USB-EL1201A based adapters
-kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
+#aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
+#cue* at uhub? port ? # CATC USB-EL1201A based adapters
+#kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
# USB Generic driver
#ugen* at uhub? port ?
@@ -379,7 +380,7 @@
#ep* at isa? port ? irq ?
# The spkr driver provides a simple tone interface to the built in speaker.
-spkr0 at pcppi? # PC speaker
+#spkr0 at pcppi? # PC speaker
dsrtc0 at isa? port 0x72 # Dallas RTC
@@ -425,8 +426,8 @@
pseudo-device bpfilter 4 # Berkeley packet filter
#pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop # network loopback
-pseudo-device ppp 2 # Point-to-Point Protocol
-pseudo-device sl 2 # Serial Line IP
+#pseudo-device ppp 2 # Point-to-Point Protocol
+#pseudo-device sl 2 # Serial Line IP
#pseudo-device strip 2 # Starmode Radio IP (Metricom)
#pseudo-device tun 2 # network tunneling over tty
Home |
Main Index |
Thread Index |
Old Index