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:
Scott Long 2007-05-10 15:36:58 +00:00
parent ddfae47b9d
commit 4d190d01ab
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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