Added support for multiple floppy drives
Added entry for the emplant scsi driver
This commit is contained in:
parent
db6f1b1304
commit
dbf4b28b74
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.53 1996/03/05 17:46:23 veego Exp $
|
||||
# $NetBSD: GENERIC,v 1.54 1996/04/21 21:09:40 veego Exp $
|
||||
|
||||
#
|
||||
# GENERIC AMIGA
|
||||
|
@ -82,7 +82,7 @@ options SYSVSEM # System V-like semaphores
|
|||
# Support for various kernel options
|
||||
#
|
||||
|
||||
options UCONSOLE # only super-user can redirect console
|
||||
options UCONSOLE # anyone can redirect a virtual console
|
||||
|
||||
options GENERIC # Mini-root boot support
|
||||
options LKM # Loadable kernel modules
|
||||
|
@ -104,6 +104,7 @@ options KTRACE # Add kernel tracing system call
|
|||
# Amiga specific options
|
||||
#
|
||||
options MACHINE_NONCONTIG # Non-contiguous memory support
|
||||
#options KBDRESET # sync on Ctrl-Amiga-Amiga
|
||||
|
||||
# These options improve performance with the built-in serial port
|
||||
# on slower Amigas. Try the larger buffers first then lev6_defer.
|
||||
|
@ -196,6 +197,7 @@ afsc0 at zbus0 # A4091 scsi
|
|||
aftsc0 at mainbus0 # A4000T scsi
|
||||
flsc0 at zbus0 # FastlaneZ3 scsi
|
||||
bzsc0 at zbus0 # Blizzard 1230 scsi
|
||||
empsc0 at zbus0 # Emplant
|
||||
|
||||
scsibus* at gtsc0
|
||||
scsibus* at ahsc0
|
||||
|
@ -212,6 +214,7 @@ scsibus* at afsc0
|
|||
scsibus* at aftsc0
|
||||
scsibus* at flsc0
|
||||
scsibus* at bzsc0
|
||||
scsibus* at empsc0
|
||||
|
||||
# each hard drive from low target to high
|
||||
# will configure to the next available sd unit number
|
||||
|
@ -220,6 +223,8 @@ sd* at scsibus? target ? lun ? # scsi disks
|
|||
st* at scsibus? target ? lun ? # scsi tapes
|
||||
cd* at scsibus? target ? lun ? # scsi cd's
|
||||
|
||||
fd* at fdc0 unit ? # floppy drives
|
||||
|
||||
pseudo-device loop 1 # network loopback
|
||||
pseudo-device sl 1 # slip
|
||||
pseudo-device ppp 1 # ppp
|
||||
|
|
Loading…
Reference in New Issue