diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-01-03 01:51:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-01-03 01:51:57 +0000 |
commit | f40b94bf57e0149388cfe96a0e6409ffdc2cdb5e (patch) | |
tree | 2457880940276d85bed6177363bb7bc94b596fd3 /sys/arch/sun3/conf | |
parent | 64154da3f41e4e487f6aff12dd29fbbd297aa88a (diff) |
Remove hardcoded SunOS-compatible drive name assignments. No other arch
does that, and it's more confusing than useful. Suggested by fries@
Diffstat (limited to 'sys/arch/sun3/conf')
-rw-r--r-- | sys/arch/sun3/conf/GENERIC | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC index a1d65d4f23c..31365a32b53 100644 --- a/sys/arch/sun3/conf/GENERIC +++ b/sys/arch/sun3/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.21 2000/05/26 00:44:21 miod Exp $ +# $OpenBSD: GENERIC,v 1.22 2001/01/03 01:51:56 miod Exp $ # $NetBSD: GENERIC,v 1.27.4.1 1996/08/19 23:35:06 gwr Exp $ # @@ -131,20 +131,9 @@ cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8 # scsibus* at scsi? -# Sun compatible scsi device mappings -sd0 at scsibus? target 0 lun 0 -sd1 at scsibus? target 0 lun 1 -sd2 at scsibus? target 1 lun 0 -sd3 at scsibus? target 1 lun 1 sd* at scsibus? target ? lun ? - -st0 at scsibus? target 4 lun 0 -st1 at scsibus? target 5 lun 0 st* at scsibus? target ? lun ? - -cd0 at scsibus? target 6 lun 0 cd* at scsibus? target ? lun ? - ch* at scsibus? target ? lun ? ss* at scsibus? target ? lun ? uk* at scsibus? target ? lun ? |