Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/i386/conf Apply patch (requested by bouyer):



details:   https://anonhg.NetBSD.org/src/rev/74a577eebe42
branches:  netbsd-1-4
changeset: 469645:74a577eebe42
user:      he <he%NetBSD.org@localhost>
date:      Tue Oct 26 20:36:57 1999 +0000

description:
Apply patch (requested by bouyer):
  Add "rl" and "vr" PCI Ethernet device drivers.  Remove EXEC_ELF32
  and "en at pci" to make install kernel still fit in 1.44MB.  ATM-
  only machines should be rare, and will need to borrow an ethernet
  card for installation or use a custom install floppy.

diffstat:

 sys/arch/i386/conf/INSTALL |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r 1f3cc19f7e7e -r 74a577eebe42 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Tue Oct 26 20:31:01 1999 +0000
+++ b/sys/arch/i386/conf/INSTALL        Tue Oct 26 20:36:57 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.114.2.2 1999/06/21 14:25:15 perry Exp $
+#      $NetBSD: INSTALL,v 1.114.2.3 1999/10/26 20:36:57 he Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -97,7 +97,7 @@
 #options       COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
 # Executable format options
-options        EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
+# options      EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
 
 # File systems
 file-system    FFS             # UFS
@@ -383,15 +383,19 @@
 
 # PCI network interfaces
 de*    at pci? dev ? function ?        # DEC 21x4x-based Ethernet
-en*    at pci? dev ? function ?        # ENI/Adaptec ATM
+#en*   at pci? dev ? function ?        # ENI/Adaptec ATM
 ep*    at pci? dev ? function ?        # 3Com 3c59x
 ex*    at pci? dev ? function ?        # 3Com 90x[B]
 epic*  at pci? dev ? function ?        # SMC EPIC/100 Ethernet
+#esh*  at pci? dev ? function ?        # Essential HIPPI card
 fpa*   at pci? dev ? function ?        # DEC DEFPA FDDI
 fxp*   at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
 le*    at pci? dev ? function ?        # PCnet-PCI Ethernet
 ne*    at pci? dev ? function ?        # NE2000-compatible Ethernet
+rl*    at pci? dev ? function ?        # Realtek 8129/8139
 tl*    at pci? dev ? function ?        # ThunderLAN-based Ethernet
+vr*    at pci? dev ? function ?        # VIA Rhine Fast Ethernet
+#lmc*  at pci? dev ? function ?        # Lan Media Corp SSI/HSSI/DS3
 
 # EISA network interfaces
 ep*    at eisa? slot ?                 # 3Com 3c579 Ethernet



Home | Main Index | Thread Index | Old Index