Move the Plug'n'Play BIOS support into a separate file. This is included
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 29 Apr 2004 12:11:16 +0000 (12:11 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 29 Apr 2004 12:11:16 +0000 (12:11 +0000)
commit0e1cb2e27714d4bde29cf01489e90e7705ab3ee6
tree973e31e55662e15a195e1c66d788ff0d8521457f
parent49309f25ceb9cba337608f704fe67f889773de0e
Move the Plug'n'Play BIOS support into a separate file. This is included
with "device pnpbios" instead of "options PNPBIOS".

This is still not included by default in GENERIC.

While at it, convert some u_intXX_t, u_short and u_int to uintXX_t in
preparation for AMD64.
12 files changed:
sys/conf/files.amd64
sys/conf/files.i386
sys/conf/files.pc98
sys/conf/options.amd64
sys/conf/options.i386
sys/conf/options.pc98
sys/config/LINT
sys/i386/conf/LINT
sys/i386/i386/bios.c
sys/i386/i386/pnpbios.c [new file with mode: 0644]
sys/platform/pc32/i386/bios.c
sys/platform/pc32/i386/pnpbios.c [new file with mode: 0644]