2aba26f773
- make GENERIC64 include GENERIC and set the 3 optoins it needs. suggested by hubert feyrer. - add a comment that we maybe should use the `bpp' driver, not the lpt, on the ebus because the `bpp' driver does DMA already. - ebus_attach_args got a member renamed
10 lines
314 B
Plaintext
10 lines
314 B
Plaintext
# $NetBSD: GENERIC64,v 1.13 2000/04/15 03:08:12 mrg Exp $
|
|
|
|
include "arch/sparc64/conf/GENERIC"
|
|
|
|
#ident "GENERIC64-$Revision: 1.13 $"
|
|
|
|
options _LP64 # we're using a 64-bit compiler
|
|
options COMPAT_NETBSD32 # NetBSD/sparc binary compatibility
|
|
options EXEC_ELF64 # Exec module for sparc64 & SunOs 5.x binaries.
|