GENERIC revision 1.4.2.3 1 # $NetBSD: GENERIC,v 1.4.2.3 2001/04/21 17:54:34 bouyer Exp $
2 #
3 # GENERIC for Motorola Sandpoint
4 #
5
6 include "arch/sandpoint/conf/std.sandpoint"
7
8 #ident "GENERIC-$Revision: 1.4.2.3 $"
9
10 maxusers 32
11
12 #options IPKDBUSERHACK # Allow access to mapped memory via kgdb
13 #options DEBUG_BY_TOOLS # Allow debugging from toolsnet
14 # HMAC key to be used for debugging sessions
15 #options IPKDBKEY="\"HMAC pass phrase text\""
16 #options IPKDBSECURE # Allow debugging even when securelevel > 0
17 makeoptions DEBUG="-g"
18
19 options DEBUG
20 options DIAGNOSTIC
21 options TRAP_PANICWAIT
22 options DDB
23 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
24 options KTRACE
25
26 options TCP_COMPAT_42
27 options COMPAT_43
28 options COMPAT_09
29 options COMPAT_10
30 options COMPAT_12
31 options COMPAT_13
32 options COMPAT_14
33 options COMPAT_386BSD_MBRPART # recognize old partition ID
34 #options COMPAT_LINUX # Linux binary compatibility (experimental)
35
36 file-system FFS
37 file-system MFS
38 file-system NFS
39 file-system CD9660
40 file-system MSDOSFS
41 file-system FDESC
42 file-system KERNFS
43 file-system NULLFS
44 file-system OVERLAY
45 file-system PORTAL
46 file-system PROCFS
47 file-system UMAPFS
48 file-system UNION
49
50 options SOFTDEP # FFS soft updates support.
51
52 options INET
53
54 options NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
55
56 config netbsd root on ? type ?
57
58 # network psuedo-devices
59 pseudo-device bpfilter 8 # packet filter
60 #pseudo-device ipfilter
61 pseudo-device loop
62
63 # mouse & keyboard multiplexor pseudo-devices
64 pseudo-device wsmux 2
65
66 # miscellaneous pseudo-devices
67 pseudo-device rnd # /dev/random and in-kernel generator
68 pseudo-device vnd 4
69 pseudo-device pty
70
71 #
72 # device
73 #
74 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
75
76 #options PCIVERBOSE # verbose PCI device messages
77 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
78 options PCI_NETBSD_CONFIGURE # Have NetBSD configure PCI I/O & Mem
79
80 mainbus0 at root
81
82 pci* at mainbus0 bus ?
83
84 ppb* at pci? dev ? function ? # PCI-PCI bridges
85 pci* at ppb? bus ?
86
87 pchb* at pci? dev ? function ? # PCI host bridge
88 pcib* at pci? dev ? function ? # Winbond 83c553 PCI-ISA bridges
89
90 isa* at pcib? # ISA on PCI-ISA bridge
91
92 #pciide* at pci? dev ? function ? # Winbond/Symphony IDE interface
93
94 vga* at pci? dev ? function ?
95
96 ep* at pci? dev ? function ? # 3Com 3c59x
97 ex* at pci? dev ? function ? # 3Com 90x[B]
98
99 ukphy* at mii? phy ? # generic unknown PHYs
100 exphy* at mii? phy ? # 3Com internal PHYs
101
102 pckbc0 at isa? # PS/2 keyboard controller
103 pckbd* at pckbc? # PC keyboard
104 pms* at pckbc? # PS/2 mouse for wsmouse
105 pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse
106 wsdisplay* at vga? console ?
107 wskbd* at pckbd? console ?
108 wsmouse* at pms? mux 0
109 wsmouse* at pmsi? mux 0
110
111 com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
112 com1 at isa? port 0x2f8 irq 3
113
114 lpt0 at isa? port 0x278 irq 7 # standard PC parallel ports
115
116 fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
117 fd* at fdc? drive ? # the drives themselves
118
119