From owner-freebsd-current Fri Nov 22 08:20:57 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA26592 for current-outgoing; Fri, 22 Nov 1996 08:20:57 -0800 (PST) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA26583 for ; Fri, 22 Nov 1996 08:20:52 -0800 (PST) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.7.6/8.7.3) with SMTP id LAA00325 for ; Fri, 22 Nov 1996 11:20:50 -0500 (EST) Date: Fri, 22 Nov 1996 11:20:50 -0500 (EST) From: John Fieber To: current@freebsd.org Subject: broken userconfig in RELENG_2_2? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just built a RELENG_2_2 kernel and discovered that after booting with -c (user config), keyboard input is broken (typing generates garbage). I'm beginning to agree with Nate's observation that apparently nobody is actually using the RELENG_2_2 branch.... Kernel config below. -john == jfieber@indiana.edu =========================================== == http://fallout.campusview.indiana.edu/~jfieber ================ machine "i386" cpu "I586_CPU" ident FALLOUT maxusers 15 options CHILD_MAX=128 options OPEN_MAX=128 options "COMPAT_43" options USER_LDT options SYSVSHM #SYSV shared memory options SYSVSEM #SYSV semaphores options SYSVMSG #SYSV messages options KTRACE #Kernel syscall tracing options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options INET #InterNETworking options NETATALK #AppleTalk options FFS #Berkeley Fast Filesystem options DEVFS config kernel root on sd0 # ISA Bus controller isa0 options "AUTO_EOI_1" options "AUTO_EOI_2" options BOUNCE_BUFFERS #include support for DMA bounce buffers # PCI Bus controller pci0 # Floppy disk controller controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 # SCSI Controller and devices controller ncr0 controller scbus0 at ncr0 device sd0 device st0 device cd0 options SCSI_DELAY=5 #Be pessimistic about Joe SCSI device # Syscons console driver (SCO compatible) device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Math processor device npx0 at isa? port "IO_NPX" irq 13 vector npxintr # Serial ports device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr # Parallel ports device lpt0 at isa? port? tty irq 7 vector lptintr # Ethernet device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr # Sound card controller snd0 device sb0 at isa? port 0x220 irq 10 drq 1 vector sbintr device sbxvi0 at isa? drq 6 device sbmidi0 at isa? port 0x300 device opl0 at isa? port 0x388 # Pseudo devices pseudo-device loop # loopback device pseudo-device ether # core ethernet code pseudo-device log # system logging pseudo-device pty 32 # pseudo terminals pseudo-device speaker # PC speaker interface pseudo-device gzip # Exec gzipped a.out's pseudo-device vn # vnode driver (turns a file into a device) pseudo-device bpfilter 4 # Berkeley packet filter device