Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 1996 11:20:50 -0500 (EST)
From:      John Fieber <jfieber@indiana.edu>
To:        current@freebsd.org
Subject:   broken userconfig in RELENG_2_2?
Message-ID:  <Pine.BSI.3.95.961122111553.278C-100000@fallout.campusview.indiana.edu>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.95.961122111553.278C-100000>