Permit sq(4) to attach to secondary HPCs, enabling support for the E++
GIO adapters and the secondary ethernet on the Challenge S (untested).
This commit is contained in:
parent
25e8e63c52
commit
86f754de17
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC32_IP2x,v 1.59 2006/11/11 18:47:11 jmmv Exp $
|
||||
# $NetBSD: GENERIC32_IP2x,v 1.60 2006/12/23 21:25:51 rumble Exp $
|
||||
#
|
||||
# GENERIC32_IP2x machine description file
|
||||
#
|
||||
|
@ -29,7 +29,7 @@ makeoptions TEXTADDR=0x88069000 # entry point
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC32-IP2x-$Revision: 1.59 $"
|
||||
#ident "GENERIC32-IP2x-$Revision: 1.60 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -240,7 +240,7 @@ lxtphy* at mii? phy ? # Level One LXT-970 PHYs
|
|||
#nsphy* at mii? phy ? # NS83840 PHYs
|
||||
|
||||
# HPC devices
|
||||
sq* at hpc0 offset ?
|
||||
sq* at hpc? offset ? # On-board ethernet / E++ adapter
|
||||
wdsc* at hpc0 offset ?
|
||||
dpclock* at hpc0 offset ? # IP12 / IP20
|
||||
dsclock* at hpc0 offset ? # IP22 / 24
|
||||
|
|
Loading…
Reference in New Issue