hp700 has no PCI support yet. Enabling PCI devices breaks compilation, so disable all PCI devices for the moment.
This commit is contained in:
parent
972fe86c42
commit
c43db93399
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.19 2004/02/13 11:36:13 wiz Exp $
|
||||
# $NetBSD: GENERIC,v 1.20 2004/02/20 20:18:37 jkunz Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/hp700/conf/std.hp700"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.19 $"
|
||||
#ident "GENERIC-$Revision: 1.20 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -247,12 +247,6 @@ eisa* at mongoose?
|
|||
#wsmouse* at pms? mux 0
|
||||
#wsmouse* at hms? mux 0
|
||||
|
||||
# Cryptographic Devices
|
||||
|
||||
# PCI cryptographic devices
|
||||
hifn* at pci? dev ? function ? # Hifn 7755/7811/795x
|
||||
ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x
|
||||
|
||||
# Serial Devices
|
||||
|
||||
# GSC serial interfaces
|
||||
|
|
Loading…
Reference in New Issue