Added support for the sc SCSI controller on mbmem.
This commit is contained in:
parent
02db82623f
commit
c1d17391f5
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.sun2,v 1.2 2001/04/06 17:17:58 fredette Exp $
|
||||
# $NetBSD: files.sun2,v 1.3 2001/04/18 15:09:47 fredette Exp $
|
||||
|
||||
#
|
||||
# sun2-specific configuration info
|
||||
@ -80,8 +80,7 @@ include "dev/scsipi/files.scsipi"
|
||||
# Devices, files, and attributes needed below
|
||||
#
|
||||
|
||||
#device sc: scsi, sunscpal
|
||||
#file arch/sun2/dev/sc.c sc
|
||||
device sc: scsi, sunscpal
|
||||
|
||||
include "dev/sun/files.sun"
|
||||
|
||||
@ -132,8 +131,8 @@ attach zs at mbmem with zs_mbmem
|
||||
attach ie at mbmem with ie_mbmem
|
||||
file arch/sun2/dev/if_ie_mbmem.c ie_mbmem
|
||||
|
||||
#attach sc at mbmem with sc_mbmem
|
||||
#file arch/sun2/dev/sc_mbmem.c sc_mbmem
|
||||
attach sc at mbmem with sc_mbmem
|
||||
file arch/sun2/dev/sc_mbmem.c sc_mbmem
|
||||
|
||||
#
|
||||
# Console (zs) related stuff
|
||||
|
Loading…
Reference in New Issue
Block a user