Deleted Added
full compact
GENERIC (18252) GENERIC (19219)
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3#
4# For more information read the handbook part System Administration ->
5# Configuring the FreeBSD Kernel -> The Configuration File.
6# The handbook is available in /usr/share/doc/handbook or online as
7# latest version from the FreeBSD World Wide Web server
8# <URL:http://www.FreeBSD.ORG/>
9#
10# An exhaustive list of options and more detailed explanations of the
11# device lines is present in the ./LINT configuration file. If you are
12# in doubt as to the purpose or necessity of a line, check first in LINT.
13#
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3#
4# For more information read the handbook part System Administration ->
5# Configuring the FreeBSD Kernel -> The Configuration File.
6# The handbook is available in /usr/share/doc/handbook or online as
7# latest version from the FreeBSD World Wide Web server
8# <URL:http://www.FreeBSD.ORG/>
9#
10# An exhaustive list of options and more detailed explanations of the
11# device lines is present in the ./LINT configuration file. If you are
12# in doubt as to the purpose or necessity of a line, check first in LINT.
13#
14# $Id: GENERIC,v 1.75 1996/08/27 16:25:53 wosch Exp $
14# $Id: GENERIC,v 1.76 1996/09/11 19:53:28 phk Exp $
15
16machine "i386"
17cpu "I386_CPU"
18cpu "I486_CPU"
19cpu "I586_CPU"
20cpu "I686_CPU"
21ident GENERIC
22maxusers 10

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

59options ATAPI_STATIC #Don't do it as an LKM
60device wcd0 #IDE CD-ROM
61
62# A single entry for any of these controllers (ncr, ahb, ahc) is sufficient
63# for any number of installed devices.
64controller ncr0
65controller ahb0
66controller ahc0
15
16machine "i386"
17cpu "I386_CPU"
18cpu "I486_CPU"
19cpu "I586_CPU"
20cpu "I686_CPU"
21ident GENERIC
22maxusers 10

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

59options ATAPI_STATIC #Don't do it as an LKM
60device wcd0 #IDE CD-ROM
61
62# A single entry for any of these controllers (ncr, ahb, ahc) is sufficient
63# for any number of installed devices.
64controller ncr0
65controller ahb0
66controller ahc0
67options "AHC_FORCE_PIO" # Some motherboards choke on MemI/O,
68 # so use PIO in the ahc driver in the
69 # generic kernel.
67
68controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr
69controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr
70controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr
71controller aic0 at isa? port 0x340 bio irq 11 vector aicintr
72controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr
73controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr
74controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr

--- 86 unchanged lines hidden ---
70
71controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr
72controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr
73controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr
74controller aic0 at isa? port 0x340 bio irq 11 vector aicintr
75controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr
76controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr
77controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seaintr

--- 86 unchanged lines hidden ---