Add diclaimer of copyright to _osname() manual page.
[unix-history] / sys / i386 / conf / CODRV
CommitLineData
15637ed4
RG
1#
2# HOLGI -- Generic ISA kernel with X386 and CO device support
3#
4# for use with codrv-0.1.2
5#
6#
7machine "i386"
8cpu "i386"
9ident CODRV
10timezone -1
11maxusers 16
12options INET,NFS
13options "COMPAT_43"
14options "TCP_COMPAT_42"
15options "NO_COM_FIFO"
16
17# the following line enables PC3 terminal emulation
18# this is downward compatible to pccons
19options "PC3"
20
21config "386bsd" root on wd0 swap on wd0 and as0
22
23controller isa0
24controller wd0 at isa? port "IO_WD1" bio irq 14 vector wdintr
25disk wd0 at wd0 drive 0
26disk wd0 at wd0 drive 1
27
28controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
29disk fd0 at fd0 drive 0
30disk fd1 at fd0 drive 1
31
32controller as0 at isa? port 0x330 bio irq 11 drq 5 vector asintr
33disk as0 at as0 drive 0
34disk as1 at as0 drive 1
35
36# The following line enables codrv
37device co0 at isa? port "IO_KBD" tty irq 1 vector cointr
38#device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
39device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
40device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
41device com1 at isa? port "IO_COM2" tty irq 3 flags 0x01 vector comintr
42device lpt0 at isa? port "IO_LPT1" tty irq 7 vector lptintr
43
16912c2e 44device ed0 at isa? port 0x280 net irq 9 iomem 0xd0000 vector edintr
15637ed4
RG
45#device ne0 at isa? port 0x300 net irq 9 vector neintr
46#device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
47#device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
48#device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
49
50pseudo-device loop
51pseudo-device ether
52pseudo-device sl 2
53pseudo-device log
54pseudo-device pty 8
55
56# the following line sets the number of available virtual consoles
57# a maximum of 12 is possible, but 4 or 8 should be sufficient
58# note this does not relate to the number of ptys
59pseudo-device vty 4
60
61# This line must be present with codrv for some reasons
62pseudo-device vtemul
63
64#pseudo-device ddb
65
66pseudo-device swappager
67pseudo-device vnodepager
68pseudo-device devpager