diff options
author | dg <dg@FreeBSD.org> | 1994-10-01 05:43:09 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-10-01 05:43:09 +0000 |
commit | 52c7a916b93a88fa0da6681db56617eb89bde1f1 (patch) | |
tree | 7dd6c24484703d037f5f4660ea1dd749381b06db /sys/i386 | |
parent | 5eee9727f851d8bc2b12480308de2b31a1f8756a (diff) | |
download | FreeBSD-src-52c7a916b93a88fa0da6681db56617eb89bde1f1.zip FreeBSD-src-52c7a916b93a88fa0da6681db56617eb89bde1f1.tar.gz |
Added options APM and device apm0 for Advanced Power Management support.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/LINT | 8 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 7cf8b54..c110470 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -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. diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 7cf8b54..c110470 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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. |