Add the I2O iop controller, as used in the ES40 and ES45.
This commit is contained in:
parent
3ebe8c5833
commit
a25d763f88
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.328 2009/01/24 05:06:05 mrg Exp $
|
||||
# $NetBSD: GENERIC,v 1.329 2009/09/14 02:28:22 mhitch Exp $
|
||||
#
|
||||
# This machine description file is used to generate the default NetBSD
|
||||
# kernel.
|
||||
|
@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
ident "GENERIC-$Revision: 1.328 $"
|
||||
ident "GENERIC-$Revision: 1.329 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -386,6 +386,13 @@ mpu* at cmpci?
|
|||
mpu* at eso?
|
||||
mpu* at yds?
|
||||
|
||||
# I2O devices
|
||||
iop* at pci? dev ? function ? # I/O processor
|
||||
iopsp* at iop? tid ? # SCSI/FC-AL ports
|
||||
ld* at iop? tid ? # block devices
|
||||
# XXX dpti.c wants a processor type that is not assigned for x86-64
|
||||
#dpti* at iop? tid 0 # DPT/Adaptec control interface
|
||||
|
||||
# MII/PHY support
|
||||
exphy* at mii? phy ? # 3Com internal PHYs
|
||||
icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
|
||||
|
|
Loading…
Reference in New Issue