add SFB at tc, wcsons at sfb, and fix up le declarations
This commit is contained in:
parent
85d72d56a2
commit
8199dee1d8
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ALPHA,v 1.10 1996/04/17 22:01:30 cgd Exp $
|
||||
# $NetBSD: ALPHA,v 1.11 1996/05/01 20:23:04 cgd Exp $
|
||||
#
|
||||
# Alpha kernel with all the options you'd want, and more.
|
||||
|
||||
|
@ -99,13 +99,14 @@ tc* at tcasic?
|
|||
# TurboChannel devices
|
||||
ioasic0 at tc? slot ? offset ?
|
||||
mcclock0 at ioasic? offset ?
|
||||
le0 at ioasic? offset ?
|
||||
le* at ioasic? offset ?
|
||||
scc0 at ioasic? offset ?
|
||||
scc1 at ioasic? offset ?
|
||||
tcds0 at tc? slot ? offset ?
|
||||
esp0 at tcds? slot ?
|
||||
esp1 at tcds? slot ?
|
||||
#sfb* at tc? slot ? offset ?
|
||||
sfb* at tc? slot ? offset ?
|
||||
le* at tc? slot ? offset ?
|
||||
|
||||
# PCI host bus adapter support
|
||||
apecs* at mainbus?
|
||||
|
@ -152,6 +153,7 @@ cd* at scsibus? target ? lun ?
|
|||
|
||||
# Workstation Console attachments
|
||||
wscons* at pcivga?
|
||||
wscons* at sfb?
|
||||
wscons* at tga?
|
||||
|
||||
pseudo-device bpfilter
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.12 1996/04/17 22:01:37 cgd Exp $
|
||||
# $NetBSD: GENERIC,v 1.13 1996/05/01 20:23:07 cgd Exp $
|
||||
#
|
||||
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
||||
|
||||
|
@ -74,7 +74,7 @@ scc1 at ioasic? offset ?
|
|||
tcds0 at tc? slot ? offset ?
|
||||
esp0 at tcds? slot ?
|
||||
esp1 at tcds? slot ?
|
||||
#sfb* at tc? slot ? offset ?
|
||||
sfb* at tc? slot ? offset ?
|
||||
le* at tc? slot ? offset ?
|
||||
|
||||
# PCI host bus adapter support
|
||||
|
@ -122,6 +122,7 @@ cd* at scsibus? target ? lun ?
|
|||
|
||||
# Workstation Console attachments
|
||||
wscons* at pcivga?
|
||||
wscons* at sfb?
|
||||
wscons* at tga?
|
||||
|
||||
pseudo-device bpfilter
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_NFS,v 1.6 1996/04/17 22:01:39 cgd Exp $
|
||||
# $NetBSD: GENERIC_NFS,v 1.7 1996/05/01 20:23:08 cgd Exp $
|
||||
#
|
||||
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
||||
|
||||
|
@ -65,13 +65,14 @@ tc* at tcasic?
|
|||
# TurboChannel devices
|
||||
ioasic0 at tc? slot ? offset ?
|
||||
mcclock0 at ioasic? offset ?
|
||||
le0 at ioasic? offset ?
|
||||
le* at ioasic? offset ?
|
||||
scc0 at ioasic? offset ?
|
||||
scc1 at ioasic? offset ?
|
||||
tcds0 at tc? slot ? offset ?
|
||||
esp0 at tcds? slot ?
|
||||
esp1 at tcds? slot ?
|
||||
#sfb* at tc? slot ? offset ?
|
||||
sfb* at tc? slot ? offset ?
|
||||
le* at tc? slot ? offset ?
|
||||
|
||||
# PCI host bus adapter support
|
||||
apecs* at mainbus?
|
||||
|
@ -118,6 +119,7 @@ cd* at scsibus? target ? lun ?
|
|||
|
||||
# Workstation Console attachments
|
||||
wscons* at pcivga?
|
||||
wscons* at sfb?
|
||||
wscons* at tga?
|
||||
|
||||
pseudo-device bpfilter
|
||||
|
|
Loading…
Reference in New Issue