diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-23 17:48:47 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-23 17:48:47 +0000 |
commit | d97e6bca38545e864a9a49a5cbbac0f061884ae6 (patch) | |
tree | 205430ae54826f4dd5cc7e609ecb92c97688a6bb /sys/arch/hppa | |
parent | fe14f09a834897ee5b23805bb81a4d9a6c09883c (diff) |
less files and options (;
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/conf/Makefile.hppa | 5 | ||||
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 15 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa index 7bf10dc048c..0af6207df5c 100644 --- a/sys/arch/hppa/conf/Makefile.hppa +++ b/sys/arch/hppa/conf/Makefile.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hppa,v 1.3 1998/10/30 19:45:35 mickey Exp $ +# $OpenBSD: Makefile.hppa,v 1.4 1998/12/23 17:48:46 mickey Exp $ # Makefile for OpenBSD # @@ -46,8 +46,7 @@ S?= ../../../.. HPPA?= ${S}/arch/hppa INCLUDES= -I. -I$S/arch -I$S -nostdinc -CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dhppa \ - -DBFD_SUBSPA_BUG +CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dhppa CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wno-uninitialized \ -Wno-format -Wno-main CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -msoft-float -mdisable-fpregs \ diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index 3c21326baf0..5acc4b6e5a6 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.5 1998/11/30 21:05:03 mickey Exp $ +# $OpenBSD: files.hppa,v 1.6 1998/12/23 17:48:46 mickey Exp $ # # hppa-specific configuration info @@ -111,7 +111,7 @@ major {rd = 3} # GSC bus devices # -device gsc {} +device gsc {[irq = -1]} attach gsc at gscbus file arch/hppa/gsc/gscbus.c gsc @@ -127,10 +127,14 @@ major { ft = 8 } attach fdc at gsc with fdc_gsc file arch/hppa/gsc/fdc_gsc.c fdc -#device ie: ether +#device ie: ether, i82586 attach ie at gsc with ie_gsc file arch/hppa/gsc/if_ie_gsc.c ie_gsc -file dev/ic/i82596.c ie +file dev/ic/i82586.c ie + +#device iz: ether +#attach iz at gsc +#file arch/hppa/gsc/if_i596.c iz device siop: ncr53c7xx, scsi attach siop at gsc @@ -172,9 +176,6 @@ file arch/hppa/hppa/db_interface.c ddb file arch/hppa/hppa/db_disasm.c ddb file arch/hppa/hppa/disksubr.c disk file arch/hppa/hppa/machdep.c -file arch/hppa/hppa/movc.S -file arch/hppa/hppa/cswtch.S -file arch/hppa/hppa/syscall.S file arch/hppa/hppa/pmap.c file arch/hppa/hppa/process_machdep.c file arch/hppa/hppa/sys_machdep.c |