CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2023/11/09 07:07:18
Modified files: sys/dev : bio.c Log message: get rid of the ioctl whitelist that bio will tunnel for other devs. this will allow bio(4) to be used with other (non raid) related devices. ok krw@ kn@