"panic: lockmgr: locking against myself" in 5.1-RELEASE-p11
Esa Karkkainen
ejk at iki.fi
Tue Dec 9 14:06:49 PST 2003
Hello -current
This my second attempt to send this e-mail. The first one was
sent at "Mon, 8 Dec 2003 19:34:56 +0200" and it has not appeared at
current mailing list. I'm subscribed to current and I have allso checked
the current archives.
My computer, running 5.1-RELEASE-p11, started to panic quite
regularly. These panics, IMHO, seems to be related to background fsck
and to "dirty" /usr filesystem.
Originally I did not have kernel config which had debugging
enabled, so I had to make one.
dmesg from "boot -v" and kernel config are attached to this
e-mail.
I do have both the crashdump and kernel available.
Here is list of kernel modules loaded at the time of the crash
% kldstat
Id Refs Address Size Name
1 15 0xc0100000 2c4a08 kernel
2 1 0xc03c5000 45a4 snd_ich.ko
3 2 0xc03ca000 1da98 snd_pcm.ko
4 1 0xc03e8000 495d4 acpi.ko
5 1 0xc6334000 a000 if_nv.ko
6 1 0xc653e000 f000 miibus.ko
7 1 0xc65eb000 20000 usb.ko
8 1 0xc6639000 186000 nvidia.ko
9 1 0xc67bf000 18000 linux.ko
if_nv.ko is from net/nvnet
nvidia.ko is from x11/nvidia-driver
Here is the backtrace
(kgdb) backtrace
#0 doadump () at /usr/src/sys/kern/kern_shutdown.c:238
#1 0xc01947f5 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:370
#2 0xc0194b2a in panic () at /usr/src/sys/kern/kern_shutdown.c:543
#3 0xc01232e2 in db_panic () at /usr/src/sys/ddb/db_command.c:448
#4 0xc012326e in db_command (last_cmdp=0xc02ddf40, cmd_table=0x0,
aux_cmd_tablep=0xc02d9590, aux_cmd_tablep_end=0xc02d9594)
at /usr/src/sys/ddb/db_command.c:346
#5 0xc0123368 in db_command_loop () at /usr/src/sys/ddb/db_command.c:470
#6 0xc0125f78 in db_trap (type=3, code=0) at /usr/src/sys/ddb/db_trap.c:72
#7 0xc028bf70 in kdb_trap (type=3, code=0, regs=0xe0c054bc)
at /usr/src/sys/i386/i386/db_interface.c:170
#8 0xc029cc07 in trap (frame=
{tf_fs = 24, tf_es = 16, tf_ds = 16, tf_edi = 256, tf_esi = -969791104, tf_ebp = -524266232, tf_isp = -524266264, tf_ebx = 0, tf_edx = 0, tf_ecx = 32, tf_eax = 18, tf_trapno = 3, tf_err = 0, tf_eip = -1071070723, tf_cs = 8, tf_eflags = 646, tf_esp = -1070772662, tf_ss = -1070843711})
at /usr/src/sys/i386/i386/trap.c:593
#9 0xc028d808 in calltrap () at {standard input}:96
#10 0xc0194aca in panic (fmt=0x0) at /usr/src/sys/kern/kern_shutdown.c:527
#11 0xc0188700 in lockmgr (lkp=0xd29aa8cc, flags=34144290, interlkp=0x2000020,
td=0xc6322980) at /usr/src/sys/kern/kern_lock.c:447
#12 0xc01ebec0 in BUF_TIMELOCK (bp=0xd29aa8cc, locktype=34144290,
interlock=0x0, wmesg=0x0, catch=0, timo=0) at buf.h:319
#13 0xc01e7758 in flushbuflist (blist=0xd29aa800, flags=4, vp=0xc6d19db0,
slpflag=0, slptimeo=0, errorp=0x0) at /usr/src/sys/kern/vfs_subr.c:1240
#14 0xc01e741f in vinvalbuf (vp=0xc6d19db0, flags=4, cred=0x0, td=0x0,
slpflag=0, slptimeo=0) at /usr/src/sys/kern/vfs_subr.c:1153
#15 0xc0232e7b in ffs_truncate (vp=0xc6d19db0, length=0, flags=2048, cred=0x0,
td=0xc6322980) at /usr/src/sys/ufs/ffs/ffs_inode.c:273
#16 0xc023664c in ffs_snapshot (mp=0xc6114800, snapfile=---Can't read userspace from dump, or kernel process---
)
at /usr/src/sys/ufs/ffs/ffs_snapshot.c:664
#17 0xc0243e5f in ffs_mount (mp=0xc6114800, path=0xc657ec80 "/usr", data=0x0,
ndp=0xe0c05bf0, td=0xc6322980) at /usr/src/sys/ufs/ffs/ffs_vfsops.c:310
#18 0xc01e462e in vfs_mount (td=0xc6322980, fstype=0xc6d72130 "ffs",
fspath=0xc657ec80 "/usr", fsflags=18944000, fsdata=0x0)
at /usr/src/sys/kern/vfs_mount.c:1090
#19 0xc01e3d98 in mount (td=0x0, uap=0xe0c05d14)
at /usr/src/sys/kern/vfs_mount.c:846
#20 0xc029d491 in syscall (frame=
{tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 0, tf_esi = -1077936704, tf_ebp = -1077936824, tf_isp = -524264076, tf_ebx = 135025830, tf_edx = -1, tf_ecx = 135025664, tf_eax = 21, tf_trapno = 12, tf_err = 2, tf_eip = 134568695, tf_cs = 31, tf_eflags = 514, tf_esp = -1077937204, tf_ss = 47})
at /usr/src/sys/i386/i386/trap.c:1021
#21 0xc028d85d in Xint0x80_syscall () at {standard input}:138
---Can't read userspace from dump, or kernel process---
(kgdb) quit
--
"In the beginning the Universe was created. This has made a lot of
people very angry and been widely regarded as a bad move."
-- Douglas Adams 1952 - 2001
-------------- next part --------------
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.1-RELEASE-p11 #3: Mon Dec 8 18:23:50 EET 2003
root@:/usr/obj/usr/src/sys/THUNDERBOLT
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0433000.
Preloaded elf module "/boot/kernel/snd_ich.ko" at 0xc0433244.
Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc04332f0.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc043339c.
Calibrating clock(s) ... i8254 clock: 1193200 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz
Calibrating TSC clock ... TSC clock: 2079563741 Hz
Timecounter "TSC" frequency 2079563741 Hz
CPU: AMD Athlon(tm) XP 2600+ (2079.56-MHz 686-class CPU)
Origin = "AuthenticAMD" Id = 0x681 Stepping = 1
Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
AMD Features=0xc0400000<AMIE,DSP,3DNow!>
Data TLB: 32 entries, fully associative
Instruction TLB: 16 entries, fully associative
L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L2 internal cache: 256 kbytes, 64 bytes/line, 1 lines/tag, 8-way associative
real memory = 1073676288 (1023 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x000000000045a000 - 0x000000003edc9fff, 1050083328 bytes (256368 pages)
avail memory = 1038532608 (990 MB)
bios32: Found BIOS32 Service Directory header at 0xc00fb2d0
bios32: Entry = 0xfb760 (c00fb760) Rev = 0 Len = 1
pcibios: PCI BIOS entry at 0xf0000+0xb790
pnpbios: Found PnP BIOS data at 0xc00fc1e0
pnpbios: Entry = f0000:c210 Rev = 1.0
Other BIOS signatures found:
random: <entropy source>
mem: <memory & I/O>
Pentium Pro MTRR support enabled
null: <null device, zero device>
npx0: <math processor> on motherboard
npx0: INT 16 interface
acpi0: <XPC AWRDACPI> on motherboard
pci_open(1): mode 1 addr port (0x0cf8) is 0x80000888
pci_open(1a): mode1res=0x80000000 (0x80000000)
pci_cfgcheck: device 0 [class=060000] [hdr=80] is there (id=01e010de)
pcibios: BIOS version 2.10
Using $PIR table, 5 entries at 0xc00fdf10
PCI-Only Interrupts: 3 5 7 10 11
Location Bus Device Pin Link IRQs
slot 1 0 8 A 0x01 3 4 5 7 9 10 11 12 14 15
slot 1 0 8 B 0x02 3 4 5 7 9 10 11 12 14 15
slot 1 0 8 C 0x03 3 4 5 7 9 10 11 12 14 15
slot 1 0 8 D 0x04 3 4 5 7 9 10 11 12 14 15
slot 2 0 12 A 0x01 3 4 5 7 9 10 11 12 14 15
slot 2 0 12 B 0x02 3 4 5 7 9 10 11 12 14 15
slot 2 0 12 C 0x03 3 4 5 7 9 10 11 12 14 15
slot 2 0 12 D 0x04 3 4 5 7 9 10 11 12 14 15
slot 3 1 6 A 0x03 3 4 5 7 9 10 11 12 14 15
slot 3 1 6 B 0x04 3 4 5 7 9 10 11 12 14 15
slot 3 1 6 C 0x01 3 4 5 7 9 10 11 12 14 15
slot 3 1 6 D 0x02 3 4 5 7 9 10 11 12 14 15
embedded 0 30 A 0x04 3 4 5 7 9 10 11 12 14 15
embedded 0 30 B 0x02 3 4 5 7 9 10 11 12 14 15
embedded 0 30 C 0x02 3 4 5 7 9 10 11 12 14 15
embedded 0 30 D 0x02 3 4 5 7 9 10 11 12 14 15
AcpiOsDerivePciId: bus 0 dev 1 func 0
acpi0: power button is handled as a fixed feature programming model.
ACPI timer looks GOOD min = 3, max = 5, width = 2
ACPI timer looks GOOD min = 3, max = 5, width = 2
ACPI timer looks GOOD min = 3, max = 5, width = 2
ACPI timer looks GOOD min = 3, max = 5, width = 2
ACPI timer looks GOOD min = 3, max = 5, width = 2
ACPI timer looks GOOD min = 3, max = 5, width = 2
ACPI timer looks GOOD min = 3, max = 5, width = 2
ACPI timer looks GOOD min = 3, max = 5, width = 2
ACPI timer looks GOOD min = 3, max = 5, width = 2
ACPI timer looks GOOD min = 3, max = 5, width = 2
Timecounter "ACPI-fast" frequency 3579545 Hz
AcpiOsDerivePciId: bus 0 dev 1 func 0
AcpiOsDerivePciId: bus 0 dev 1 func 0
AcpiOsDerivePciId: bus 0 dev 1 func 0
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
acpi_cpu0: <CPU> on acpi0
acpi_tz0: <thermal zone> on acpi0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
---- initial configuration ------------------------
\\_SB_.PCI0.LSMB irq 7: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.0
\\_SB_.PCI0.LSMB irq 7: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.1
\\_SB_.PCI0.LUBA irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.2.0
\\_SB_.PCI0.LUBB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.2.1
\\_SB_.PCI0.LUB2 irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.2.2
\\_SB_.PCI0.LMAC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.4.0
\\_SB_.PCI0.LAPU irq 7: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.5.0
\\_SB_.PCI0.LACI irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.6.0
\\_SB_.PCI0.LMCI irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.6.1
\\_SB_.PCI0.LFIR irq 3: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.0
\\_SB_.PCI0.LIDE irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.0
\\_SB_.PCI0.LNK1 irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.0
\\_SB_.PCI0.LNK2 irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.1
\\_SB_.PCI0.LNK3 irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.2
\\_SB_.PCI0.LNK4 irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.3
\\_SB_.PCI0.LNK5 irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.30.0
\\_SB_.PCI0.LNK5 irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.30.1
\\_SB_.PCI0.LNK5 irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.30.2
\\_SB_.PCI0.LNK5 irq 0: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.30.3
---- before setting priority for links ------------
\\_SB_.PCI0.LMCI:
interrupts: 3 4 5 6 7 10 11 12 14 15
penalty: 2090 1990 1190 1990 2290 1190 1190 1990 10990 10990
references: 1
priority: 0
\\_SB_.PCI0.LIDE:
interrupts: 3 4 5 6 7 10 11 12 14 15
penalty: 2090 1990 1190 1990 2290 1190 1190 1990 10990 10990
references: 1
priority: 0
\\_SB_.PCI0.LNK1:
interrupts: 3 4 5 6 7 10 11 12 14 15
penalty: 2090 1990 1190 1990 2290 1190 1190 1990 10990 10990
references: 1
priority: 0
\\_SB_.PCI0.LNK2:
interrupts: 3 4 5 6 7 10 11 12 14 15
penalty: 2090 1990 1190 1990 2290 1190 1190 1990 10990 10990
references: 1
priority: 0
\\_SB_.PCI0.LNK3:
interrupts: 3 4 5 6 7 10 11 12 14 15
penalty: 2090 1990 1190 1990 2290 1190 1190 1990 10990 10990
references: 1
priority: 0
\\_SB_.PCI0.LNK5:
interrupts: 3 4 5 6 7 10 11 12 14 15
penalty: 2090 1990 1190 1990 2290 1190 1190 1990 10990 10990
references: 4
priority: 0
---- before fixup boot-disabled links -------------
\\_SB_.PCI0.LNK5:
interrupts: 3 4 5 6 7 10 11 12 14 15
penalty: 2090 1990 1190 1990 2290 1190 1190 1990 10990 10990
references: 4
priority: 14360
\\_SB_.PCI0.LMCI:
interrupts: 3 4 5 6 7 10 11 12 14 15
penalty: 2090 1990 1190 1990 2290 1190 1190 1990 10990 10990
references: 1
priority: 3590
\\_SB_.PCI0.LIDE:
interrupts: 3 4 5 6 7 10 11 12 14 15
penalty: 2090 1990 1190 1990 2290 1190 1190 1990 10990 10990
references: 1
priority: 3590
\\_SB_.PCI0.LNK1:
interrupts: 3 4 5 6 7 10 11 12 14 15
penalty: 2090 1990 1190 1990 2290 1190 1190 1990 10990 10990
references: 1
priority: 3590
\\_SB_.PCI0.LNK2:
interrupts: 3 4 5 6 7 10 11 12 14 15
penalty: 2090 1990 1190 1990 2290 1190 1190 1990 10990 10990
references: 1
priority: 3590
\\_SB_.PCI0.LNK3:
interrupts: 3 4 5 6 7 10 11 12 14 15
penalty: 2090 1990 1190 1990 2290 1190 1190 1990 10990 10990
references: 1
priority: 3590
---- after fixup boot-disabled links --------------
---- arbitrated configuration ---------------------
\\_SB_.PCI0.LSMB irq 7: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.0
\\_SB_.PCI0.LSMB irq 7: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.1.1
\\_SB_.PCI0.LUBA irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.2.0
\\_SB_.PCI0.LUBB irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.2.1
\\_SB_.PCI0.LUB2 irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.2.2
\\_SB_.PCI0.LMAC irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.4.0
\\_SB_.PCI0.LAPU irq 7: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.5.0
\\_SB_.PCI0.LACI irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.6.0
\\_SB_.PCI0.LMCI irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.6.1
\\_SB_.PCI0.LFIR irq 3: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.13.0
\\_SB_.PCI0.LIDE irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.9.0
\\_SB_.PCI0.LNK1 irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.0
\\_SB_.PCI0.LNK2 irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.1
\\_SB_.PCI0.LNK3 irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.2
\\_SB_.PCI0.LNK4 irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.8.3
\\_SB_.PCI0.LNK5 irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.30.0
\\_SB_.PCI0.LNK5 irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.30.1
\\_SB_.PCI0.LNK5 irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.30.2
\\_SB_.PCI0.LNK5 irq 11: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 0.30.3
pci0: <ACPI PCI bus> on pcib0
pci0: physical bus=0
map[10]: type 3, range 32, base e0000000, size 26, enabled
found-> vendor=0x10de, dev=0x01e0, revid=0xc1
bus=0, slot=0, func=0
class=06-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x10de, dev=0x01eb, revid=0xc1
bus=0, slot=0, func=1
class=05-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x10de, dev=0x01ee, revid=0xc1
bus=0, slot=0, func=2
class=05-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x10de, dev=0x01ed, revid=0xc1
bus=0, slot=0, func=3
class=05-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x10de, dev=0x01ec, revid=0xc1
bus=0, slot=0, func=4
class=05-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x10de, dev=0x01ef, revid=0xc1
bus=0, slot=0, func=5
class=05-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0020, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x10de, dev=0x0060, revid=0xa4
bus=0, slot=1, func=0
class=06-01-00, hdrtype=0x00, mfdev=1
cmdreg=0x000f, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
map[10]: type 4, range 32, base 0000e400, size 5, enabled
found-> vendor=0x10de, dev=0x0064, revid=0xa2
bus=0, slot=1, func=1
class=0c-05-00, hdrtype=0x00, mfdev=1
cmdreg=0x0001, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns)
intpin=a, irq=7
powerspec 2 supports D0 D3 current D0
map[10]: type 1, range 32, base e8080000, size 12, enabled
found-> vendor=0x10de, dev=0x0067, revid=0xa4
bus=0, slot=2, func=0
class=0c-03-10, hdrtype=0x00, mfdev=1
cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns)
intpin=a, irq=5
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type 1, range 32, base e8083000, size 12, enabled
found-> vendor=0x10de, dev=0x0067, revid=0xa4
bus=0, slot=2, func=1
class=0c-03-10, hdrtype=0x00, mfdev=1
cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns)
intpin=b, irq=10
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type 1, range 32, base e8086000, size 8, enabled
found-> vendor=0x10de, dev=0x0068, revid=0xa4
bus=0, slot=2, func=2
class=0c-03-20, hdrtype=0x00, mfdev=1
cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns)
intpin=c, irq=11
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type 1, range 32, base e8087000, size 12, enabled
map[14]: type 4, range 32, base 0000d000, size 3, enabled
found-> vendor=0x10de, dev=0x0066, revid=0xa1
bus=0, slot=4, func=0
class=02-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x01 (250 ns), maxlat=0x14 (5000 ns)
intpin=a, irq=11
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type 1, range 32, base e8000000, size 19, enabled
found-> vendor=0x10de, dev=0x006b, revid=0xa2
bus=0, slot=5, func=0
class=04-01-00, hdrtype=0x00, mfdev=0
cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x01 (250 ns), maxlat=0x0c (3000 ns)
intpin=a, irq=7
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type 4, range 32, base 0000d400, size 8, enabled
map[14]: type 4, range 32, base 0000d800, size 7, enabled
map[18]: type 1, range 32, base e8081000, size 12, enabled
found-> vendor=0x10de, dev=0x006a, revid=0xa1
bus=0, slot=6, func=0
class=04-01-00, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x05 (1250 ns)
intpin=a, irq=5
powerspec 2 supports D0 D1 D2 D3 current D0
found-> vendor=0x10de, dev=0x006c, revid=0xa3
bus=0, slot=8, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0107, statreg=0x00a0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x02 (500 ns)
map[20]: type 4, range 32, base 0000f000, size 4, enabled
found-> vendor=0x10de, dev=0x0065, revid=0xa2
bus=0, slot=9, func=0
class=01-01-8a, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns)
powerspec 2 supports D0 D3 current D0
map[10]: type 1, range 32, base e8084000, size 11, enabled
map[14]: type 1, range 32, base e8085000, size 6, enabled
found-> vendor=0x10de, dev=0x006e, revid=0xa3
bus=0, slot=13, func=0
class=0c-00-10, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns)
intpin=a, irq=3
powerspec 2 supports D0 D1 D2 D3 current D0
found-> vendor=0x10de, dev=0x01e8, revid=0xc1
bus=0, slot=30, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0107, statreg=0x0220, cachelnsz=0 (dwords)
lattimer=0x20 (960 ns), mingnt=0x0a (2500 ns), maxlat=0x00 (0 ns)
pci0: <memory, RAM> at device 0.1 (no driver attached)
pci0: <memory, RAM> at device 0.2 (no driver attached)
pci0: <memory, RAM> at device 0.3 (no driver attached)
pci0: <memory, RAM> at device 0.4 (no driver attached)
pci0: <memory, RAM> at device 0.5 (no driver attached)
isab0: <PCI-ISA bridge> at device 1.0 on pci0
isa0: <ISA bus> on isab0
pci0: <serial bus, SMBus> at device 1.1 (no driver attached)
pci0: <serial bus, USB> at device 2.0 (no driver attached)
pci0: <serial bus, USB> at device 2.1 (no driver attached)
pci0: <serial bus, USB> at device 2.2 (no driver attached)
pci0: <network, ethernet> at device 4.0 (no driver attached)
pci0: <multimedia, audio> at device 5.0 (no driver attached)
pcm0: <Nvidia nForce2 AC97 controller> port 0xd800-0xd87f,0xd400-0xd4ff mem 0xe8081000-0xe8081fff irq 5 at device 6.0 on pci0
pcm0: <Avance Logic ALC650 AC97 Codec (id = 0x414c4720)>
pcm0: Codec features 20 bit DAC, 18 bit ADC, 5 bit master volume, Realtek 3D Stereo Enhancement
pcm0: Primary codec extended features variable rate PCM, double rate PCM, reserved 1, center DAC, surround DAC, LFE DAC, reserved 4
pcm0: sndbuf_setmap 5b7000, 4000; 0xe0bd5000 -> 5b7000
pcm0: sndbuf_setmap 5bb000, 4000; 0xe0bd9000 -> 5bb000
pcib1: <ACPI PCI-PCI bridge> at device 8.0 on pci0
pcib1: secondary bus 1
pcib1: subordinate bus 1
pcib1: I/O decode 0xf000-0xfff
pcib1: memory decode 0xfff00000-0xfffff
pcib1: prefetched decode 0xfff00000-0xfffff
---- initial configuration ------------------------
\\_SB_.PCI0.LNK3 irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 1.6.0
\\_SB_.PCI0.LNK4 irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 1.6.1
\\_SB_.PCI0.LNK1 irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 1.6.2
\\_SB_.PCI0.LNK2 irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 1.6.3
---- before setting priority for links ------------
---- before fixup boot-disabled links -------------
---- after fixup boot-disabled links --------------
---- arbitrated configuration ---------------------
\\_SB_.PCI0.LNK3 irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 1.6.0
\\_SB_.PCI0.LNK4 irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 1.6.1
\\_SB_.PCI0.LNK1 irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 1.6.2
\\_SB_.PCI0.LNK2 irq 5: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 1.6.3
pci1: <ACPI PCI bus> on pcib1
pci1: physical bus=1
atapci0: <nVidia nForce2 UDMA133 controller> port 0xf000-0xf00f at device 9.0 on pci0
ata0: pre reset mask=03 ostat0=50 ostat2=00
ata0-master: ATAPI 90 d0
ata0-slave: ATAPI 00 00
ata0: after reset mask=03 stat0=50 stat1=00
ata0-master: ATA 01 a5
ata0: devices=01
ata0: at 0x1f0 irq 14 on atapci0
ata1: pre reset mask=03 ostat0=50 ostat2=00
ata1-master: ATAPI 14 eb
ata1-slave: ATAPI 00 00
ata1: after reset mask=03 stat0=00 stat1=00
ata1: devices=04
ata1: at 0x170 irq 15 on atapci0
pci0: <serial bus, FireWire> at device 13.0 (no driver attached)
pcib2: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib2: secondary bus 3
pcib2: subordinate bus 3
pcib2: I/O decode 0xf000-0xfff
pcib2: memory decode 0xe4000000-0xe5ffffff
pcib2: prefetched decode 0xd0000000-0xdfffffff
---- initial configuration ------------------------
\\_SB_.PCI0.LNK4 irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 3.0.0
---- before setting priority for links ------------
---- before fixup boot-disabled links -------------
---- after fixup boot-disabled links --------------
---- arbitrated configuration ---------------------
\\_SB_.PCI0.LNK4 irq 10: [ 3 4 5 6 7 10 11 12 14 15] low,level,sharable 3.0.0
pci3: <ACPI PCI bus> on pcib2
pci3: physical bus=3
map[10]: type 1, range 32, base e4000000, size 24, enabled
map[14]: type 3, range 32, base d0000000, size 27, enabled
map[18]: type 3, range 32, base d8000000, size 19, enabled
found-> vendor=0x10de, dev=0x0251, revid=0xa3
bus=3, slot=0, func=0
class=03-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords)
lattimer=0x20 (960 ns), mingnt=0x05 (1250 ns), maxlat=0x01 (250 ns)
intpin=a, irq=10
powerspec 2 supports D0 D3 current D0
pci3: <display, VGA> at device 0.0 (no driver attached)
unknown: not probed (disabled)
sio0: irq maps: 0x1 0x11 0x1 0x1
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
psmcpnp0 irq 12 on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0047
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
psm0: current command byte:0047
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model IntelliMouse Explorer, device ID 4-00, 5 buttons
psm0: config:00000000, flags:00000000, packet size:4
psm0: syncmask:08, syncbits:08
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 already exists; skipping it
sio: sio0 already exists; skipping it
Trying Read_Port at 203
Trying Read_Port at 243
Trying Read_Port at 283
Trying Read_Port at 2c3
Trying Read_Port at 303
Trying Read_Port at 343
Trying Read_Port at 383
Trying Read_Port at 3c3
sc: sc0 already exists; skipping it
vga: vga0 already exists; skipping it
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
orm0: <Option ROMs> at iomem 0xd4000-0xd57ff,0xd0000-0xd3fff on isa0
pmtimer0 on isa0
adv0: not probed (disabled)
aha0: not probed (disabled)
aic0: not probed (disabled)
bt0: not probed (disabled)
cs0: not probed (disabled)
ed0: not probed (disabled)
fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0
fe0: not probed (disabled)
ie0: not probed (disabled)
le0: not probed (disabled)
lnc0: not probed (disabled)
pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0
pcic1: not probed (disabled)
ppc0 failed to probe at irq 7 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: irq maps: 0x1 0x1 0x1 0x1
sio1: probe failed test(s): 0 1 2 4 6 7 9
sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
sio2: not probed (disabled)
sio3: not probed (disabled)
sn0: not probed (disabled)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
fb0: vga0, vga, type:VGA (5), flags:0x7007f
fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
fb0: init mode:24, bios mode:3, current mode:24
fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
vga0: vga: WARNING: video mode switching is not fully supported on this adapter
VGA parameters upon power-up
50 18 10 00 00 00 03 00 02 67 5e 4f 50 81 53 80
bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
VGA parameters in BIOS for mode 24
18 18 18 18 1f 00 00 00 18 18 18 18 ff 00 00 00
00 00 00 00 ff 18 18 18 18 18 18 18 1f 18 18 18
00 00 00 00 ff 00 00 00 18 18 18 18 ff 18 18 18
18 18 1f 18 1f 18 18 18 36 36 36 36 37 36 36 36
EGA/VGA parameters to be used for mode 24
50 18 10 00 00 00 03 00 02 67 5e 4f 50 81 53 80
bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
Device configuration finished.
procfs registered
Timecounters tick every 10.000 msec
lo0: bpf attached
ad0: success setting UDMA100 on nVidia nForce2 chip
ad0: <ST3120026A/3.54> ATA-6 disk at ata0-master
ad0: 114473MB (234441648 sectors), 232581 C, 16 H, 63 S, 512 B
ad0: 16 secs/int, 1 depth queue, UDMA100
ad0: piomode=12 dmamode=34 udmamode=69 cblid=1
GEOM: new disk ad0
ar: FreeBSD check1 failed
ata1-master: piomode=12 dmamode=34 udmamode=-1 dmaflag=1
ata1-master: success setting WDMA2 on nVidia nForce2 chip
acd0: <PLEXTOR CD-R PX-320A/1.05> CD-RW drive at ata1 as master
acd0: read 6890KB/s (36026KB/s) write 3445KB/s (3445KB/s), 2048KB buffer, WDMA2
acd0: Reads: CD-R, CD-RW, CD-DA stream, DVD-ROM, DVD-R, packet
acd0: Writes: CD-R, CD-RW, test write, burnproof
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: CD-ROM 120mm data disc
pcm0: measured ac97 link rate at 47995 Hz, will use 48000 Hz
[0] f:00 typ:7 s(CHS):0/1/1 e(CHS):1023/119/63 s:63 l:125828577
[1] f:00 typ:165 s(CHS):1023/255/63 e(CHS):1023/254/63 s:125828640 l:20957265
[2] f:80 typ:165 s(CHS):1023/255/63 e(CHS):1023/254/63 s:146785905 l:20964825
[3] f:00 typ:165 s(CHS):1023/255/63 e(CHS):1023/254/63 s:167750730 l:66685815
GEOM: Configure ad0s1, start 32256 length 64424231424 end 64424263679
GEOM: Configure ad0s2, start 64424263680 length 10730119680 end 75154383359
GEOM: Configure ad0s3, start 75154383360 length 10733990400 end 85888373759
GEOM: Configure ad0s4, start 85888373760 length 34143137280 end 120031511039
GEOM: Configure ad0s2a, start 0 length 268435456 end 268435455
GEOM: Configure ad0s2b, start 268435456 length 2121048064 end 2389483519
GEOM: Configure ad0s2c, start 0 length 10730119680 end 10730119679
GEOM: Configure ad0s2d, start 2389483520 length 268435456 end 2657918975
GEOM: Configure ad0s2e, start 2657918976 length 268435456 end 2926354431
GEOM: Configure ad0s2f, start 2926354432 length 7803765248 end 10730119679
GEOM: Configure ad0s3a, start 0 length 268435456 end 268435455
GEOM: Configure ad0s3b, start 268435456 length 2125160448 end 2393595903
GEOM: Configure ad0s3c, start 0 length 10733990400 end 10733990399
GEOM: Configure ad0s3d, start 2393595904 length 268435456 end 2662031359
GEOM: Configure ad0s3e, start 2662031360 length 268435456 end 2930466815
GEOM: Configure ad0s3f, start 2930466816 length 7802499584 end 10732966399
GEOM: Configure ad0s4c, start 0 length 34143137280 end 34143137279
GEOM: Configure ad0s4d, start 0 length 10737418240 end 10737418239
GEOM: Configure ad0s4e, start 10737418240 length 5368709120 end 16106127359
GEOM: Configure ad0s4f, start 16106127360 length 18037009920 end 34143137279
Mounting root from ufs:/dev/ad0s3a
start_init: trying /sbin/init
nv0: <NVIDIA nForce MCP2 Networking Adapter> port 0xd000-0xd007 mem 0xe8087000-0xe8087fff irq 11 at device 4.0 on pci0
nv0: Ethernet address 00:30:1b:af:7d:cc
nv0: bpf attached
miibus0: <MII bus> on nv0
rlphy0: <RTL8201L 10/100 media interface> on miibus0
rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
-------------- next part --------------
#
# THUNDERBOLT
#
machine i386
#cpu I486_CPU
#cpu I586_CPU
cpu I686_CPU
ident THUNDERBOLT
maxusers 0
#To statically compile in device wiring instead of /boot/device.hints
#hints "THUNDERBOLT.hints" #Default places to look for devices.
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
options SCHED_4BSD #4BSD scheduler
options INET #InterNETworking
#options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
#options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big directories
#options MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client
#options NFSSERVER #Network Filesystem Server
#options NFS_ROOT #NFS usable as root device, requires NFSCLIENT
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
#options COMPAT_FREEBSD4 #Compatible with FreeBSD4
#options SCSI_DELAY=2000 #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
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel
#options APIC_IO # Symmetric (APIC) I/O
device isa
#device eisa
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
# SCSI Controllers
#device ahb # EISA AHA1742 family
#device ahc # AHA2940 and onboard AIC7xxx devices
#device ahd # AHA39320/29320 and onboard AIC79xx devices
#device amd # AMD 53C974 (Tekram DC-390(T))
#device isp # Qlogic family
#device mpt # LSI-Logic MPT-Fusion
#device ncr # NCR/Symbios Logic
#device sym # NCR/Symbios Logic (newer chipsets + those of `ncr')
#device adv # Advansys SCSI adapters
#device adw # Advansys wide SCSI adapters
#device aha # Adaptec 154x SCSI adapters
#device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
#device bt # Buslogic/Mylex MultiMaster SCSI adapters
#device ncv # NCR 53C500
#device nsp # Workbit Ninja SCSI-3
#device stg # TMC 18C30/18C50
# RAID controllers interfaced to the SCSI subsystem
#device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
#device ciss # Compaq Smart RAID 5*
#device dpt # DPT Smartcache III, IV - See NOTES for options!
#device iir # Intel Integrated RAID
#device mly # Mylex AcceleRAID/eXtremeRAID
# SCSI peripherals
#AC#device scbus # SCSI bus (required)
#device ch # SCSI media changers
#AC#device da # Direct Access (disks)
#device sa # Sequential Access (tape etc)
#AC#device cd # CD
#AC#device pass # Passthrough device (direct SCSI access)
#device ses # SCSI Environmental Services (and SAF-TE)
# RAID controllers
#device aac # Adaptec FSA RAID
#device aacp # SCSI passthrough for aac (requires CAM)
#device amr # AMI MegaRAID
#device ida # Compaq Smart RAID
#device mlx # Mylex DAC960 family
#device pst # Promise Supertrak SX6000
#device twe # 3ware ATA RAID
# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller
device atkbd # AT keyboard
device psm # PS/2 mouse
device vga # VGA video card driver
#device splash # Splash screen and screen saver support
# 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
device agp # support several AGP chipsets
# Floating point support - do not disable.
device npx
# Power management support (see NOTES for more options)
#device apm
# Add suspend/resume support for the i8254.
device pmtimer
# PCCARD (PCMCIA) support
# Pcmcia and cardbus bridge support
#device cbb # cardbus (yenta) bridge
#device pcic # ExCA ISA and PCI bridges
#device pccard # PC Card (16-bit) bus
#device cardbus # CardBus (32-bit) bus
# 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.
#device de # DEC/Intel DC21x4x (``Tulip'')
#device em # Intel PRO/1000 adapter Gigabit Ethernet Card
#device txp # 3Com 3cR990 (``Typhoon'')
#device vx # 3Com 3c590, 3c595 (``Vortex'')
# 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 dc # DEC/Intel 21143 and various workalikes
#device fxp # Intel EtherExpress PRO/100B (82557, 82558)
#device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc')
#device rl # RealTek 8129/8139
#device sf # Adaptec AIC-6915 (``Starfire'')
#device sis # Silicon Integrated Systems SiS 900/SiS 7016
#device ste # Sundance ST201 (D-Link DFE-550TX)
#device tl # Texas Instruments ThunderLAN
#device tx # SMC EtherPower II (83c170 ``EPIC'')
#device vr # VIA Rhine, Rhine II
#device wb # Winbond W89C840F
#device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
#device bge # Broadcom BCM570xx Gigabit Ethernet
# ISA Ethernet NICs. pccard nics included.
#device cs # Crystal Semiconductor CS89x0 NIC
# 'device ed' requires 'device miibus'
#device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards
#device ex # Intel EtherExpress Pro/10 and Pro/10+
#device ep # Etherlink III based cards
#device fe # Fujitsu MB8696x based cards
#device lnc # NE2100, NE32-VL Lance Ethernet cards
#device sn # SMC's 9000 series of ethernet chips
#device xe # Xircom pccard ethernet
# ISA devices that use the old ISA shims
#device le
# Wireless NIC cards
#device an # Aironet 4500/4800 802.11 wireless NICs.
#device awi # BayStack 660 and others
#device wi # WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device wl # Older non 802.11 Wavelan wireless NIC.
# 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 ehci # EHCI 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
# USB Ethernet, requires mii
#device aue # ADMtek USB ethernet
#device cue # CATC USB ethernet
#device kue # Kawasaki LSI USB ethernet
# Omat
options INCLUDE_CONFIG_FILE
options COMPAT_FREEBSD4
#device pcm
#device firewire
#AC#device atapicam
More information about the freebsd-current
mailing list