diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-16 09:14:05 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-16 09:14:05 +0000 |
commit | 16778c1dd02981d333597aecc214fc63986bb86a (patch) | |
tree | fcd59c713099ebc912cff604a4ae1b1828fe7a31 /sys/arch/vax | |
parent | 2709813235b2561527ed3c1f5e8b6fe117ddc89c (diff) |
cleanup deafult locators (blah ?); please check that your most hated architecture is still fluffy (;
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/conf/GENERIC | 16 | ||||
-rw-r--r-- | sys/arch/vax/conf/RAMDISK | 16 |
2 files changed, 16 insertions, 16 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index 577caa6de4f..f6e207a51c4 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.34 2003/03/08 04:43:45 hugh Exp $ +# $OpenBSD: GENERIC,v 1.35 2004/09/16 09:14:04 mickey Exp $ # $NetBSD: GENERIC,v 1.61 2000/04/19 06:50:36 itojun Exp $ machine vax # machine type; required @@ -127,12 +127,12 @@ mt* at mscpbus? drive? # MSCP tape scsibus* at asc? scsibus* at ncr? -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? -uk* at scsibus? target? lun? +sd* at scsibus? +st* at scsibus? +cd* at scsibus? +ch* at scsibus? +ss* at scsibus? +uk* at scsibus? # Workstation console wsdisplay0 at smg? @@ -142,6 +142,6 @@ wsdisplay0 at smg? #wsdisplay0 at qv0 lkkbd0 at dz0 line 0 -wskbd* at lkkbd? console ? +wskbd* at lkkbd? lkms0 at dz0 line 1 wsmouse* at lkms? diff --git a/sys/arch/vax/conf/RAMDISK b/sys/arch/vax/conf/RAMDISK index 1fb740c939c..700114fb3a2 100644 --- a/sys/arch/vax/conf/RAMDISK +++ b/sys/arch/vax/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.21 2004/01/04 00:29:50 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.22 2004/09/16 09:14:04 mickey Exp $ machine vax # machine type @@ -139,12 +139,12 @@ mt* at mscpbus? drive? # MSCP tape scsibus* at asc? scsibus* at ncr? -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? -#uk* at scsibus? target? lun? +sd* at scsibus? +st* at scsibus? +cd* at scsibus? +#ch* at scsibus? +#ss* at scsibus? +#uk* at scsibus? # Workstation console #wsdisplay0 at smg? @@ -153,7 +153,7 @@ cd* at scsibus? target? lun? #wsdisplay0 at qv0 #lkkbd0 at dz0 line 0 -#wskbd* at lkkbd? console ? +#wskbd* at lkkbd? #lkms0 at dz0 line 1 #wsmouse* at lkms? |