Deleted Added
full compact
INSTALL (1.57) INSTALL (1.58)
1# $NetBSD: INSTALL,v 1.57 2006/09/23 04:37:04 jmcneill Exp $
1# $NetBSD: INSTALL,v 1.58 2006/10/15 14:41:49 xtraeme Exp $
2#
3# GENERIC machine description file
4#
5# This machine description file is used to generate the default NetBSD
6# kernel. The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications.
8#
9# The machine description file can be customised for your specific

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

15# For further information on hardware support for this architecture, see
16# the intro(4) man page. For further information about kernel options
17# for this architecture, see the options(4) man page. For an explanation
18# of each device driver in this file see the section 4 man page for the
19# device.
20
21include "arch/amd64/conf/std.amd64"
22
2#
3# GENERIC machine description file
4#
5# This machine description file is used to generate the default NetBSD
6# kernel. The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications.
8#
9# The machine description file can be customised for your specific

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

15# For further information on hardware support for this architecture, see
16# the intro(4) man page. For further information about kernel options
17# for this architecture, see the options(4) man page. For an explanation
18# of each device driver in this file see the section 4 man page for the
19# device.
20
21include "arch/amd64/conf/std.amd64"
22
23#ident "INSTALL-$Revision: 1.57 $"
23#ident "INSTALL-$Revision: 1.58 $"
24
25maxusers 32 # estimated number of users
26
27# Standard system options
28
29makeoptions COPTS="-Os -fno-asynchronous-unwind-tables"
30
31options MEMORY_DISK_HOOKS

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

329
330icpsp* at icp? unit ? # SCSI pass-through
331
332# IDE and related devices
333# PCI IDE controllers - see pciide(4) for supported hardware.
334# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
335# how to set up DMA modes for this chip. This may work, or may cause
336# a machine hang with some controllers.
24
25maxusers 32 # estimated number of users
26
27# Standard system options
28
29makeoptions COPTS="-Os -fno-asynchronous-unwind-tables"
30
31options MEMORY_DISK_HOOKS

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

329
330icpsp* at icp? unit ? # SCSI pass-through
331
332# IDE and related devices
333# PCI IDE controllers - see pciide(4) for supported hardware.
334# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know
335# how to set up DMA modes for this chip. This may work, or may cause
336# a machine hang with some controllers.
337pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
338acardide* at pci? dev ? function ? # Acard IDE controllers
339aceride* at pci? dev ? function ? # Acer Lab IDE controllers
340artsata* at pci? dev ? function ? # Intel i31244 SATA controller
341cmdide* at pci? dev ? function ? # CMD tech IDE controllers
342cypide* at pci? dev ? function ? # Cypress IDE controllers
343hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
344iteide* at pci? dev ? function ? # IT Express IDE controllers
345optiide* at pci? dev ? function ? # Opti IDE controllers
346piixide* at pci? dev ? function ? # Intel IDE controllers
347pdcide* at pci? dev ? function ? # Promise IDE controllers
348pdcsata* at pci? dev ? function ? # Promise SATA150 controllers
349satalink* at pci? dev ? function ? # SiI SATALink controllers
350siside* at pci? dev ? function ? # SiS IDE controllers
351slide* at pci? dev ? function ? # Symphony Labs IDE controllers
352svwsata* at pci? dev ? function ? # ServerWorks SATA controllers
353viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
337pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
338acardide* at pci? dev ? function ? # Acard IDE controllers
339aceride* at pci? dev ? function ? # Acer Lab IDE controllers
340artsata* at pci? dev ? function ? # Intel i31244 SATA controller
341cmdide* at pci? dev ? function ? # CMD tech IDE controllers
342cypide* at pci? dev ? function ? # Cypress IDE controllers
343hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
344iteide* at pci? dev ? function ? # IT Express IDE controllers
345ixpide* at pci? dev ? function ? # ATI IXP IDE controllers
346optiide* at pci? dev ? function ? # Opti IDE controllers
347piixide* at pci? dev ? function ? # Intel IDE controllers
348pdcide* at pci? dev ? function ? # Promise IDE controllers
349pdcsata* at pci? dev ? function ? # Promise SATA150 controllers
350rccide* at pci? dev ? function ? # ServerWorks IDE controllers
351satalink* at pci? dev ? function ? # SiI SATALink controllers
352siside* at pci? dev ? function ? # SiS IDE controllers
353slide* at pci? dev ? function ? # Symphony Labs IDE controllers
354svwsata* at pci? dev ? function ? # ServerWorks SATA controllers
355stpcide* at pci? dev ? function ? # STMicro STPC IDE controllers
356viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
354
355# PCMCIA IDE controllers
356#wdc* at pcmcia? function ?
357
358# ISA ST506, ESDI, and IDE controllers
359# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
360# fall back to 16bits I/O if 32bits I/O are not functional).
361# Some controllers pass the initial 32bit test, but will fail later.

--- 305 unchanged lines hidden ---
357
358# PCMCIA IDE controllers
359#wdc* at pcmcia? function ?
360
361# ISA ST506, ESDI, and IDE controllers
362# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will
363# fall back to 16bits I/O if 32bits I/O are not functional).
364# Some controllers pass the initial 32bit test, but will fail later.

--- 305 unchanged lines hidden ---