Module Name: src
Committed By: tsutsui
Date: Sat Mar 31 04:19:41 UTC 2018
Modified Files:
src/sys/arch/atari/conf: HADES.in
Log Message:
Remove duplicated devices already defined in the common GENERIC.in.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/atari/conf/HADES.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/atari/conf/HADES.in
diff -u src/sys/arch/atari/conf/HADES.in:1.15 src/sys/arch/atari/conf/HADES.in:1.16
--- src/sys/arch/atari/conf/HADES.in:1.15 Tue Dec 13 20:42:16 2016
+++ src/sys/arch/atari/conf/HADES.in Sat Mar 31 04:19:41 2018
@@ -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 @@ uk* at scsibus? target ? lun ? # SCSI u
#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 */