From owner-p4-projects Wed Mar 20 23: 9:52 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 86D3137B41C; Wed, 20 Mar 2002 23:09:40 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAF4537B41A for ; Wed, 20 Mar 2002 23:09:39 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2L79df26145 for perforce@freebsd.org; Wed, 20 Mar 2002 23:09:39 -0800 (PST) (envelope-from peter@freebsd.org) Date: Wed, 20 Mar 2002 23:09:39 -0800 (PST) Message-Id: <200203210709.g2L79df26145@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 8130 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8130 Change 8130 by peter@peter_overcee on 2002/03/20 23:09:15 turn off NOSHARED, it causes library breakage due to "debug" being defined in too many places Affected files ... ... //depot/projects/ia64/contrib/lukemftpd/src/extern.h#3 edit ... //depot/projects/ia64/contrib/opie/libopie/writerec.c#2 edit ... //depot/projects/ia64/libexec/Makefile#3 edit ... //depot/projects/ia64/libexec/lukemftpd/Makefile#2 edit ... //depot/projects/ia64/secure/libexec/telnetd/Makefile#5 edit ... //depot/projects/ia64/share/mk/bsd.sys.mk#3 edit ... //depot/projects/ia64/sys/ia64/conf/GENERIC#6 edit ... //depot/projects/ia64/sys/ia64/conf/GENERIC.hints#2 edit ... //depot/projects/ia64/sys/ia64/conf/SMALL#9 edit Differences ... ==== //depot/projects/ia64/contrib/lukemftpd/src/extern.h#3 (text+ko) ==== @@ -100,6 +100,9 @@ * SUCH DAMAGE. */ +#include +#include + #ifdef NO_LONG_LONG # define LLF "%ld" # define LLFP(x) "%" x "ld" ==== //depot/projects/ia64/contrib/opie/libopie/writerec.c#2 (text+ko) ==== @@ -32,7 +32,7 @@ #endif /* HAVE_STDLIB_H */ #include "opie.h" -char *__opienone = "****************"; +static char *__opienone = "****************"; int __opiewriterec FUNCTION((opie), struct opie *opie) { ==== //depot/projects/ia64/libexec/Makefile#3 (text+ko) ==== @@ -9,7 +9,6 @@ ftpd \ getNAME \ getty \ - lukemftpd \ makekey \ mknetid \ pppoed \ ==== //depot/projects/ia64/libexec/lukemftpd/Makefile#2 (text+ko) ==== @@ -11,7 +11,7 @@ SRCS= cmds.c conf.c ftpd.c ftpcmd.y popen.c WFORMAT= 0 -CFLAGS+= -I${.CURDIR} -I${LUKEMFTPD} #-I${LUKEMFTPD}/src +CFLAGS+= -I${.CURDIR} -I${LUKEMFTPD} -I${LUKEMFTPD}/src YFLAGS= LDADD= -lmd -lcrypt -lutil ==== //depot/projects/ia64/secure/libexec/telnetd/Makefile#5 (text+ko) ==== @@ -3,7 +3,6 @@ # Do not define -DKLUDGELINEMODE, as it does not interact well with many # telnet implementations. -NOSHARED= xx PROG= telnetd MAN= telnetd.8 ==== //depot/projects/ia64/share/mk/bsd.sys.mk#3 (text+ko) ==== ==== //depot/projects/ia64/sys/ia64/conf/GENERIC#6 (text+ko) ==== @@ -27,7 +27,7 @@ maxusers 0 #To statically compile in device wiring instead of /boot/device.hints -#hints "GENERIC.hints" +hints "GENERIC.hints" makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols makeoptions NO_CPU_COPTFLAGS=true #Ignore any x86 CPUTYPE @@ -59,6 +59,7 @@ # SMP options SMP + # Debugging for use in -current options DDB #Enable the kernel debugger options INVARIANTS #Enable calls of extra sanity checking @@ -69,6 +70,10 @@ device isa device pci +# IA64 uses acpica +device acpica +options ACPI_DEBUG + # Floppy drives device fdc ==== //depot/projects/ia64/sys/ia64/conf/GENERIC.hints#2 (text+ko) ==== @@ -11,8 +11,8 @@ hint.atkbd.0.irq="1" hint.psm.0.at="atkbdc" hint.psm.0.irq="12" -hint.vga.0.at="isa" -hint.sc.0.at="isa" +#hint.vga.0.at="isa" +#hint.sc.0.at="isa" hint.mcclock.0.at="isa" hint.mcclock.0.port="0x70" hint.sio.0.at="isa" ==== //depot/projects/ia64/sys/ia64/conf/SMALL#9 (text+ko) ==== @@ -135,12 +135,12 @@ device bpf #Berkeley packet filter # USB support -device uhci # UHCI PCI->USB interface -device ohci # OHCI PCI->USB interface -device usb # USB Bus (required) -device ugen # Generic -device uhid # "Human Interface Devices" -device ukbd # Keyboard +#device uhci # UHCI PCI->USB interface +#device ohci # OHCI PCI->USB interface +#device usb # USB Bus (required) +#device ugen # Generic +#device uhid # "Human Interface Devices" +#device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da0 #device ums # Mouse To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message