Add ath@pci.
Bump SYMTAB_SPACE.
This commit is contained in:
parent
1592ce0c68
commit
65d14d5f62
@ -1,10 +1,10 @@
|
||||
# $NetBSD: MALTA,v 1.43 2006/08/31 18:12:42 matt Exp $
|
||||
# $NetBSD: MALTA,v 1.44 2006/09/09 04:00:24 simonb Exp $
|
||||
|
||||
include "arch/evbmips/conf/std.malta"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "MALTA-$Revision: 1.43 $"
|
||||
#ident "MALTA-$Revision: 1.44 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -38,7 +38,7 @@ options USERCONF # userconf(4) support
|
||||
options DDB # kernel dynamic debugger
|
||||
options DDB_HISTORY_SIZE=100 # enable history editing in DDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
options SYMTAB_SPACE=160000 # size for embedded symbol table
|
||||
options SYMTAB_SPACE=175000 # size for embedded symbol table
|
||||
|
||||
# Compatibility options
|
||||
#options COMPAT_43 # compatibility with 4.3BSD binaries
|
||||
@ -221,6 +221,7 @@ atabus* at ata? channel ?
|
||||
wd* at atabus? drive ? flags 0x0000
|
||||
|
||||
# PCI network interfaces
|
||||
ath* at pci? dev ? function ? # Atheros WLAN
|
||||
#en* at pci? dev ? function ? # ENI/Adaptec ATM
|
||||
#ep* at pci? dev ? function ? # 3Com 3c59x
|
||||
#ex* at pci? dev ? function ? # 3Com 90x[B]
|
||||
|
Loading…
Reference in New Issue
Block a user