Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/prep/conf add some devices
details: https://anonhg.NetBSD.org/src/rev/4c9ab46f4bd5
branches: trunk
changeset: 484087:4c9ab46f4bd5
user: nonaka <nonaka%NetBSD.org@localhost>
date: Sat Mar 25 04:13:54 2000 +0000
description:
add some devices
diffstat:
sys/arch/prep/conf/GENERIC | 83 ++++++++++++++++++++++++++++++---------------
1 files changed, 55 insertions(+), 28 deletions(-)
diffs (181 lines):
diff -r 17461e14c0e3 -r 4c9ab46f4bd5 sys/arch/prep/conf/GENERIC
--- a/sys/arch/prep/conf/GENERIC Sat Mar 25 04:12:20 2000 +0000
+++ b/sys/arch/prep/conf/GENERIC Sat Mar 25 04:13:54 2000 +0000
@@ -1,18 +1,18 @@
-# $NetBSD: GENERIC,v 1.2 2000/03/22 00:58:22 cgd Exp $
+# $NetBSD: GENERIC,v 1.3 2000/03/25 04:13:54 nonaka Exp $
#
-# GENERIC config file
+# GENERIC -- everything that's currently supported
#
include "arch/prep/conf/std.prep"
-#ident "GENERIC-$Revision: 1.2 $"
+#ident "GENERIC-$Revision: 1.3 $"
maxusers 32
# Standard system options
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
-#options NTP # NTP phase/frequency locked loop
+options NTP # NTP phase/frequency locked loop
options KTRACE # system call tracing via ktrace(1)
@@ -21,7 +21,7 @@
options SYSVSHM # System V-like memory sharing
#options SHMMAXPGS=1024 # 1024 pages is the default
-#options LKM # loadable kernel modules
+options LKM # loadable kernel modules
# Diagnostic/debugging support options
options DIAGNOSTIC # cheap kernel consistency checks
@@ -37,29 +37,29 @@
options COMPAT_43 # and 4.3BSD
# File systems
-#file-system FFS # UFS
-#file-system EXT2FS # second extended file system (linux)
-#file-system LFS # log-structured file system
+file-system FFS # UFS
+file-system EXT2FS # second extended file system (linux)
+file-system LFS # log-structured file system
file-system MFS # memory file system
file-system NFS # Network File System client
-#file-system NTFS # Windows/NT file system (experimental)
-#file-system CD9660 # ISO 9660 + Rock Ridge file system
-#file-system MSDOSFS # MS-DOS file system
-#file-system FDESC # /dev/fd
+file-system NTFS # Windows/NT file system (experimental)
+file-system CD9660 # ISO 9660 + Rock Ridge file system
+file-system MSDOSFS # MS-DOS file system
+file-system FDESC # /dev/fd
file-system KERNFS # /kern
-#file-system NULLFS # loopback file system
-#file-system OVERLAY # overlay file system
-#file-system PORTAL # portal filesystem (still experimental)
+file-system NULLFS # loopback file system
+file-system OVERLAY # overlay file system
+file-system PORTAL # portal filesystem (still experimental)
file-system PROCFS # /proc
-#file-system UMAPFS # NULLFS + uid and gid remapping
-#file-system UNION # union file system
-#file-system CODA # Coda File System; also needs vcoda (below)
+file-system UMAPFS # NULLFS + uid and gid remapping
+file-system UNION # union file system
+file-system CODA # Coda File System; also needs vcoda (below)
# File system options
-#options QUOTA # UFS quotas
-#options FFS_EI # FFS Endian Independant support
-#options SOFTDEP # FFS soft updates support.
-#options NFSSERVER # Network File System server
+options QUOTA # UFS quotas
+options FFS_EI # FFS Endian Independant support
+options SOFTDEP # FFS soft updates support.
+options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
@@ -84,7 +84,7 @@
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
-#options NETATALK # AppleTalk networking protocols
+options NETATALK # AppleTalk networking protocols
options PPP_BSDCOMP # BSD-Compress compression support for PPP
options PPP_DEFLATE # Deflate compression support for PPP
options PPP_FILTER # Active filter support for PPP (requires bpf)
@@ -98,6 +98,7 @@
# Warning, these may compile large string tables into the kernel!
options PCIVERBOSE # verbose PCI device autoconfig messages
#options PCI_CONFIG_DUMP # verbosely dump PCI config space
+options SCSIVERBOSE # human readable SCSI error messages
options NFS_BOOT_BOOTP
options NFS_BOOT_BOOTPARAM
@@ -120,8 +121,8 @@
# Kernel root file system and dump configuration.
config netbsd root on ? type ?
-#config netbsd root on ne0 type nfs
-#config netbsd root on ep0 type nfs
+#config netbsd root on de0 type nfs
+#config netbsd root on le0 type nfs
#
# Device configuration
@@ -135,6 +136,7 @@
# PCI bus support
pci0 at mainbus0 bus ?
pci* at pchb? bus ?
+pci* at ppb? bus ?
# PCI bridges
pchb* at pci? dev ? function ? # PCI-Host bridges
@@ -181,13 +183,38 @@
# ISA parallel printer interfaces
lpt0 at isa? port 0x3bc irq 7 # standard PC parallel ports
+# SCSI Controllers and Devices
+
+# PCI SCSI controllers
+pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI
+
+# SCSI devices
+sd* at scsibus? target ? lun ? # SCSI disk drives
+st* at scsibus? target ? lun ? # SCSI tape drives
+cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
+ch* at scsibus? target ? lun ? # SCSI autochangers
+ss* at scsibus? target ? lun ? # SCSI scanners
+uk* at scsibus? target ? lun ? # SCSI unknown
+
# Network Interfaces
# PCI network interfaces
+de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
ep* at pci? dev ? function ? # 3Com 3c59x
+#le* at pci? dev ? function ? # PCnet-PCI Ethernet
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
+vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
# MII/PHY support
+ukphy* at mii? phy ? # generic unknown PHYs
+
+# Audio device
+
+# MIDI support
+midi* at pcppi? # MIDI interface to the PC speaker
+
+# The spkr driver provides a simple tone interface to the built in speaker.
+spkr0 at pcppi? # PC speaker
# Joysticks
@@ -198,7 +225,7 @@
# disk/mass storage pseudo-devices
pseudo-device ccd 4 # concatenated/striped disk devices
-#pseudo-device raid 4 # RAIDframe disk driver
+pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
pseudo-device md 1 # memory disk device (ramdisk)
pseudo-device vnd 4 # disk-like interface to files
@@ -219,12 +246,12 @@
# miscellaneous pseudo-devices
pseudo-device pty 64 # pseudo-terminals
#pseudo-device tb 1 # tablet line discipline
-#pseudo-device sequencer 1 # MIDI sequencer
+pseudo-device sequencer 1 # MIDI sequencer
#pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well
# a pseudo device needed for Coda # also needs CODA (above)
-#pseudo-device vcoda 4 # coda minicache <-> venus comm.
+pseudo-device vcoda 4 # coda minicache <-> venus comm.
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux 2
Home |
Main Index |
Thread Index |
Old Index