From owner-freebsd-questions Fri Nov 8 1:58:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D02A37B401 for ; Fri, 8 Nov 2002 01:58:14 -0800 (PST) Received: from mailsvr1.eastern-tele.com (mail.imperialscan.com.ph [203.167.127.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39F7E43E3B for ; Fri, 8 Nov 2002 01:58:13 -0800 (PST) (envelope-from ezshell@eastern.com.ph) Received: from my.ezshell.net (unknown [206.142.244.15]) by mailsvr1.eastern-tele.com (Postfix) with ESMTP id C6A78342CE for ; Fri, 8 Nov 2002 17:51:58 +0800 (PHT) Content-Type: text/plain; charset="us-ascii" From: EZShell Reply-To: ezshell@eastern.com.ph Organization: www.ezshell.net To: freebsd-questions@FreeBSD.ORG Subject: how to remove wi & xe from kernel Date: Fri, 8 Nov 2002 17:51:56 +0800 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211081751.56965.ezshell@eastern.com.ph> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, On 4.7-RELEASE, I'm recompiling my kernel and these two drivers=20 won't go away. These devices are not included in my kernel file. Contents of my kernel file: machine=09=09i386 cpu=09=09I686_CPU ident=09=09SMP options=09=09CPU_ENABLE_SSE=09=09#Enable SSE/MMX2 options=09=09CPU_SUSP_HLT maxusers=09256=09# allow ((20+16) * maxusers) processes options=09=09DFLDSIZ=3D"(128*1024*1024)" options=09=09MAXDSIZ=3D"(256*1024*1024)" options=09=09MAXSSIZ=3D"(256*1024*1024)" options=09=09QUOTA options =09INET=09=09=09#InterNETworking options =09INET6=09=09=09#IPv6 communications protocols options =09FFS=09=09=09#Berkeley Fast Filesystem options =09FFS_ROOT=09=09#FFS usable as root device [keep this!] options =09SOFTUPDATES=09=09#Enable FFS soft updates support options =09UFS_DIRHASH=09=09#Improve performance on big directories options =09NFS=09=09=09#Network Filesystem options =09NFS_ROOT=09=09#NFS usable as root device, NFS required options =09CD9660=09=09=09#ISO 9660 Filesystem options =09CD9660_ROOT=09=09#CD-ROM usable as root, CD9660 required options =09PROCFS=09=09=09#Process filesystem options =09COMPAT_43=09=09#Compatible with BSD 4.3 [KEEP THIS!] options =09SCSI_DELAY=3D15000=09#Delay (in ms) before probing SCSI options =09UCONSOLE=09=09#Allow users to grab the console options =09USERCONFIG=09=09#boot -c editor options =09VISUAL_USERCONFIG=09#visual boot -c editor options =09KTRACE=09=09=09#ktrace(1) support options=09=09SMBFS=09=09=09#SMB/CIFS Filesystem options =09SYSVSHM=09=09=09#SYSV-style shared memory options =09SYSVSEM=09=09=09#SYSV-style semaphores options=09=09SYSVMSG=09=09=09#SYSV-style message queues options=09=09SHMMAXPGS=3D65536 options=09=09SEMMNI=3D40 options=09=09SEMMNS=3D240 options=09=09SEMMNU=3D120 options=09=09SEMUME=3D40 options =09P1003_1B=09=09#Posix P1003_1B real-time extensions options =09KBD_INSTALL_CDEV=09# install a CDEV entry in /dev options =09_KPOSIX_PRIORITY_SCHEDULING # Needed for WINE options=09=09USER_LDT=09=09#allow user-level control of i386 ldt # To make an SMP kernel, the next two are needed options =09SMP=09=09=09# Symmetric MultiProcessor Kernel options =09APIC_IO=09=09=09# Symmetric (APIC) I/O device=09=09isa #device=09=09eisa device=09=09pci # Floppy drives device=09=09fdc0=09at isa? port IO_FD1 irq 6 drq 2 device=09=09fd0=09at fdc0 drive 0 #device=09=09fd1=09at fdc0 drive 1 # ATA and ATAPI devices #device=09=09ata0=09at isa? port IO_WD1 irq 14 #device=09=09ata1=09at isa? port IO_WD2 irq 15 device=09=09ata device=09=09atadisk=09=09=09# ATA disk drives device=09=09atapicd=09=09=09# ATAPI CDROM drives #device=09=09atapifd=09=09=09# ATAPI floppy drives device=09=09atapist=09=09=09# ATAPI tape drives options =09ATA_STATIC_ID=09=09#Static device numbering # atkbdc0 controls both the keyboard and the PS/2 mouse device=09=09atkbdc0=09at isa? port IO_KBD device=09=09atkbd0=09at atkbdc? irq 1 flags 0x1 device=09=09psm0=09at atkbdc? irq 12 # AGP GART support device=09=09agp device=09=09vga0=09at isa? # splash screen/screen saver #pseudo-device=09splash # syscons is the default console driver, resembling an SCO console device=09=09sc0=09at isa? flags 0x100 options=09=09SC_DISABLE_REBOOT=09# disable reboot key sequence # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console=20 driver #device=09=09vt0=09at isa? #options =09XSERVER=09=09=09# support for X server on a vt console #options =09FAT_CURSOR=09=09# start with block cursor # Floating point support - do not disable. device=09=09npx0=09at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device=09=09apm0 at nexus? flags 0x20 # Advanced Power Management # Serial (COM) ports device=09=09sio0=09at isa? port IO_COM1 flags 0x10 irq 4 device=09=09sio1=09at isa? port IO_COM2 irq 3 device=09=09sio2=09at isa? disable port IO_COM3 irq 5 device=09=09sio3=09at isa? disable port IO_COM4 irq 9 # Parallel port device=09=09ppc0=09at isa? irq 7 device=09=09ppbus=09=09# Parallel port bus (required) device=09=09lpt=09=09# Printer #device=09=09plip=09=09# TCP/IP over parallel #device=09=09ppi=09=09# Parallel port interface device #device=09=09vpo=09=09# 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=20 these NICs! #device=09=09lnc0=09=09# AMD PCNet device=09=09miibus=09=09# MII bus support device=09=09xl=09=09# 3Com 3C90x # Pseudo devices - the number indicates how many units to=20 allocate. pseudo-device=09loop=09=09# Network loopback pseudo-device=09ether=09=09# Ethernet support pseudo-device=09sl=091=09# Kernel SLIP pseudo-device=09ppp=091=09# Kernel PPP pseudo-device=09tun=09=09# Packet tunnel. pseudo-device=09pty=09=09# Pseudo-ttys (telnet etc) pseudo-device=09gif=09=09# IPv6 and IPv4 tunneling pseudo-device=09faith=091=09# IPv6-to-IPv4 relaying (translation) #pseudo-device=09md=09=09# Memory "disks" # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device=09bpf=09=09#Berkeley packet filter # SMB/CIFS Requester (Requires LIBMCHAIN & LIBICONV) options=09=09NETSMB options=09=09NETSMBCRYPTO options=09=09LIBMCHAIN options=09=09LIBICONV # IP stuff options=09=09IPFIREWALL options=09=09IPDIVERT options=09=09IPFIREWALL_VERBOSE options=09=09IPFIREWALL_DEFAULT_TO_ACCEPT options=09=09IPFIREWALL_VERBOSE_LIMIT=3D10 options=09=09IPSTEALTH options=09=09RANDOM_IP_ID options=09=09NETGRAPH options=09=09DUMMYNET options=09=09ICMP_BANDLIM=09=09#Rate limit bad replies #options=09=09BRIDGE # USB support device=09=09uhci=09=09# UHCI PCI->USB interface device=09=09ohci=09=09# OHCI PCI->USB interface device=09=09usb=09=09# USB Bus (required) device=09=09ugen=09=09# Generic #device=09=09uhid=09=09# "Human Interface Devices" #device=09=09ukbd=09=09# Keyboard #device=09=09ulpt=09=09# Printer #device=09=09umass=09=09# Disks/Mass storage - Requires scbus and da #device=09=09ums=09=09# Mouse #device=09=09uscanner=09# Scanners #device=09=09urio=09=09# Diamond Rio MP3 Player # Sound device=09=09pcm=09=09# PnP/PCI Sound Cards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message