CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2016/12/07 08:37:45
Modified files: sys/arch/amd64/conf: GENERIC Log message: Add a commented out entry for xbf(4) xbf(4) driver creates a shim on top of Xen I/O rings and exports it as a SCSI adaptor with a single target for a disk or a cdrom. The disks that are attached to it are managed by the sd(4) driver, but thankfully OpenBSD users do not require any migration strategy to move from emulated wd(4) disks to paravirtualized ones since disklabel UIDs are used by default in /etc/fstab making referencing particular partitions independent from the underlying device driver.