|
|
1.1 ! root 1: machine "i386" ! 2: cpu "i386" ! 3: ident ALL ! 4: timezone 8 dst ! 5: maxusers 30 ! 6: ! 7: options KTRACE ! 8: options FIFO ! 9: #options SYSVSHM broken ! 10: #options SHMMAXPGS=1024 broken ! 11: options QUOTA ! 12: options MFS ! 13: options NFS ! 14: #options IMP ! 15: options INET ! 16: options NS ! 17: options ISO ! 18: options TPIP ! 19: options EON ! 20: options CCITT ! 21: options ISOFS ! 22: options DDB ! 23: options FDESC ! 24: options KERNFS ! 25: options SCSI ! 26: ! 27: options "COMPAT_43" ! 28: options "TCP_COMPAT_42" ! 29: ! 30: config "386bsd" root on wd0 swap on wd0 and sd0 ! 31: ! 32: #buses ! 33: controller isa0 ! 34: ! 35: #non-scsi disk controllers ! 36: controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr ! 37: disk wd0 at wdc0 drive 0 ! 38: disk wd0 at wdc0 drive 1 ! 39: ! 40: #floppy controller ! 41: controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr ! 42: disk fd0 at fdc0 drive 0 ! 43: disk fd1 at fdc0 drive 1 ! 44: ! 45: #console ! 46: device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint ! 47: ! 48: #math co-processor ! 49: device npx0 at isa? port "IO_NPX" irq 13 vector npxintr ! 50: ! 51: #serial ! 52: device com1 at isa? port "IO_COM1" tty irq 4 vector comintr ! 53: device com2 at isa? port "IO_COM2" tty irq 3 vector comintr ! 54: ! 55: #scsi ! 56: controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr ! 57: controller ahb0 at isa? bio irq 12 vector ahbintr ! 58: controller bt0 at isa? port "IO_BT0" bio irq 12 vector btintr ! 59: controller uha0 at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr ! 60: controller scbus0 ! 61: ! 62: #old scsi ! 63: #controller as0 at isa? port 0x330 bio irq 11 drq 5 vector asintr ! 64: #disk as0 at as0 drive 0 ! 65: #disk as1 at as0 drive 1 ! 66: ! 67: device sd0 ! 68: device sd1 ! 69: ! 70: device st0 ! 71: device st1 ! 72: ! 73: device cd0 ! 74: device cd1 ! 75: ! 76: device ch0 ! 77: device ch1 ! 78: ! 79: #ether ! 80: device we0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 8192 vector weintr ! 81: device ne0 at isa? port 0x300 net irq 2 vector neintr ! 82: device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr ! 83: device ec0 at isa? port 0x250 net irq 2 iomem 0xd8000 iosiz 8192 vector ecintr ! 84: ! 85: #pseudo-devices ! 86: pseudo-device pty8 ! 87: #pseudo-device tb2 was never ported to 4.4 ! 88: pseudo-device devpager ! 89: pseudo-device swappager ! 90: pseudo-device vnodepager ! 91: pseudo-device bpfilter3 ! 92: pseudo-device loop ! 93: pseudo-device sl ! 94: #pseudo-device tun missing header files ! 95: pseudo-device ether #XXX ! 96: ! 97: ! 98:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.