diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-15 08:56:19 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-05-15 08:56:19 +0000 |
commit | d8e5182669ec289a96d2e134042bb68b693161da (patch) | |
tree | e00df291e58bcddcceba5e926e954fde3d021551 /sys/arch/arm32/conf | |
parent | 150be116802d369e044ff6c15f124c32637af2e7 (diff) |
add all the possible SCSI device types to the GENERIC configs.
Diffstat (limited to 'sys/arch/arm32/conf')
-rw-r--r-- | sys/arch/arm32/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm32/conf/GENERIC b/sys/arch/arm32/conf/GENERIC index c54ee1aa88e..aa3b2d2266a 100644 --- a/sys/arch/arm32/conf/GENERIC +++ b/sys/arch/arm32/conf/GENERIC @@ -39,7 +39,7 @@ options FDESC # /dev/fd options FIFO # FIFOs; RECOMMENDED options KERNFS # /kern options NULLFS # loopback file system -options PORTAL # ? +options PORTAL # create sockets with open(2) options PROCFS # /proc options UMAPFS # NULLFS + uid and gid remapping options UNION # union file system @@ -170,8 +170,8 @@ 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 auto-changers -uk* at scsibus? target ? lun ? # SCSI unknown device ss* at scsibus? target ? lun ? # SCSI scanner +uk* at scsibus? target ? lun ? # SCSI unknown device #kie* at podulebus? slot ? offset ? |