1# 2# DEFAULTS -- Default kernel configuration file for FreeBSD/pc98 3# 4# $FreeBSD$ 5 6machine pc98 i386 7options PC98 8 9# Bus support. 10device isa 11options ISAPNP 12 13# Floating point support. 14device npx 15 16# Pseudo devices. 17device mem # Memory and kernel memory devices 18device io # I/O device 19 20# UART chips on this platform 21device uart_ns8250 22#device uart_i8251 23 24# Default partitioning schemes 25options GEOM_PART_BSD 26options GEOM_PART_PC98 27 28# enable support for native hardware 29device atpic 30 31options NEW_PCIB 32