Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/conf Remove duplicated devices already define...



details:   https://anonhg.NetBSD.org/src/rev/eb11bf9b7e9e
branches:  trunk
changeset: 321683:eb11bf9b7e9e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Mar 31 04:19:41 2018 +0000

description:
Remove duplicated devices already defined in the common GENERIC.in.

diffstat:

 sys/arch/atari/conf/HADES.in |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r db638c86c64a -r eb11bf9b7e9e sys/arch/atari/conf/HADES.in
--- a/sys/arch/atari/conf/HADES.in      Sat Mar 31 04:17:27 2018 +0000
+++ b/sys/arch/atari/conf/HADES.in      Sat Mar 31 04:19:41 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: HADES.in,v 1.15 2016/12/13 20:42:16 christos Exp $
+#      $NetBSD: HADES.in,v 1.16 2018/03/31 04:19:41 tsutsui Exp $
 #
 # Medusa-Hades
 #
@@ -64,12 +64,5 @@
 #if !defined(SMALL030_KERNEL)
 # Networking...
 ne0    at isa0 port 0x300 irq 5        # NE2000 ethernet
-ep*    at pci0 dev ? function 0        # 3Com 3c59x/3c90x Ethernet
-
-# Sound...
-eso*   at pci? dev ? function ?        # ESS Solo-1 PCI AudioDrive
-audio* at eso?
-
-spkr*  at audio?               # PC speaker (synthesized)
 
 #endif /* SMALL030_KERNEL */



Home | Main Index | Thread Index | Old Index