]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC 232744,232747,233031:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 11 Apr 2012 20:04:31 +0000 (20:04 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 11 Apr 2012 20:04:31 +0000 (20:04 +0000)
commit1bb0d300724527396635bfe2e79a192f5341e8a2
tree2c5696b4f94881db101c58ba1aae6baca6702340
parent454e261bd8ad9357aa41e7bcd9f9fff6616e0dd9
MFC 232744,232747,233031:
- Allow a native i386 kernel to be built with 'nodevice atpic'.  Just as on
  amd64, if 'device isa' is present quiesce the 8259A's during boot and
  resume from suspend.
- Move i386's intr_machdep.c to the x86 tree and share it with amd64.
- Merge r232744 changes to pc98.
  (Allow a kernel to be built with 'nodevice atpic'.)
- Move ICU related defines from x86/isa/atpic.c to x86/isa/icu.h and
  use them in x86/x86/intr_machdep.c.

Note, I normally would have merged 232747 separately, but 233031 assumed
232747 was already merged and 232744 needs to be merged with 233031.

git-svn-id: svn://svn.freebsd.org/base/stable/9@234144 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/conf/files.amd64
sys/conf/files.i386
sys/conf/files.pc98
sys/i386/i386/exception.s
sys/i386/i386/intr_machdep.c [deleted file]
sys/i386/i386/machdep.c
sys/i386/include/intr_machdep.h
sys/pc98/pc98/machdep.c
sys/x86/isa/atpic.c
sys/x86/isa/icu.h
sys/x86/x86/intr_machdep.c [moved from sys/amd64/amd64/intr_machdep.c with 97% similarity]