Added options APM and device apm0 for Advanced Power Management support.

This commit is contained in:
David Greenman 1994-10-01 05:43:09 +00:00
parent 5185ed0d3a
commit 3af6b6527a
3 changed files with 21 additions and 3 deletions
sys
conf
i386/conf

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.88 1994/09/28 22:51:54 wollman Exp $
# $Id: LINT,v 1.89 1994/09/28 22:57:24 wollman Exp $
#
machine "i386"
@ -62,6 +62,9 @@ options DSI_SOFT_MODEM #code for DSI Softmodems
options DIAGNOSTIC
options MSDOSFS_DEBUG
options APM #Advance Power Management support for laptops
#(Note: also need apm device)
# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
# the sound drivers.
@ -127,6 +130,9 @@ controller isa0
#This is a preliminary PCI bus ``device''
device pci0
#Driver for Advaced Power Management (also need options APM)
device apm0 isa?
# driver for the Adaptec 154x SCSI cards.
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
# driver for the Adaptec 174x SCSI cards.

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.88 1994/09/28 22:51:54 wollman Exp $
# $Id: LINT,v 1.89 1994/09/28 22:57:24 wollman Exp $
#
machine "i386"
@ -62,6 +62,9 @@ options DSI_SOFT_MODEM #code for DSI Softmodems
options DIAGNOSTIC
options MSDOSFS_DEBUG
options APM #Advance Power Management support for laptops
#(Note: also need apm device)
# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
# the sound drivers.
@ -127,6 +130,9 @@ controller isa0
#This is a preliminary PCI bus ``device''
device pci0
#Driver for Advaced Power Management (also need options APM)
device apm0 isa?
# driver for the Adaptec 154x SCSI cards.
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
# driver for the Adaptec 174x SCSI cards.

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id: LINT,v 1.88 1994/09/28 22:51:54 wollman Exp $
# $Id: LINT,v 1.89 1994/09/28 22:57:24 wollman Exp $
#
machine "i386"
@ -62,6 +62,9 @@ options DSI_SOFT_MODEM #code for DSI Softmodems
options DIAGNOSTIC
options MSDOSFS_DEBUG
options APM #Advance Power Management support for laptops
#(Note: also need apm device)
# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
# the sound drivers.
@ -127,6 +130,9 @@ controller isa0
#This is a preliminary PCI bus ``device''
device pci0
#Driver for Advaced Power Management (also need options APM)
device apm0 isa?
# driver for the Adaptec 154x SCSI cards.
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
# driver for the Adaptec 174x SCSI cards.