Just done a CVS up followed by a make buildworld... Now doing a make buildkernel (known working current) KERNCONF=MYKERNEL and I get this: -------------------------------------------------------------- >>> Kernel build for MYKERNEL started on Tue Apr 29 12:22:44 CEST 2003 -------------------------------------------------------------- ===> MYKERNEL mkdir -p /usr/obj/usr/src/sys cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/MYKERNEL /usr/src/sys/i386/conf/MYKERNEL /usr/src/sys/i386/conf/MYKERNEL: unknown option "DRM_LINUX" *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ARRRGHHHH...Is DRM_LINUX broken? My kernel conf is: #This is mandatory for a PC Compatible machine machine i386 ###CPU Information #This is for a PentiumPro class processor (>PII) cpu I686_CPU #Suspend on halt options CPU_SUSP_HLT # Pentium/Pentium Pro performance counters options PERFMON ###KERNEL CONFIGURATION ident MYKERNEL maxusers 0 device npx #Hardware FPU ###Bus devices device pci device isa device agp ###Graphic Devices options VESA device vga device mgadrm device splash #Startup image and screensaver ###Sound Devices device pcm #Driver device sbc #On-Board driver ###Linux Compatibility options COMPAT_LINUX options DRM_LINUX ###Network options INET options INET6 options NFSSERVER options NFSCLIENT options NFS_ROOT ###FileSystems options FFS options SOFTUPDATES #Enalge FFS soft updates support options MSDOSFS #Added for test options CD9660 options PROCFS options PSEUDOFS options COMPAT_AOUT options COMPAT_43 options COMPAT_FREEBSD4 ###ACL Lists options UFS_ACL options UFS_DIRHASH #Improved performance on big dirs #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" #Default places to look for devices. #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options SCHED_4BSD #4BSD scheduler options MD_ROOT #MD is a potential root device options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options AHC_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~128k to driver. options AHD_REG_PRETTY_PRINT # Print register bitfields in debug # output. Adds ~215k to driver. # Debugging for use in -current #options DDB #Enable the kernel debugger #options INVARIANTS #Enable calls of extra sanity checking #options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS #options WITNESS #Enable checks to detect deadlocks and cycles #options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed # Floppy drives device fdc # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # Added for test options ATA_STATIC_ID #Static device numbering device scbus # SCSI bus (required) device da # Direct Access (disks) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard #device psm # PS/2 mouse # syscons is the default console driver, resembling an SCO console device sc # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # Add suspend/resume support for the i8254. device pmtimer # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports # Parallel port device ppc device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Pseudo devices - the number indicates how many units to allocate. device random # Entropy device device loop # Network loopback device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! 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 udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" #device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse #device urio # Diamond Rio 500 MP3 player #device uscanner # Scanners Thanks, AnthonyReceived on Tue Apr 29 2003 - 01:24:51 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:05 UTC