diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-01-12 20:11:14 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-01-12 20:11:14 +0000 |
commit | bfa63b300f95ba373af190274515f1e2fe749876 (patch) | |
tree | 145b9844ab0ece70457f2473477309961498c82b /sys/arch/sparc64/conf/GENERIC | |
parent | acbb8396dea49cce77c5e4ab0f56536242c207c8 (diff) |
Initial stab at a driver for virtual disks found on sun4v logical domains.
Still needs some work, but reading from and writing to a disk image works.
Diffstat (limited to 'sys/arch/sparc64/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index de8b22911ab..123105adf95 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.228 2009/01/10 19:04:57 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.229 2009/01/12 20:11:13 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -334,6 +334,8 @@ timer* at mainbus0 # Virtual devices for sun4v systems. vcons0 at vbus? vrtc0 at vbus? +vdsk* at cbus? +scsibus* at vdsk? vnet* at cbus? ## Lance Ethernet - AMD7990 |