Date: Mon, 28 Oct 1996 11:22:03 -0600 (CST) From: Charlie Root <root@ts1.netville.passage.net> To: freebsd-questions@FreeBSD.org Message-ID: <199610281722.LAA02314@ts1.netville.passage.net>
next in thread | raw e-mail | index | archive | help
Below is my ts1 configuration file. Its not compiling please diagnose quickly, Chris Pres. Netville 205-343-0402 netville@passage.net machine "i386" cpu "I586_CPU" # aka Pentium(tm) ident "ts1" maxusers 16 options "CHILD_MAX=128" options "OPEN_MAX=128" config kernel root on wd0 options "COM_MULTIPORT" options "COMPAT_43" options USER_LDT #allow user-level control of i386 ldt options SYSVSHM options SYSVSEM options SYSVMSG options KTRACE #kernel tracing options UCONSOLE options INET #Internet communications protocols pseudo-device ether #Generic Ethernet pseudo-device loop #Network loopback device pseudo-device ppp 16 #Point-to-point protocol pseudo-device bpfilter 2 #Berkeley packet filter pseudo-device tun 2 #Tunnel driver(user process ppp) options NSIP #XNS over IP options LLC #X.25 link layer for Ethernets options HDLC #X.25 link layer for serial lines options GATEWAY #internetwork gateway options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about options FFS #Fast filesystem options "CD9660" #ISO 9660 filesystem options LFS #Log filesystem options MSDOSFS #MS DOS File System options PROCFS #Process filesystem pseudo-device pty 16 #Pseudo ttys - can go as high as 256 pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device log #Kernel syslog interface (/dev/klog) pseudo-device gzip #Exec gzipped a.out's controller isa0 options "AUTO_EOI_1" options "AUTO_EOI_2" options BOUNCE_BUFFERS #options DUMMY_NOPS device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0x80ff vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 flags 0x80ff vector wdintr disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus device wcd0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 device lpt0 at isa? port? tty irq 7 vector lptintr device mse0 at isa? port 0x23c tty irq 5 vector mseintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr #device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio1 at isa? port 0x100 tty flags 0x1005 device sio2 at isa? port 0x108 tty flags 0x1005 device sio3 at isa? port 0x110 tty flags 0x1005 device sio4 at isa? port 0x118 tty flags 0x1005 device sio5 at isa? port 0x120 tty flags 0x1005 device sio6 at isa? port 0x128 tty flags 0x1005 device sio7 at isa? port 0x130 tty flags 0x1005 device sio8 at isa? port 0x138 tty flags 0x1005 device sio9 at isa? port 0x140 tty flags 0x1005 device sio10 at isa? port 0x148 tty flags 0x1005 device sio11 at isa? port 0x150 tty flags 0x1005 device sio12 at isa? port 0x158 tty flags 0x1005 device sio13 at isa? port 0x160 tty flags 0x1005 device sio14 at isa? port 0x168 tty flags 0x1005 device sio15 at isa? port 0x170 tty flags 0x1005 device sio16 at isa? port 0x178 tty flags 0x1005 irq 11 vector siointr #options COM_MULTIPORT #code for some cards with shared IRQs device ed0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector edintr controller pci0 options PROBE_VERBOSE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610281722.LAA02314>