add options APPLE_UFS, from PR #17345
add uninorth pci controller, from PR #18427
This commit is contained in:
parent
6bf135b907
commit
82e9fcf2f3
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.64 2002/09/18 02:44:02 lukem Exp $
|
||||
# $NetBSD: INSTALL,v 1.65 2002/09/28 20:22:33 dbj Exp $
|
||||
#
|
||||
# config file for INSTALL FLOPPY
|
||||
#
|
||||
|
@ -41,6 +41,7 @@ file-system MSDOSFS # MS-DOS file system
|
|||
# Filesystem options
|
||||
options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space
|
||||
options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
|
||||
options APPLE_UFS # Apple UFS support in FFS
|
||||
|
||||
# Networking options
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
|
@ -62,9 +63,11 @@ mainbus* at root
|
|||
cpu* at mainbus?
|
||||
bandit* at mainbus?
|
||||
grackle* at mainbus?
|
||||
uninorth* at mainbus?
|
||||
|
||||
pci* at bandit? bus ?
|
||||
pci* at grackle? bus ?
|
||||
pci* at uninorth? bus ?
|
||||
pci* at ppb? bus ?
|
||||
|
||||
pchb* at pci? dev ? function ? # PCI-Host bridges
|
||||
|
|
Loading…
Reference in New Issue