I'm seeing the following at boot (from a world built Wednesday night):

...
chip0: <Intel 82443BX host to PCI bridge> at device 0.0 on pci0
chip1: <Intel 82443BX host to AGP bridge> at device 1.0 on pci0
isab0: <Intel 82371AB PCI to ISA bridge> at device 4.0 on pci0
ide_pci0: <Intel PIIX4 Bus-master IDE controller> at device 4.1 on pci0
chip2: <Intel 82371AB Power management controller> at device 4.3 on pci0
ahc0: <Adaptec aic7890/91 Ultra2 SCSI adapter> 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: <Adaptec 2940 Ultra SCSI adapter> 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: <EISA bus> on motherboard
isa0: <ISA bus> on motherboard
fdc0: interrupting at irq 6
fdc0: <NEC 72065B or clone> 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): <WDC AC310100B>
wd0: 9671MB (19807200 sectors), 19650 cyls, 16 heads, 63 S/T, 512 B/S
wdc0: unit 1 (wd1): <WDC AC310100B>
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: <keyboard controller (i8042)> at port 0x60 on isa0
atkbd0: <AT Keyboard> on atkbdc0
atkbd0: interrupting at irq 1
vga0: <Generic ISA VGA> 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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to