Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 1995 20:48:23 +0200 (MET DST)
From:      Ollivier Robert <roberto@keltia.frmug.fr.net>
To:        freebsd-current@freebsd.org (FreeBSD Current Users' list)
Subject:   New PCMCIA
Message-ID:  <199507161848.UAA13954@keltia.frmug.fr.net>

next in thread | raw e-mail | index | archive | help
Problem with new PCMCIA code ?

cc -c -O -m486 -pipe -W -Wreturn-type -Wcomment -Wredundant-decls  -nostdinc -I. -I../.. -I../../sys -I../../../include -DKELTIA -DI486_CPU -DKTRACE -DGATEWAY -DSHMMAXPGS=128 -DSYSVMSG -DSYSVSEM -DSYSVSHM -DCOMPAT_LINUX -DTEST_LABELLING -DDUMMY_NOPS -DAUTO_EOI_2 -DAUTO_EOI_1 -DUCONSOLE -DSCSI_2_DEF -DCOMPAT_43 -DPROCFS -DLFS -DMFS -DFFS -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000  ../../i386/i386/conf.c
../../i386/i386/conf.c:1199: `crdselect' undeclared here (not in a function)
../../i386/i386/conf.c:1199: initializer element for `cdevsw.d_select' is not constant
*** Error code 1

Stop.

------------------------------------------------------------
machine		"i386"
cpu			"I486_CPU"
ident		"KELTIA"
maxusers	20

options		INET					#InterNETworking
options		FFS						#Berkeley Fast Filesystem
options		MFS						#Berkeley Fast Filesystem
options		LFS						#Berkeley Log Filesystem
options		PROCFS					#Berkeley proc Filesystem
options		"COMPAT_43"				#Compatible with BSD 4.3
options		"SCSI_2_DEF"			#hack for the mp1624
options		UCONSOLE				#for xconsole

# Experimental options
options		"AUTO_EOI_1"
options		"AUTO_EOI_2"
options		DUMMY_NOPS
options     TEST_LABELLING
#
options		"COMPAT_LINUX"
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		"SHMMAXPGS=128"          # 512 KB of sharable memory
#
# Enable the kernel debugger.
#
options		KTRACE

config		kernel	root on sd0 swap on sd0 and sd1 and sd2 dumps on sd0

controller	isa0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1

controller	bt0	at isa? port "IO_BT0" bio irq ? vector btintr
controller	scbus0 at bt0

controller	ahb0 at isa? bio irq ? vector ahbintr
controller	scbus1 at ahb0

# BT: 2 fast disks + CD
disk		sd0 at scbus0 target 0 unit 0
disk		sd0 at scbus0 target 2
device		cd0 at scbus0 target 6
# 1742: mp1624 + all streamers
disk		sd1 at scbus1 target 1
tape		st0 at scbus1 target 5
tape		st1 at scbus1 target 4

# new sound config.
controller	snd0
device sb0	at isa? port 0x220 irq 5 drq 3 vector sbintr
device opl0	at isa? port 0x388

device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

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		lpt0	at isa? port? tty irq 7 vector lptintr

device ed0 at isa? port 0x300 net irq 10 iomem 0xcc000 vector edintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	sl	1
pseudo-device	ppp	1
pseudo-device   bpfilter 4  #Berkeley packet filter
pseudo-device	pty	24
pseudo-device	speaker
pseudo-device   vn          #Vnode driver (turns a file into a device)
pseudo-device	disc		#Discard device
pseudo-device	tun	1		#Enable user-level PPP see ppp(8)
pseudo-device   snp 3       #Snoop device - to look at pty/vty/etc..
------------------------------------------------------------

-- 
Ollivier ROBERT    -=- The daemon is FREE! -=-    roberto@keltia.frmug.fr.net
       FreeBSD keltia 2.2-CURRENT #5: Fri Jul 14 12:28:04 MET DST 1995



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507161848.UAA13954>