diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-10-01 05:43:09 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-10-01 05:43:09 +0000 |
| commit | 3af6b6527a730e1410c27223dac8dc39ea3e3675 (patch) | |
| tree | 7dd6c24484703d037f5f4660ea1dd749381b06db /sys | |
| parent | 5185ed0d3a6ff623507927aca83e9f8af592f44e (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/NOTES | 8 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 8 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 8 |
3 files changed, 21 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 7cf8b54aa788..c110470de9cf 100644 --- a/sys/conf/NOTES +++ b/sys/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. diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 7cf8b54aa788..c110470de9cf 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 7cf8b54aa788..c110470de9cf 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. |
