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

This commit is contained in:
leo 2002-04-12 22:22:25 +00:00
parent f94a8b4d29
commit c3e3c2c718
1 changed files with 28 additions and 2 deletions

View File

@ -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 PIPE_SOCKETPAIR # smaller, but slower pipe(2)
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 @@ options DISKLABEL_AHDI # NetBSD/AHDI disklabels
#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 ipfilter # IP filtering device
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
#