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 Add some PCI ethernet/audio cards for th...



details:   https://anonhg.NetBSD.org/src/rev/78557d94a6b6
branches:  trunk
changeset: 525549:78557d94a6b6
user:      leo <leo%NetBSD.org@localhost>
date:      Fri Apr 12 22:22:25 2002 +0000

description:
Add some PCI ethernet/audio cards for the Hades and the Milan.

diffstat:

 sys/arch/atari/conf/GENERIC.in |  30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)

diffs (59 lines):

diff -r 4f6219fb6ec0 -r 78557d94a6b6 sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in    Fri Apr 12 22:11:33 2002 +0000
+++ b/sys/arch/atari/conf/GENERIC.in    Fri Apr 12 22:22:25 2002 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.in,v 1.14 2002/01/27 13:23:13 jdolecek Exp $
+#      $NetBSD: GENERIC.in,v 1.15 2002/04/12 22:22:25 leo Exp $
 #
 # Generic atari
 #
@@ -168,6 +168,7 @@
 options        SCSIVERBOSE             # human readable SCSI error messages
 #endif
 #if defined(HADES_KERNEL) || defined(MILAN_KERNEL)
+options        MIIVERBOSE              # verbose PHY autoconfig messages
 options        PCIVERBOSE              # verbose PCI device autoconfig messages
 #options       PCI_CONFIG_DUMP         # verbosely dump PCI config space
 #endif
@@ -191,7 +192,10 @@
 #ifndef INSTALL_KERNEL
 options        SERCONSOLE              # modem1 console support
 options        RELOC_KERNEL            # TT/Falcon: relocate kernel to TT-RAM
-options        STATCLOCK               # Separate {stat,prof}clock
+options        MSGBUFSIZE=32768        # size of kernel msg. buffer
+#LW9/5/00 options      STATCLOCK       # Separate {stat,prof}clock
+ #endif
+
 #endif
 
 #ifndef INSTALL_KERNEL
@@ -236,6 +240,28 @@
 pseudo-device  rnd                     # /dev/random and in-kernel generator
 #endif
 
+#if defined(HADES_KERNEL) || defined(MILAN_KERNEL)
+
+# MII/PHY support
+exphy* at mii? phy ?                   # 3Com internal PHYs
+inphy* at mii? phy ?                   # Intel 82555 PHYs
+iophy* at mii? phy ?                   # Intel 82553 PHYs
+ukphy* at mii? phy ?                   # generic unknown PHYs
+
+# PCI network interfaces
+ep*    at pci? dev ? function ?        # 3Com 3c59x
+ex*    at pci? dev ? function ?        # 3Com 90x[BC]
+fxp*   at pci? dev ? function ?        # Intel EtherExpress PRO 10+/100B
+
+
+#
+# This is the only tested audio card at the moment.
+#
+eso*   at pci? dev ? function ?        # ESS Solo-1 PCI AudioDrive
+audio* at eso?
+
+#endif /* defined(HADES_KERNEL) || defined(MILAN_KERNEL) */
+
 #
 # Hardware options for GENERIC are in the various machine type specific files
 #



Home | Main Index | Thread Index | Old Index