Add "sqphy" for the PHYs on the PB1500.
Add a note that this kernel is for the PB1000 and PB1500 boards.
This commit is contained in:
parent
557baa699b
commit
719522fdf3
|
@ -1,9 +1,12 @@
|
|||
# $NetBSD: PB1000,v 1.2 2002/09/09 02:36:11 simonb Exp $
|
||||
# $NetBSD: PB1000,v 1.3 2002/12/09 06:54:25 simonb Exp $
|
||||
#
|
||||
# Kernel config for the Alchemy Semiconductor (AMD) PB1000 and PB1500
|
||||
# evaluation boards.
|
||||
|
||||
#include "arch/evbmips/conf/std.pb1000.eb" # big-endian mode
|
||||
include "arch/evbmips/conf/std.pb1000.el" # little-endian mode
|
||||
|
||||
#ident "GENERIC-$Revision: 1.2 $"
|
||||
#ident "GENERIC-$Revision: 1.3 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -133,6 +136,7 @@ options AUMAC_EVENT_COUNTERS
|
|||
# MII/PHY support
|
||||
amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
|
||||
bmtphy* at mii? phy ? # Broadcom BCM5201/BCM5202 PHYs
|
||||
sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
|
||||
|
||||
# USB
|
||||
ohci* at aubus? addr ? # USB Open Host Controller
|
||||
|
|
Loading…
Reference in New Issue