Deleted Added
full compact
GENERIC (7950) GENERIC (8042)
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3#
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3#
4# $Id: GENERIC,v 1.41 1995/04/10 19:13:51 phk Exp $
4# $Id: GENERIC,v 1.42 1995/04/20 06:05:17 phk Exp $
5#
6
7machine "i386"
8cpu "I386_CPU"
9cpu "I486_CPU"
10cpu "I586_CPU"
11ident GENERIC
12maxusers 10

--- 48 unchanged lines hidden (view full) ---

61device st0
62
63device cd0 #Only need one of these, the code dynamically grows
64
65device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
66device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
67device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr
68
5#
6
7machine "i386"
8cpu "I386_CPU"
9cpu "I486_CPU"
10cpu "I586_CPU"
11ident GENERIC
12maxusers 10

--- 48 unchanged lines hidden (view full) ---

61device st0
62
63device cd0 #Only need one of these, the code dynamically grows
64
65device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
66device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
67device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr
68
69controller matcd0 at isa? port ?
69controller matcd0 at isa? port ? bio
70
71device scd0 at isa? port 0x230 bio
72
73# syscons is the default console driver, resembling an SCO console
74device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
75# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
76#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
77#options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1

--- 36 unchanged lines hidden ---
70
71device scd0 at isa? port 0x230 bio
72
73# syscons is the default console driver, resembling an SCO console
74device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
75# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
76#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
77#options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1

--- 36 unchanged lines hidden ---