Add I2O stuff.

This commit is contained in:
ad 2000-11-08 19:50:07 +00:00
parent e6be92ad99
commit 36e51ea5c5
4 changed files with 29 additions and 5 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.374 2000/10/19 14:32:20 ad Exp $ # $NetBSD: GENERIC,v 1.375 2000/11/08 19:50:07 ad Exp $
# #
# GENERIC -- everything that's currently supported # GENERIC -- everything that's currently supported
# #
include "arch/i386/conf/std.i386" include "arch/i386/conf/std.i386"
#ident "GENERIC-$Revision: 1.374 $" #ident "GENERIC-$Revision: 1.375 $"
maxusers 32 # estimated number of users maxusers 32 # estimated number of users
@ -145,6 +145,7 @@ options SCSIVERBOSE # human readable SCSI error messages
options USBVERBOSE # verbose USB device autoconfig messages options USBVERBOSE # verbose USB device autoconfig messages
#options PNPBIOSVERBOSE # verbose PnP BIOS messages #options PNPBIOSVERBOSE # verbose PnP BIOS messages
#options PNPBIOSDEBUG # more fulsome Pnp BIOS debugging messages #options PNPBIOSDEBUG # more fulsome Pnp BIOS debugging messages
options I2OVERBOSE # verbose I2O driver messages
options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM
@ -378,6 +379,10 @@ lpt2 at isa? port 0x3bc
#viapm* at pci? dev ? function ? #viapm* at pci? dev ? function ?
#viaenv* at viapm? #viaenv* at viapm?
# I2O devices
iop* at pci? dev ? function ? # I/O processor
iopsp* at iop? tid ? # SCSI/FC-AL ports
lsu* at iop? tid ? # block devices
# SCSI Controllers and Devices # SCSI Controllers and Devices
@ -439,6 +444,7 @@ scsibus* at bha?
scsibus* at dpt? scsibus* at dpt?
scsibus* at esp? scsibus* at esp?
scsibus* at isp? scsibus* at isp?
scsibus* at iopsp?
#scsibus* at nca? #scsibus* at nca?
#scsibus* at ncr? #scsibus* at ncr?
scsibus* at pcscp? scsibus* at pcscp?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.159 2000/10/31 15:54:50 fvdl Exp $ # $NetBSD: INSTALL,v 1.160 2000/11/08 19:50:08 ad Exp $
# #
# INSTALL - Installation kernel. # INSTALL - Installation kernel.
# #
@ -149,6 +149,7 @@ options INET6 # IPv6
#options PCI_CONFIG_DUMP # verbosely dump PCI config space #options PCI_CONFIG_DUMP # verbosely dump PCI config space
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages #options PCMCIAVERBOSE # verbose PCMCIA configuration messages
#options SCSIVERBOSE # human readable SCSI error messages #options SCSIVERBOSE # human readable SCSI error messages
#options I2OVERBOSE # verbose I2O driver messages
# Kernel root file system and dump configuration. # Kernel root file system and dump configuration.
config netbsd root on ? type ? config netbsd root on ? type ?
@ -284,6 +285,10 @@ com2 at isa? port 0x3e8 irq 5
#lpt1 at isa? port 0x278 #lpt1 at isa? port 0x278
#lpt2 at isa? port 0x3bc #lpt2 at isa? port 0x3bc
# I2O devices
iop* at pci? dev ? function ? # I/O processor
iopsp* at iop? tid ? # SCSI/FC-AL ports
lsu* at iop? tid ? # Block devices
# SCSI Controllers and Devices # SCSI Controllers and Devices
@ -339,6 +344,7 @@ scsibus* at ahc?
scsibus* at aic? scsibus* at aic?
scsibus* at bha? scsibus* at bha?
scsibus* at dpt? scsibus* at dpt?
scsibus* at iopsp?
scsibus* at isp? scsibus* at isp?
#scsibus* at nca? #scsibus* at nca?
#scsibus* at ncr? #scsibus* at ncr?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_SMALL,v 1.59 2000/10/19 14:32:21 ad Exp $ # $NetBSD: INSTALL_SMALL,v 1.60 2000/11/08 19:50:08 ad Exp $
# #
# INSTALL_SMALL - Small Installation kernel. # INSTALL_SMALL - Small Installation kernel.
# #
@ -143,6 +143,7 @@ options INET # IP + ICMP + TCP + UDP
#options PCI_CONFIG_DUMP # verbosely dump PCI config space #options PCI_CONFIG_DUMP # verbosely dump PCI config space
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages #options PCMCIAVERBOSE # verbose PCMCIA configuration messages
#options SCSIVERBOSE # human readable SCSI error messages #options SCSIVERBOSE # human readable SCSI error messages
#options I2OVERBOSE # verbose I2O driver messages
# Kernel root file system and dump configuration. # Kernel root file system and dump configuration.
config netbsd root on ? type ? config netbsd root on ? type ?
@ -251,6 +252,10 @@ com2 at isa? port 0x3e8 irq 5
#lpt1 at isa? port 0x278 #lpt1 at isa? port 0x278
#lpt2 at isa? port 0x3bc #lpt2 at isa? port 0x3bc
# I2O devices
#iop* at pci? dev ? function ? # I/O processor
#iopsp* at iop? tid ? # SCSI/FC-AL ports
#lsu* at iop? tid ? # block devices
# SCSI Controllers and Devices # SCSI Controllers and Devices
@ -299,6 +304,7 @@ scsibus* at aic?
scsibus* at bha? scsibus* at bha?
scsibus* at dpt? scsibus* at dpt?
#scsibus* at isp? #scsibus* at isp?
#scsibus* at iopsp?
#scsibus* at nca? #scsibus* at nca?
#scsibus* at ncr? #scsibus* at ncr?
scsibus* at sea? scsibus* at sea?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_TINY,v 1.28 2000/10/02 18:43:35 abs Exp $ # $NetBSD: INSTALL_TINY,v 1.29 2000/11/08 19:50:08 ad Exp $
# #
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines. # INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
# #
@ -140,6 +140,7 @@ options INET # IP + ICMP + TCP + UDP
#options PCI_CONFIG_DUMP # verbosely dump PCI config space #options PCI_CONFIG_DUMP # verbosely dump PCI config space
#options PCMCIAVERBOSE # verbose PCMCIA configuration messages #options PCMCIAVERBOSE # verbose PCMCIA configuration messages
#options SCSIVERBOSE # human readable SCSI error messages #options SCSIVERBOSE # human readable SCSI error messages
#options I2OVERBOSE # verbose I2O driver messages
# Squeeze... # Squeeze...
options NVNODE=50 options NVNODE=50
@ -251,6 +252,10 @@ pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver
#lpt1 at isa? port 0x278 #lpt1 at isa? port 0x278
#lpt2 at isa? port 0x3bc #lpt2 at isa? port 0x3bc
# I2O devices
#iop* at pci? dev ? function ? # I/O processor
#iopsp* at iop? tid ? # SCSI/FC-AL ports
#lsu* at iop? tid ? # block devices
# SCSI Controllers and Devices # SCSI Controllers and Devices
@ -299,6 +304,7 @@ pc0 at isa? port 0x60 irq 1 # pccons generic PC console driver
#scsibus* at bha? #scsibus* at bha?
#scsibus* at dpt? #scsibus* at dpt?
#scsibus* at isp? #scsibus* at isp?
#scsibus* at iopsp?
#scsibus* at nca? #scsibus* at nca?
#scsibus* at ncr? #scsibus* at ncr?
#scsibus* at sea? #scsibus* at sea?