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 Restore piixide(4) for Milan and disable...



details:   https://anonhg.NetBSD.org/src/rev/e397a0777f94
branches:  trunk
changeset: 829174:e397a0777f94
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jan 20 19:24:27 2018 +0000

description:
Restore piixide(4) for Milan and disable other pciide devices.

piixide was removed in rev 1.18 and the log message said
"because Intel IDE disk controllers only exist as part of
 Intel chipsets for x86 systems" but the Milan actually has
the Intel 82371FB southbridge on its board.
Other pciide devices are unlikely necessary for the default
kernel for such a rare machine.
Also fix pasto in comment.

diffstat:

 sys/arch/atari/conf/MILAN.in |  31 ++++++++++++++++---------------
 1 files changed, 16 insertions(+), 15 deletions(-)

diffs (46 lines):

diff -r 95329e4892b7 -r e397a0777f94 sys/arch/atari/conf/MILAN.in
--- a/sys/arch/atari/conf/MILAN.in      Sat Jan 20 18:33:09 2018 +0000
+++ b/sys/arch/atari/conf/MILAN.in      Sat Jan 20 19:24:27 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: MILAN.in,v 1.27 2014/07/05 09:24:23 tsutsui Exp $
+#      $NetBSD: MILAN.in,v 1.28 2018/01/20 19:24:27 tsutsui Exp $
 #
 # Milan
 #
@@ -77,20 +77,21 @@
 
 #if defined(MILAN_PCIIDE)
 pciide*        at pci? dev ? function ? flags 0x0000   # GENERIC pciide driver
-acardide*      at pci? dev ? function ?        # Acard IDE controllers
-aceride*       at pci? dev ? function ?        # Acer Lab IDE controllers
-artsata*       at pci? dev ? function ?        # Intel i31244 SATA controller
-cmdide*        at pci? dev ? function ?        # CMD tech IDE controllers
-cypide*        at pci? dev ? function ?        # Cypress IDE controllers
-hptide*        at pci? dev ? function ?        # Triones/HighPoint IDE controllers
-optiide*       at pci? dev ? function ?        # Opti IDE controllers
-pdcide*        at pci? dev ? function ?        # Promise IDE controllers
-pdcsata*       at pci? dev ? function ?        # Promise SATA150 controllers
-satalink*      at pci? dev ? function ?        # SiI SATALink controllers
-siside*        at pci? dev ? function ?        # SiS IDE controllers
-slide*         at pci? dev ? function ?        # Symphony Labs IDE controllers
-viaide*        at pci? dev ? function ?        # VIA/AMD/Nvidia IDE controllers
-#endif /* MILAN_ISAIDE */
+#acardide*     at pci? dev ? function ?        # Acard IDE controllers
+#aceride*      at pci? dev ? function ?        # Acer Lab IDE controllers
+#artsata*      at pci? dev ? function ?        # Intel i31244 SATA controller
+#cmdide*       at pci? dev ? function ?        # CMD tech IDE controllers
+#cypide*       at pci? dev ? function ?        # Cypress IDE controllers
+#hptide*       at pci? dev ? function ?        # Triones/HighPoint IDE controllers
+#optiide*      at pci? dev ? function ?        # Opti IDE controllers
+#pdcide*       at pci? dev ? function ?        # Promise IDE controllers
+#pdcsata*      at pci? dev ? function ?        # Promise SATA150 controllers
+piixide*       at pci? dev ? function ?        # Intel IDE controllers
+#satalink*     at pci? dev ? function ?        # SiI SATALink controllers
+#siside*       at pci? dev ? function ?        # SiS IDE controllers
+#slide*        at pci? dev ? function ?        # Symphony Labs IDE controllers
+#viaide*       at pci? dev ? function ?        # VIA/AMD/Nvidia IDE controllers
+#endif /* MILAN_PCIIDE */
 
 atabus*                at ata? channel ?
 



Home | Main Index | Thread Index | Old Index