diff options
| author | cgd <cgd@NetBSD.org> | 1994-03-27 07:01:49 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-03-27 07:01:49 +0000 |
| commit | 8385c5bbf20146436761c1b26856434524d64e75 (patch) | |
| tree | edc4d63e8910c4fc3cdc815590668a89958bf73e | |
| parent | 93a23411183e13907f56948cce47f0b3b5b3b16e (diff) | |
add the ast mp card that's in lamp
| -rw-r--r-- | sys/arch/i386/conf/SUN_LAMP | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/sys/arch/i386/conf/SUN_LAMP b/sys/arch/i386/conf/SUN_LAMP index 475e6e952df..e09c7aa79a5 100644 --- a/sys/arch/i386/conf/SUN_LAMP +++ b/sys/arch/i386/conf/SUN_LAMP @@ -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 |
