diff options
Diffstat (limited to 'sys/i386/conf/PCCARD')
-rw-r--r-- | sys/i386/conf/PCCARD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/conf/PCCARD b/sys/i386/conf/PCCARD index 5c365050019a..369c363898e8 100644 --- a/sys/i386/conf/PCCARD +++ b/sys/i386/conf/PCCARD @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: PCCARD,v 1.7 1998/09/30 03:48:23 gibbs Exp $ +# $Id: PCCARD,v 1.8 1998/10/22 12:23:04 bde Exp $ machine "i386" cpu "I386_CPU" @@ -64,9 +64,9 @@ device wcd0 #IDE CD-ROM #device cd0 #Only need one of these, the code dynamically grows # syscons is the default console driver, resembling an SCO console -device sc0 at isa? port "IO_KBD" tty irq 1 +device sc0 at isa? port IO_KBD tty irq 1 -device npx0 at isa? port "IO_NPX" irq 13 +device npx0 at isa? port IO_NPX irq 13 # # Laptop support (see LINT for more options) @@ -87,7 +87,7 @@ device sio3 at isa? disable port "IO_COM4" tty irq 9 device lpt0 at isa? port? tty irq 7 -device psm0 at isa? port "IO_KBD" conflicts tty irq 12 +device psm0 at isa? port IO_KBD conflicts tty irq 12 options PSM_HOOKAPM #hook the APM resume event options PSM_RESETAFTERSUSPEND #reset the device at the resume event |