mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
The version string scheme embeds the freebsd major release version,
something that I wasn't aware of with the last import. Adjust the string accordingly for 7-CURRENT.
This commit is contained in:
parent
ddfae47b9d
commit
4d190d01ab
2 changed files with 2 additions and 2 deletions
|
|
@ -359,7 +359,7 @@ twa_attach(device_t dev)
|
|||
return(ENXIO);
|
||||
}
|
||||
if ((error = bus_setup_intr(sc->bus_dev, sc->irq_res,
|
||||
INTR_TYPE_CAM | INTR_MPSAFE,
|
||||
INTR_TYPE_CAM,
|
||||
#ifdef TW_OSLI_DEFERRED_INTR_USED
|
||||
twa_pci_intr_fast, NULL,
|
||||
#else
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
#define TW_OSL_ENCLOSURE_SUPPORT
|
||||
#endif
|
||||
|
||||
#define TW_OSL_DRIVER_VERSION_STRING "3.60.03.006"
|
||||
#define TW_OSL_DRIVER_VERSION_STRING "3.70.03.006"
|
||||
|
||||
#define TW_OSL_CAN_SLEEP
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue