kernel config files that know the new scsi system
This commit is contained in:
parent
152f617bbf
commit
69dbd456da
|
@ -29,21 +29,28 @@ device com1 at isa? port "IO_COM1" tty irq 4 vector comintr
|
|||
device com2 at isa? port "IO_COM2" tty irq 3 vector comintr
|
||||
|
||||
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
|
||||
disk sd0 at aha0 flags 0 drive ?
|
||||
disk sd1 at aha0 flags 0 drive ?
|
||||
disk sd2 at aha0 flags 0 drive ?
|
||||
disk sd3 at aha0 flags 0 drive ?
|
||||
tape st0 at aha0 flags 1 drive ?
|
||||
tape st1 at aha0 flags 1 drive ?
|
||||
disk cd0 at aha0 flags 2 drive ?
|
||||
disk cd1 at aha0 flags 2 drive ?
|
||||
|
||||
controller aha1 at isa? port "IO_AHA1" bio irq 12 drq 7 vector ahaintr
|
||||
disk sd8 at aha1 flags 0 drive ?
|
||||
disk sd9 at aha1 flags 0 drive ?
|
||||
disk sd10 at aha1 flags 0 drive ?
|
||||
disk sd11 at aha1 flags 0 drive ?
|
||||
tape st8 at aha1 flags 1 drive ?
|
||||
tape st9 at aha1 flags 1 drive ?
|
||||
disk cd8 at aha1 flags 2 drive ?
|
||||
disk cd9 at aha1 flags 2 drive ?
|
||||
|
||||
#controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
|
||||
|
||||
device sd0
|
||||
device sd1
|
||||
device sd2
|
||||
device sd3
|
||||
|
||||
device st0
|
||||
device st1
|
||||
device st2
|
||||
device st3
|
||||
|
||||
device cd0
|
||||
device cd1
|
||||
|
||||
device we0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 8192 vector weintr
|
||||
|
||||
|
|
|
@ -32,19 +32,15 @@ device com2 at isa? port "IO_COM2" tty irq 3 vector comintr
|
|||
#controller aha1 at isa? port "IO_AHA1" bio irq 12 drq 7 vector ahaintr
|
||||
#controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
|
||||
controller ahb0 at isa? bio irq 12 vector ahbintr
|
||||
disk sd0 at ahb0 flags 0 drive ?
|
||||
disk sd1 at ahb0 flags 0 drive ?
|
||||
disk sd2 at ahb0 flags 0 drive ?
|
||||
disk sd3 at ahb0 flags 0 drive ?
|
||||
tape st0 at ahb0 flags 1 drive ?
|
||||
tape st1 at ahb0 flags 1 drive ?
|
||||
disk cd0 at ahb0 flags 2 drive ?
|
||||
disk cd1 at ahb0 flags 2 drive ?
|
||||
|
||||
device sd0
|
||||
device sd1
|
||||
device sd2
|
||||
device sd3
|
||||
|
||||
device st0
|
||||
device st1
|
||||
device st2
|
||||
device st3
|
||||
|
||||
device cd0
|
||||
device cd1
|
||||
|
||||
device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
|
||||
|
||||
|
|
|
@ -30,20 +30,16 @@ device com2 at isa? port "IO_COM2" tty irq 3 vector comintr
|
|||
|
||||
#controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
|
||||
#controller aha1 at isa? port "IO_AHA1" bio irq 12 drq 7 vector ahaintr
|
||||
|
||||
controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
|
||||
|
||||
device sd0
|
||||
device sd1
|
||||
device sd2
|
||||
device sd3
|
||||
|
||||
device st0
|
||||
device st1
|
||||
device st2
|
||||
device st3
|
||||
|
||||
device cd0
|
||||
device cd1
|
||||
disk sd0 at bt0 flags 0 drive ?
|
||||
disk sd1 at bt0 flags 0 drive ?
|
||||
disk sd2 at bt0 flags 0 drive ?
|
||||
disk sd3 at bt0 flags 0 drive ?
|
||||
tape st0 at bt0 flags 1 drive ?
|
||||
tape st1 at bt0 flags 1 drive ?
|
||||
disk cd0 at bt0 flags 2 drive ?
|
||||
disk cd1 at bt0 flags 2 drive ?
|
||||
|
||||
device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
|
||||
|
||||
|
|
|
@ -26,22 +26,40 @@ disk fd0 at fdc0 drive 0
|
|||
disk fd1 at fdc0 drive 1
|
||||
|
||||
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
|
||||
disk sd0 at aha0 flags 0 drive ?
|
||||
disk sd1 at aha0 flags 0 drive ?
|
||||
disk sd2 at aha0 flags 0 drive ?
|
||||
disk sd3 at aha0 flags 0 drive ?
|
||||
tape st0 at aha0 flags 1 drive ?
|
||||
tape st1 at aha0 flags 1 drive ?
|
||||
disk cd0 at aha0 flags 2 drive ?
|
||||
disk cd1 at aha0 flags 2 drive ?
|
||||
|
||||
controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
|
||||
disk sd0 at bt0 flags 0 drive ?
|
||||
disk sd1 at bt0 flags 0 drive ?
|
||||
disk sd2 at bt0 flags 0 drive ?
|
||||
disk sd3 at bt0 flags 0 drive ?
|
||||
tape st0 at bt0 flags 1 drive ?
|
||||
tape st1 at bt0 flags 1 drive ?
|
||||
disk cd0 at bt0 flags 2 drive ?
|
||||
disk cd1 at bt0 flags 2 drive ?
|
||||
|
||||
controller uha0 at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr
|
||||
disk sd0 at uha0 flags 0 drive ?
|
||||
disk sd1 at uha0 flags 0 drive ?
|
||||
disk sd2 at uha0 flags 0 drive ?
|
||||
disk sd3 at uha0 flags 0 drive ?
|
||||
tape st0 at uha0 flags 1 drive ?
|
||||
tape st1 at uha0 flags 1 drive ?
|
||||
disk cd0 at uha0 flags 2 drive ?
|
||||
disk cd1 at uha0 flags 2 drive ?
|
||||
|
||||
device sd0
|
||||
device sd1
|
||||
device sd2
|
||||
|
||||
device st0
|
||||
device st1
|
||||
|
||||
device cd0
|
||||
|
||||
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 com1 at isa? port "IO_COM2" tty irq 3 vector comintr
|
||||
device com1 at isa? port "IO_COM1" tty irq 4 vector comintr
|
||||
device com2 at isa? port "IO_COM2" tty irq 3 vector comintr
|
||||
|
||||
device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
|
||||
device ne0 at isa? port 0x300 net irq 2 vector neintr
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# GENERICAHB -- Generic ISA machine with aha1742 -- distribution floppy
|
||||
# GENERICISA -- Generic ISA machine with aha1742 -- distribution floppy
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
ident GENERICAHB
|
||||
ident GENERICISA
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
options INET,ISOFS,NFSCLIENT
|
||||
|
@ -26,22 +26,39 @@ disk fd0 at fdc0 drive 0
|
|||
disk fd1 at fdc0 drive 1
|
||||
|
||||
controller ahb0 at isa? bio irq 12 vector ahbintr
|
||||
disk sd0 at ahb0 flags 0 drive ?
|
||||
disk sd1 at ahb0 flags 0 drive ?
|
||||
disk sd2 at ahb0 flags 0 drive ?
|
||||
disk sd3 at ahb0 flags 0 drive ?
|
||||
tape st0 at ahb0 flags 1 drive ?
|
||||
tape st1 at ahb0 flags 1 drive ?
|
||||
disk cd0 at ahb0 flags 2 drive ?
|
||||
disk cd1 at ahb0 flags 2 drive ?
|
||||
|
||||
controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
|
||||
disk sd0 at bt0 flags 0 drive ?
|
||||
disk sd1 at bt0 flags 0 drive ?
|
||||
disk sd2 at bt0 flags 0 drive ?
|
||||
disk sd3 at bt0 flags 0 drive ?
|
||||
tape st0 at bt0 flags 1 drive ?
|
||||
tape st1 at bt0 flags 1 drive ?
|
||||
disk cd0 at bt0 flags 2 drive ?
|
||||
disk cd1 at bt0 flags 2 drive ?
|
||||
|
||||
controller uha0 at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr
|
||||
|
||||
device sd0
|
||||
device sd1
|
||||
device sd2
|
||||
|
||||
device st0
|
||||
device st1
|
||||
|
||||
device cd0
|
||||
disk sd0 at uha0 flags 0 drive ?
|
||||
disk sd1 at uha0 flags 0 drive ?
|
||||
disk sd2 at uha0 flags 0 drive ?
|
||||
disk sd3 at uha0 flags 0 drive ?
|
||||
tape st0 at uha0 flags 1 drive ?
|
||||
tape st1 at uha0 flags 1 drive ?
|
||||
disk cd0 at uha0 flags 2 drive ?
|
||||
disk cd1 at uha0 flags 2 drive ?
|
||||
|
||||
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 com1 at isa? port "IO_COM2" tty irq 3 vector comintr
|
||||
device com1 at isa? port "IO_COM1" tty irq 4 vector comintr
|
||||
device com2 at isa? port "IO_COM2" tty irq 3 vector comintr
|
||||
|
||||
device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
|
||||
device ne0 at isa? port 0x300 net irq 2 vector neintr
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#
|
||||
# GENERICAHB -- Generic ISA machine with aha1742 -- distribution floppy
|
||||
# GENERICISA -- Generic ISA machine with aha1742 -- distribution floppy
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
ident GENERICAHB
|
||||
ident GENERICISA
|
||||
timezone 8 dst
|
||||
maxusers 10
|
||||
options INET,ISOFS,NFSCLIENT
|
||||
|
@ -26,22 +26,39 @@ disk fd0 at fdc0 drive 0
|
|||
disk fd1 at fdc0 drive 1
|
||||
|
||||
controller ahb0 at isa? bio irq 12 vector ahbintr
|
||||
disk sd0 at ahb0 flags 0 drive ?
|
||||
disk sd1 at ahb0 flags 0 drive ?
|
||||
disk sd2 at ahb0 flags 0 drive ?
|
||||
disk sd3 at ahb0 flags 0 drive ?
|
||||
tape st0 at ahb0 flags 1 drive ?
|
||||
tape st1 at ahb0 flags 1 drive ?
|
||||
disk cd0 at ahb0 flags 2 drive ?
|
||||
disk cd1 at ahb0 flags 2 drive ?
|
||||
|
||||
controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
|
||||
disk sd0 at bt0 flags 0 drive ?
|
||||
disk sd1 at bt0 flags 0 drive ?
|
||||
disk sd2 at bt0 flags 0 drive ?
|
||||
disk sd3 at bt0 flags 0 drive ?
|
||||
tape st0 at bt0 flags 1 drive ?
|
||||
tape st1 at bt0 flags 1 drive ?
|
||||
disk cd0 at bt0 flags 2 drive ?
|
||||
disk cd1 at bt0 flags 2 drive ?
|
||||
|
||||
controller uha0 at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr
|
||||
|
||||
device sd0
|
||||
device sd1
|
||||
device sd2
|
||||
|
||||
device st0
|
||||
device st1
|
||||
|
||||
device cd0
|
||||
disk sd0 at uha0 flags 0 drive ?
|
||||
disk sd1 at uha0 flags 0 drive ?
|
||||
disk sd2 at uha0 flags 0 drive ?
|
||||
disk sd3 at uha0 flags 0 drive ?
|
||||
tape st0 at uha0 flags 1 drive ?
|
||||
tape st1 at uha0 flags 1 drive ?
|
||||
disk cd0 at uha0 flags 2 drive ?
|
||||
disk cd1 at uha0 flags 2 drive ?
|
||||
|
||||
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 com1 at isa? port "IO_COM2" tty irq 3 vector comintr
|
||||
device com1 at isa? port "IO_COM1" tty irq 4 vector comintr
|
||||
device com2 at isa? port "IO_COM2" tty irq 3 vector comintr
|
||||
|
||||
device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
|
||||
device ne0 at isa? port 0x300 net irq 2 vector neintr
|
||||
|
|
|
@ -26,22 +26,40 @@ disk fd0 at fdc0 drive 0
|
|||
disk fd1 at fdc0 drive 1
|
||||
|
||||
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
|
||||
disk sd0 at aha0 flags 0 drive ?
|
||||
disk sd1 at aha0 flags 0 drive ?
|
||||
disk sd2 at aha0 flags 0 drive ?
|
||||
disk sd3 at aha0 flags 0 drive ?
|
||||
tape st0 at aha0 flags 1 drive ?
|
||||
tape st1 at aha0 flags 1 drive ?
|
||||
disk cd0 at aha0 flags 2 drive ?
|
||||
disk cd1 at aha0 flags 2 drive ?
|
||||
|
||||
controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
|
||||
disk sd0 at bt0 flags 0 drive ?
|
||||
disk sd1 at bt0 flags 0 drive ?
|
||||
disk sd2 at bt0 flags 0 drive ?
|
||||
disk sd3 at bt0 flags 0 drive ?
|
||||
tape st0 at bt0 flags 1 drive ?
|
||||
tape st1 at bt0 flags 1 drive ?
|
||||
disk cd0 at bt0 flags 2 drive ?
|
||||
disk cd1 at bt0 flags 2 drive ?
|
||||
|
||||
controller uha0 at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr
|
||||
disk sd0 at uha0 flags 0 drive ?
|
||||
disk sd1 at uha0 flags 0 drive ?
|
||||
disk sd2 at uha0 flags 0 drive ?
|
||||
disk sd3 at uha0 flags 0 drive ?
|
||||
tape st0 at uha0 flags 1 drive ?
|
||||
tape st1 at uha0 flags 1 drive ?
|
||||
disk cd0 at uha0 flags 2 drive ?
|
||||
disk cd1 at uha0 flags 2 drive ?
|
||||
|
||||
device sd0
|
||||
device sd1
|
||||
device sd2
|
||||
|
||||
device st0
|
||||
device st1
|
||||
|
||||
device cd0
|
||||
|
||||
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 com1 at isa? port "IO_COM2" tty irq 3 vector comintr
|
||||
device com1 at isa? port "IO_COM1" tty irq 4 vector comintr
|
||||
device com2 at isa? port "IO_COM2" tty irq 3 vector comintr
|
||||
|
||||
device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
|
||||
device ne0 at isa? port 0x300 net irq 2 vector neintr
|
||||
|
|
|
@ -37,14 +37,17 @@ device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
|||
#device com4 at isa? port 0x2b8 tty irq 4 flags 0x401 vector comintr
|
||||
|
||||
controller ahb0 at isa? bio irq 11 drq 5 vector ahbintr
|
||||
|
||||
device sd0
|
||||
device sd1
|
||||
device sd2
|
||||
|
||||
device st0
|
||||
|
||||
device cd0
|
||||
disk sd0 at ahb0 flags 0 drive 000
|
||||
disk sd1 at ahb0 flags 0 drive 010
|
||||
disk sd2 at ahb0 flags 0 drive 020
|
||||
disk sd3 at ahb0 flags 0 drive 040
|
||||
tape st0 at ahb0 flags 1 drive 030
|
||||
tape st1 at ahb0 flags 1 drive 050
|
||||
disk cd0 at ahb0 flags 2 drive 060
|
||||
disk sd4 at ahb0 flags 0 drive ?
|
||||
disk sd5 at ahb0 flags 0 drive ?
|
||||
tape st2 at ahb0 flags 1 drive ?
|
||||
disk cd1 at ahb0 flags 2 drive ?
|
||||
|
||||
device we0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 8192 vector weintr
|
||||
|
||||
|
|
|
@ -6,10 +6,10 @@ cpu "i386"
|
|||
ident TDR
|
||||
timezone 7 dst
|
||||
maxusers 10
|
||||
options INET,NFS,GATEWAY
|
||||
options INET,NFSSERVER,NFSCLIENT,GATEWAY,NFS
|
||||
options "COMPAT_43"
|
||||
options "TCP_COMPAT_42"
|
||||
#options SCSI
|
||||
options SCSI,ISOFS
|
||||
options DDB
|
||||
|
||||
config vmunix root on wd0 swap on wd0
|
||||
|
@ -29,28 +29,28 @@ disk fd2 at fdc0 drive 2
|
|||
disk fd3 at fdc0 drive 3
|
||||
|
||||
#controller wds0 at isa? port "IO_WDS" bio irq 15 drq 6 vector wdsintr
|
||||
#controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
|
||||
#controller aha1 at isa? port "IO_AHA1" bio irq 12 drq 7 vector ahaintr
|
||||
#controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr
|
||||
|
||||
#device sd0
|
||||
#device sd1
|
||||
#device sd2
|
||||
#device sd3
|
||||
#device st1
|
||||
#device st2
|
||||
#device cd0
|
||||
#device cd1
|
||||
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 7 vector ahaintr
|
||||
disk sd0 at aha0 flags 0 drive 000
|
||||
disk sd1 at aha0 flags 0 drive 010
|
||||
disk sd2 at aha0 flags 0 drive 020
|
||||
disk sd3 at aha0 flags 0 drive 040
|
||||
tape st0 at aha0 flags 1 drive 030
|
||||
tape st1 at aha0 flags 1 drive 050
|
||||
disk cd0 at aha0 flags 2 drive 060
|
||||
disk sd4 at aha0 flags 0 drive ?
|
||||
disk sd5 at aha0 flags 0 drive ?
|
||||
tape st2 at aha0 flags 1 drive ?
|
||||
disk cd1 at aha0 flags 2 drive ?
|
||||
|
||||
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 com1 at isa? port "IO_COM2" tty irq 3 vector comintr
|
||||
|
||||
device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
|
||||
#device ne0 at isa? port 0x300 net irq 2 vector neintr
|
||||
#device ec0 at isa? port 0x250 net irq 2 iomem 0xd8000 iosiz 8192 vector ecintr
|
||||
#device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
|
||||
device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
|
||||
#device ne0 at isa? port 0x300 net irq 2 vector neintr
|
||||
#device ec0 at isa? port 0x250 net irq 2 iomem 0xd8000 iosiz 8192 vector ecintr
|
||||
#device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
|
||||
|
||||
#device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
|
||||
|
||||
|
|
Loading…
Reference in New Issue