From owner-freebsd-current Sat May 8 15:28:10 1999 Delivered-To: freebsd-current@freebsd.org Received: from pez.hyperreal.org (pez.hyperreal.org [207.181.224.6]) by hub.freebsd.org (Postfix) with SMTP id 6E35614E94 for ; Sat, 8 May 1999 15:28:08 -0700 (PDT) (envelope-from brian@hyperreal.org) Received: (qmail 7379 invoked by uid 4000); 8 May 1999 22:29:57 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 8 May 1999 22:29:57 -0000 Date: Sat, 8 May 1999 15:29:57 -0700 (PDT) From: Brian Behlendorf To: current@freebsd.org Subject: haveseen_isadev Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm seeing the following at boot (from a world built Wednesday night): ... chip0: at device 0.0 on pci0 chip1: at device 1.0 on pci0 isab0: at device 4.0 on pci0 ide_pci0: at device 4.1 on pci0 chip2: at device 4.3 on pci0 ahc0: at device 6.0 on pci0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc0: interrupting at irq 12 xl0: <3Com 3c905-TX Fast Etherlink XL> at device 9.0 on pci0 xl0: interrupting at irq 12 xl0: Ethernet address: 00:60:08:a3:51:e8 xl0: autoneg complete, link status good (half-duplex, 10Mbps) ahc1: at device 10.0 on pci0 ahc1: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc1: interrupting at irq 10 xl1: <3Com 3c905B-TX Fast Etherlink XL> at device 12.0 on pci0 xl1: interrupting at irq 11 xl1: Ethernet address: 00:10:5a:a7:e5:45 xl1: autoneg complete, link status good (half-duplex, 10Mbps) eisa0: on motherboard isa0: on motherboard fdc0: interrupting at irq 6 fdc0: at port 0x3f0-0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> at fdc0 drive 0 wdc0 at port 0x1f0-0x1f7 irq 14 on isa0 wdc0: unit 0 (wd0): wd0: 9671MB (19807200 sectors), 19650 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 9671MB (19807200 sectors), 19650 cyls, 16 heads, 63 S/T, 512 B/S wdc0: interrupting at irq 14 haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! bt_isa_probe: Probe failed for card at 0x330 bt_isa_probe: Probe failed for card at 0x334 bt_isa_probe: Probe failed for card at 0x230 bt_isa_probe: Probe failed for card at 0x234 bt_isa_probe: Probe failed for card at 0x130 bt_isa_probe: Probe failed for card at 0x134 haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! atkbdc0: at port 0x60 on isa0 atkbd0: on atkbdc0 atkbd0: interrupting at irq 1 vga0: on isa0 ... Here's a diff between my kernel and GENERIC: 21c21 < ident TURBO --- > ident GENERIC 190c190 < pseudo-device pty 64 --- > pseudo-device pty 16 225,243d224 < < #### custom additions! < options MD5 < options PERFMON < < # Network options. NMBCLUSTERS defines the number of mbuf clusters and < # defaults to 256. This machine is a server that handles lots of traffic, < # so we crank that value. < options NMBCLUSTERS=4096 # mbuf clusters at 4096 < < # < # Misc. options < # < pseudo-device ccd 4 #Concatenated disk driver < options IPFIREWALL < options IPDIVERT < options ICMP_BANDLIM < options DUMMYNET < options BRIDGE Am I missing a device or controller line somewhere? Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message