# Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 // npx0是FreeBSD上的数学浮点运算单位,包括实体的或是软体模拟的
# Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management // 支援进阶的电源管理,对笔记型电脑很有助益。 ---------------------------------------------------------------------------- [第六部份]PCMICA、COM port、平行埠 设定 ---------------------------------------------------------------------------- # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable // PCMCIA支援...针对於笔记型电脑
# Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? disable port IO_COM3 irq 5