Re: page fault while in kernel mode



On Tuesday 21 October 2008 03:22:28 pm Robert Fitzpatrick wrote:
On Tue, 2008-10-21 at 15:09 -0400, John Baldwin wrote:
Alternatively, you could just remove the 'device adv' line from your
kernel
config rather than adding lots of 'nodevice' lines at the bottom. You
can
usually do 'man 4 <driver name>' to see what devices it supports. In
this
case, adv(4) supports mostly ancient Advansys SCSI host adapters.
The
manpage has a full list of the various model numbers, etc.

Yes, that is what I thought. Right now, I am just commenting them out,
now I know what people mean when they say they are running a
trimmed/clean kernel.

I did see one potential issue...

# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
device usb # USB Bus (required)

I see all of these with nodevice lines in the PAE file. Although I have
USB ports, I don't use them, but I was concerned by the 'required' on
the last one, is it OK to remove? Also, would I then need to disable USB
in the BIOS to avoid errors?

Actually, USB is ok with PAE. I recently updated the PAE configs to not
disable PAE and at work we've run PAE kernels with USB enabled for a few
years now on 6.x w/o any problems.

--
John Baldwin
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: page fault while in kernel mode
    ... usually do 'man 4 <driver name>' to see what devices it supports. ... trimmed/clean kernel. ... I see all of these with nodevice lines in the PAE file. ... USB ports, I don't use them, but I was concerned by the 'required' on ...
    (freebsd-questions)
  • Re: page fault while in kernel mode
    ... usually do 'man 4 <driver name>' to see what devices it supports. ... trimmed/clean kernel. ... I see all of these with nodevice lines in the PAE file. ... USB ports, I don't use them, but I was concerned by the 'required' on ...
    (freebsd-questions)
  • Several OOPSes in net/sched/sch_generic.c, kernel/softirq.c (and other places)
    ... I have witnessed several kernel oopses in a vanilla 2.6.32 kernel of different patch levels. ... As I have no idea how I can trigger this oops -- it just happens after a few hours of running -- I'll list what I'm using the machine for: it's running Debian squeeze with a custom built kernel, vanilla 2.6.32.7 (.config attached). ... A WLAN AP is running over the USB wireless stick, which is bridged with the LAN side of the one NIC. ... # Device Drivers ...
    (Linux-Kernel)
  • PROBLEM: Oops when using emi62 with 2.6.28
    ... With kernel 2.6.28 (and I don't really know which version of the kernel ... emi62 soundcard usb firmware oops ... 2000-2fff: PCI Bus 0000:02 ... # Infrared-port device drivers ...
    (Linux-Kernel)
  • problem with linux-2.6.28
    ... ACPI: Local APIC address 0xfee00000 ... Allocating PCI resources starting at cc000000 ... 3243604k/3276480k available (3222k kernel code, 31608k reserved, 1142k data, 312k init, 23 ... USB 2.0 'Enhanced' Host Controller Driver ...
    (Linux-Kernel)