Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Disable the viaenv driver and remove the ...



details:   https://anonhg.NetBSD.org/src/rev/93db0742a7f9
branches:  trunk
changeset: 486338:93db0742a7f9
user:      veego <veego%NetBSD.org@localhost>
date:      Fri May 19 10:23:36 2000 +0000

description:
Disable the viaenv driver and remove the siop entry which was added
in the last commit.

diffstat:

 sys/arch/i386/conf/GENERIC |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 1c61a342ede8 -r 93db0742a7f9 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Fri May 19 09:22:55 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Fri May 19 10:23:36 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.338 2000/05/17 18:08:50 thorpej Exp $
+#      $NetBSD: GENERIC,v 1.339 2000/05/19 10:23:36 veego Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.338 $"
+#ident                 "GENERIC-$Revision: 1.339 $"
 
 maxusers       32              # estimated number of users
 
@@ -355,8 +355,8 @@
 #lm0   at isa? port 0x290              # other common ports: 0x280, 0x310
 
 # VIA VT82C686A hardware monitor
-viapm* at pci? dev ? function ?
-viaenv*        at viapm?
+#viapm*        at pci? dev ? function ?
+#viaenv*       at viapm?
 
 # SCSI Controllers and Devices
 
@@ -368,7 +368,6 @@
 dpt*   at pci? dev ? function ?        # DPT SmartCache/SmartRAID
 isp*   at pci? dev ? function ?        # Qlogic ISP [12]0x0 SCSI/FibreChannel
 ncr*   at pci? dev ? function ?        # NCR 53c8xx SCSI
-siop*  at pci? dev ? function ?        # Symbios Logic 53c8xx SCSI
 pcscp* at pci? dev ? function ?        # AMD 53c974 PCscsi-PCI SCSI
 
 # EISA SCSI controllers



Home | Main Index | Thread Index | Old Index