GENERIC revision 1.4.2.2 1 # $NetBSD: GENERIC,v 1.4.2.2 2001/02/11 19:11:40 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.2 $"
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
35 file-system FFS
36 file-system MFS
37 file-system NFS
38 file-system CD9660
39 file-system MSDOSFS
40 file-system FDESC
41 file-system KERNFS
42 file-system NULLFS
43 file-system OVERLAY
44 file-system PORTAL
45 file-system PROCFS
46 file-system UMAPFS
47 file-system UNION
48
49 options SOFTDEP # FFS soft updates support.
50
51 options INET
52
53 options NFS_BOOT_BOOTPARAM,NFS_BOOT_BOOTP
54
55 config netbsd root on ? type ?
56
57 # network psuedo-devices
58 pseudo-device bpfilter 8 # packet filter
59 #pseudo-device ipfilter
60 pseudo-device loop
61
62 # mouse & keyboard multiplexor pseudo-devices
63 pseudo-device wsmux 2
64
65 # miscellaneous pseudo-devices
66 pseudo-device rnd # /dev/random and in-kernel generator
67 pseudo-device vnd 4
68 pseudo-device pty
69
70 #
71 # device
72 #
73 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
74
75 #options PCIVERBOSE # verbose PCI device messages
76 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
77 options PCI_NETBSD_CONFIGURE # Have NetBSD configure PCI I/O & Mem
78
79 mainbus0 at root
80
81 pci* at mainbus0 bus ?
82
83 ppb* at pci? dev ? function ? # PCI-PCI bridges
84 pci* at ppb? bus ?
85
86 pchb* at pci? dev ? function ? # PCI host bridge
87 pcib* at pci? dev ? function ? # Winbond 83c553 PCI-ISA bridges
88
89 isa* at pcib? # ISA on PCI-ISA bridge
90
91 #pciide* at pci? dev ? function ? # Winbond/Symphony IDE interface
92
93 vga* at pci? dev ? function ?
94
95 ep* at pci? dev ? function ? # 3Com 3c59x
96 ex* at pci? dev ? function ? # 3Com 90x[B]
97
98 ukphy* at mii? phy ? # generic unknown PHYs
99 exphy* at mii? phy ? # 3Com internal PHYs
100
101 pckbc0 at isa? # PS/2 keyboard controller
102 pckbd* at pckbc? # PC keyboard
103 pms* at pckbc? # PS/2 mouse for wsmouse
104 pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse
105 wsdisplay* at vga? console ?
106 wskbd* at pckbd? console ?
107 wsmouse* at pms? mux 0
108 wsmouse* at pmsi? mux 0
109
110 com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
111 com1 at isa? port 0x2f8 irq 3
112
113 lpt0 at isa? port 0x278 irq 7 # standard PC parallel ports
114
115 fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
116 fd* at fdc? drive ? # the drives themselves
117
118