uweseimet / scsi2pi

Advanced performant SCSI/SASI emulation and tools for the PiSCSI/RaSCSI board
https://www.scsi2pi.net
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Replace USE_SEL_EVENT_ENABLE by __linux__ #53

Closed uweseimet closed 7 months ago

uweseimet commented 7 months ago

In practice the USE_SEL_EVENT_ENABLE has the same meaning as linux. This is why checks for USE_SEL_EVENT_ENABLE in rpi_bus.h/rpi_bus.cpp shall be replaced by checks for linux. This change also reveals unused code, which shall be removed.