diff options
author | briggs <briggs@cvs.openbsd.org> | 1996-02-20 04:48:27 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1996-02-20 04:48:27 +0000 |
commit | e6a99228726e49ee62207a66c2d4bf659b4a7f77 (patch) | |
tree | 96832559a10cea22639417381e11efd9ae4a2694 /sys | |
parent | 6ee2701bd0033dbf75d84975a74300099921fb7b (diff) |
Define SONIC device for testing. Same for ss su and uk SCSI devs.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/conf/GENERIC | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index d2df66a5eba..e34814a56c0 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -66,6 +66,8 @@ options GENERIC ae* at nubus0 slot -1 id ? claimed 0 +sn0 at mainbus? # SONIC ethernet (68040) + ncrscsi0 at mainbus? # SCSI NCR 5380 ncr96scsi0 at mainbus? # SCSI NCR 53C96 @@ -74,6 +76,9 @@ sd* at scsibus? target ? lun ? st* at scsibus? target ? lun ? cd* at scsibus? target ? lun ? ch* at scsibus? target ? lun ? +ss* at scsibus? target ? lun ? +su* at scsibus? target ? lun ? +uk* at scsibus? target ? lun ? pseudo-device pty 16 pseudo-device bpfilter 12 |