diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-04-20 21:33:36 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-04-20 21:33:36 +0000 |
commit | 5cfa68249f2437d851a0f7b2288dd2f95a3b356a (patch) | |
tree | 4d4c62f0d15dd396ab4bfa4b28ae17a277c42a5a /sys/arch | |
parent | a7d3ef51a8f8480d0a77249e5a44a5c71a6e7bd6 (diff) |
disable some stuff
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/conf/SHEPHERD_PIE | 14 | ||||
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 26 |
2 files changed, 20 insertions, 20 deletions
diff --git a/sys/arch/hppa/conf/SHEPHERD_PIE b/sys/arch/hppa/conf/SHEPHERD_PIE index 702a1769699..7f3b2e22eea 100644 --- a/sys/arch/hppa/conf/SHEPHERD_PIE +++ b/sys/arch/hppa/conf/SHEPHERD_PIE @@ -1,4 +1,4 @@ -# $OpenBSD: SHEPHERD_PIE,v 1.1 1999/04/20 20:32:16 mickey Exp $ +# $OpenBSD: SHEPHERD_PIE,v 1.2 1999/04/20 21:33:35 mickey Exp $ # # Diskless kernel config # @@ -108,7 +108,7 @@ hil* at gsc? irq 1 # Human Interface Loop, kbd and mouse com0 at gsc? irq 5 # RS/232 serial port com1 at gsc? irq 6 # RS/232 serial port lpt0 at gsc? irq 7 # both com and lpt are on WD16C552 -ie0 at gsc? irq 8 # 82C5[89]6 ether +#ie0 at gsc? irq 8 # 82C5[89]6 ether #siop0 at gsc? irq 9 # NCR 53C7xx #siop1 at gsc? irq 3 # NCR 53C7xx (Fast/Wide) #scsibus* at siop? @@ -116,11 +116,11 @@ ie0 at gsc? irq 8 # 82C5[89]6 ether #audio* at aone? #atwo* at gsc? irq 13 # Audio Type 2 (CS4215) #audio* at atwo? -pckbc* at gsc? irq 27 -pckbd* at pckbc? # PS/2 keyboard +#pckbc* at gsc? irq 27 +#pckbd* at pckbc? # PS/2 keyboard #pms* at pckbc? # PS/2 mouse -fdc* at gsc? # PC floppy controller (WD37C65C) -option FD_DEBUG +#fdc* at gsc? # PC floppy controller (WD37C65C) +#option FD_DEBUG # EISA devices #vga* at eisa? slot ? @@ -141,7 +141,7 @@ scsibus* at bha? option WSEMUL_DUMB #wsdisplay* at vgafb? #wsdisplay* at sti? -wskbd* at pckbd? +#wskbd* at pckbd? #wskbd* at hkbd? #wsmouse* at pms? #wsmouse* at hms? diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 54f39a0e43c..18956a5924d 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.12 1999/04/20 20:32:19 mickey Exp $ +# $OpenBSD: files.hppa,v 1.13 1999/04/20 21:33:10 mickey Exp $ # # hppa-specific configuration info @@ -11,7 +11,7 @@ maxusers 2 8 64 # "workstation console" routines # -include "dev/wscons/files.wscons" +#include "dev/wscons/files.wscons" # # Machine-independent SCSI drivers @@ -93,9 +93,9 @@ device dino: pcibus attach dino at mainbus file arch/hppa/dev/dino.c dino -device sti: wsemuldisplaydev -attach sti at mainbus -file arch/hppa/dev/sti.c sti +#device sti: wsemuldisplaydev +#attach sti at mainbus +#file arch/hppa/dev/sti.c sti ### @@ -123,11 +123,11 @@ file arch/hppa/gsc/com_gsc.c com attach lpt at gsc with lpt_gsc file arch/hppa/gsc/lpt_gsc.c lpt -include "dev/fdc/files.fdc" -major { fd = 7 } -major { ft = 8 } -attach fdc at gsc with fdc_gsc -file arch/hppa/gsc/fdc_gsc.c fdc +#include "dev/fdc/files.fdc" +#major { fd = 7 } +#major { ft = 8 } +#attach fdc at gsc with fdc_gsc +#file arch/hppa/gsc/fdc_gsc.c fdc #device ie: ether, i82586 attach ie at gsc with ie_gsc @@ -141,8 +141,8 @@ device hil: tty attach hil at gsc file arch/hppa/gsc/hil.c hil -attach pckbc at gsc with pckbc_gsc -file arch/hppa/gsc/pckbc_gsc.c pckbc_gsc +#attach pckbc at gsc with pckbc_gsc +#file arch/hppa/gsc/pckbc_gsc.c pckbc_gsc # PSB 2160-N based 8bit mono audio (705, 710, 745i/*, 747i/*) device aone: audio, mulaw, auconv @@ -170,7 +170,7 @@ file arch/hppa/gsc/atwo.c atwo # PC Keyboard controller (ps2) # -include "dev/pckbc/files.pckbc" +#include "dev/pckbc/files.pckbc" # # Compatibility |