> Most notably, these former entries were now missing from my dmesg
> output when I logged in remotely and poked around:
> 
> atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
> atkbd0: <AT Keyboard> irq 1 on atkbdc0
> psm0: <PS/2 Mouse> irq 12 on atkbdc0
> psm0: model Generic PS/2 mouse, device ID 0
> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
> sc0: <System console> on isa0

Did you ran the Perl skript to create the hints file and
then change your KERNEL config like this?

    -device             isa0
    +device             isa

    -device             atkbdc0 at isa? port IO_KBD
    +device             atkbdc  1

    -device             atkbd0  at atkbdc? irq 1
    +device             atkbd

    -device             psm0    at atkbdc? irq 12
    +device             psm

    -device             vga0    at isa?
    +device             vga

    -device             sc0     at isa?
    +device             sc      1

    -device             npx0    at nexus? port IO_NPX flags 0x0 irq 13
    +device             npx

    -device             ata0
    -device             atadisk0        # ATA disk drives
    +device             ata
    +device             atadisk         # ATA disk drives

    -device             pcm0
    +device             pcm

    -device             joy0    at isa? port IO_GAME
    +device             joy

    -device             pci0
    +device             pci

and so on..

Regards,
Marc


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to