Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2000 22:22:38 -0700 (PDT)
From:      bonk1138@msn.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/20001: PicoBSD kernels fail to compile
Message-ID:  <20000718052238.B1AA237B9AE@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         20001
>Category:       kern
>Synopsis:       PicoBSD kernels fail to compile
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 17 22:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     James Johnson
>Release:        5.0-CURRENT
>Organization:
>Environment:
FreeBSD freebsd 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jul 16 19:12:47 GMT 2000
     root@freebsd:/usr/obj/usr/src/sys/freebsd2  i386
>Description:
PicoBSD kernels are using older style configuration files. They need to be updated for 5.0.

Here is the attempt to build dial


>How-To-Repeat:
Attempt to compile any PicoBSD kernel in 5.0-CURRENT
>Fix:
diff ./PICOBSD /usr/src/sys/i386/conf/PICOBSD
33,34c33,34
< device	isa0
< device	pci0
---
> device	isa
> device	pci
36,38c36
< device		fdc0	at isa? port IO_FD1 irq 6 drq 2
< device		fd0	at fdc0 drive 0
< device		fd1	at fdc0 drive 1
---
> device		fdc
40,41c38
< device	ata0	at isa? port IO_WD1 irq 14
< device	ata1	at isa? port IO_WD2 irq 15
---
> device		ata
47,49c44,46
< device	atkbdc0	at isa? port IO_KBD
< device		atkbd0	at atkbdc? irq 1
< device		psm0	at atkbdc? irq 12
---
> device		atkbdc
> device		atkbd	
> device		psm	
51c48
< device		vga0	at isa? port ?
---
> device		vga	
54c51
< device		sc0	at isa?
---
> device		sc
56c53,55
< device		npx0	at nexus? port IO_NPX irq 13
---
> device		npx
> 
> device		sio
58,61d56
< device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
< device		sio1	at isa? port IO_COM2 irq 3
< device		sio2	at isa? disable port IO_COM3 irq 5
< device		sio3	at isa? disable port IO_COM4 irq 9
67c62
< device de0		# DEC/Intel DC21x4x (``Tulip'')
---
> device de		# DEC/Intel DC21x4x (``Tulip'')
69c64
< device fxp0		# Intel EtherExpress PRO/100B (82557, 82558
---
> device fxp		# Intel EtherExpress PRO/100B (82557, 82558
76,86c71,81
< device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
< device ep0 at isa? port 0x300 irq 10
< device ie0 at isa? port 0x300 irq 5 iomem 0xd0000
< device le0 at isa? port 0x300 irq 5 iomem 0xd0000
< device lnc0 at isa? port 0x300 irq 10
< 
< pseudo-device	loop
< pseudo-device	ether
< pseudo-device	tun	1
< pseudo-device	pty	16
< pseudo-device	md
---
> device ed
> device ep
> device ie
> device le
> device lnc
> 
> device	loop
> device	ether
> device	tun	1
> device	pty	16
> device	md


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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