add the ast mp card that's in lamp
This commit is contained in:
parent
93a2341118
commit
8385c5bbf2
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
|
||||
#
|
||||
# $Id: SUN_LAMP,v 1.39 1994/03/09 21:22:43 ws Exp $
|
||||
# $Id: SUN_LAMP,v 1.40 1994/03/27 07:01:49 cgd Exp $
|
||||
#
|
||||
machine "i386"
|
||||
cpu "I486_CPU"
|
||||
|
@ -34,13 +34,6 @@ disk fd1 at fdc0 drive 1
|
|||
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
|
||||
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
||||
|
||||
#device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
|
||||
#device com0 at isa? port "IO_COM2" tty irq 3 vector comintr
|
||||
#device com1 at isa? port 0x2a0 tty irq 4 flags 0x401 vector comintr
|
||||
#device com2 at isa? port 0x2a8 tty irq 4 flags 0x401 vector comintr
|
||||
#device com3 at isa? port 0x2b0 tty irq 4 flags 0x401 vector comintr
|
||||
#device com4 at isa? port 0x2b8 tty irq 4 flags 0x401 vector comintr
|
||||
|
||||
controller ahb0 at isa? bio irq 11 vector ahbintr
|
||||
disk sd0 at ahb0 flags 0 drive 000
|
||||
disk sd1 at ahb0 flags 0 drive 010
|
||||
|
@ -67,6 +60,12 @@ disk sd5 at bt0 flags 0 drive ?
|
|||
tape st2 at bt0 flags 1 drive ?
|
||||
disk cd1 at bt0 flags 2 drive ?
|
||||
|
||||
master ast0 at isa? port 0x1a0 tty irq 3 vector astintr
|
||||
device com0 at ast0 slave 0
|
||||
device com1 at ast0 slave 1
|
||||
device com2 at ast0 slave 2
|
||||
device com3 at ast0 slave 3
|
||||
|
||||
device ed0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector edintr
|
||||
|
||||
pseudo-device loop
|
||||
|
|
Loading…
Reference in New Issue