vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Not sure if this is useful or not, but this patch moves sys/scsi to sys/dev/scsipi. The rationale for doing this are as follows: 1) sys/dev/ is a more logical place for this code. 2) This patch allows us to remove 3 instances of "#ifdef __OpenBSD__" 3) This patch puts the code in the same place as NetBSD. The attached patch fixes up all references to sys/scsi to point to sys/dev/scsipi. After applying the patch, the contents of sys/scsi need to be moved to sys/dev/scsipi Daniel [demime 1.01d removed an attachment of type application/octet-stream which had a name of move_scsi_dir.patch] |