From owner-freebsd-mobile Fri Aug 18 0:19:28 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from scribe.cc.purdue.edu (scribe.cc.purdue.edu [128.210.11.6]) by hub.freebsd.org (Postfix) with ESMTP id 6D5B237B424 for ; Fri, 18 Aug 2000 00:19:24 -0700 (PDT) Received: from [128.211.209.78] by scribe.cc.purdue.edu with ESMTP; Fri, 18 Aug 2000 02:19:22 -0500 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 486A2195E; Fri, 18 Aug 2000 02:15:59 -0500 (EST) Date: Fri, 18 Aug 2000 02:15:59 -0500 From: Will Andrews To: mobile@FreeBSD.org Cc: Warner Losh Message-Id: <20000818021559.A434@argon.gryphonsoft.com> Mail-Followup-To: mobile@FreeBSD.org, Warner Losh Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="CdrF4e02JqNVZeln" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --CdrF4e02JqNVZeln Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I am getting problems with the latest 5.0-CURRENT and my ep card, a 3Com 3CCFE574BT. The last time I updated (July 26, 2000), this card worked fine. Attached is a copy of my kernel config. What happens is it boots up like normal, reports the normal ep address, and then it says "ep0: eeprom failed to come ready" and displays a null MAC address "00:00:00:00:00:00", then freezes. Thoughts? -- Will Andrews GCS/E/S @d- s+:+ a--- C++ UB++++$ P+ L- E--- W+ N-- !o ?K w--- O- M+ V- PS+ PE++ Y+ PGP+>+++ t++ 5 X+ R+ tv+ b++ DI+++ D+ G++ e>++++ h! r- y? --CdrF4e02JqNVZeln Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=ARGON # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.260 2000/06/13 22:28:46 peter Exp $ machine i386 cpu I686_CPU ident ARGON maxusers 50 hints "ARGON.hints" #Default places to look for devices. makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options INET #InterNETworking options INET6 #IPv6 communications protocols options IPSEC #IP Security protocol options IPSEC_ESP #IPSEC - heavy duty crypto options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options KBD_INSTALL_CDEV # install a CDEV entry in /dev options SOFTUPDATES #ffs speedups options INCLUDE_CONFIG_FILE #include configfile options RANDOMDEV # /dev/random for crypto device isa device pci # 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 # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices device atkbdc 1 device atkbd device psm device vga device sc 1 device npx device apm device pcm device iicbus device iicbb device ic device iic device smbus device smb device iicsmb # PCCARD (PCMCIA) support device card device pcic device sio device ep # Pseudo devices - the number indicates how many units to allocated. device loop # Network loopback device ether # Ethernet support device pty # Pseudo-ttys (telnet etc) device gif 4 # IPv6 and IPv4 tunneling device faith 1 # IPv6-to-IPv4 relaying (translation) device bpf # Berkeley packet filter device snp # woops. --CdrF4e02JqNVZeln Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ARGON.hints" hint.atkbd.0.at="atkbdc" 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.npx.0.at="nexus" hint.npx.0.port="0x0F0" hint.npx.0.irq="13" hint.apm.0.at="nexus" hint.apm.0.flags="0x31" hint.ep.0.at="isa" hint.ep.0.port="0x300" hint.ep.0.irq="10" hint.pcic.0.at="card" hint.pcic.1.at="card" hint.sio.0.at="isa" hint.sio.0.port="0x3F8" hint.sio.0.flags="0x10" hint.sio.0.irq="4" hint.ppc.0.at="isa" hint.ppc.0.flags="0x40" hint.ppc.0.irq="7" hint.smb.0.at="smbus" hint.iicsmb.0.at="iicbus" --CdrF4e02JqNVZeln-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message